diff --git a/.idea/misc.xml b/.idea/misc.xml
index 18ad7e3..8bddb52 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 94e9bdd..54802ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ sourceSets {
java {
srcDirs(
"src/main/java",
- "src/lwjgl/java",
+ "src/teavm/java",
"sp-server/src/ipc/java"
)
}
@@ -26,10 +26,10 @@ tasks.withType(JavaCompile) {
options.compilerArgs << "-Xmaxerrs" << "1000"
}
-sourceSets.main.resources.srcDirs += 'src/lwjgl/java/javazoom/jl/decoder'
+//sourceSets.main.resources.srcDirs += 'src/lwjgl/java/javazoom/jl/decoder'
dependencies {
- implementation fileTree(dir: './lwjgl-rundir/', include: '*.jar')
+ //implementation fileTree(dir: './lwjgl-rundir/', include: '*.jar')
teavm(teavm.libs.jso)
teavm(teavm.libs.jsoApis)
diff --git a/javascript/classes.js b/javascript/classes.js
index 7628f45..f61c8e0 100644
--- a/javascript/classes.js
+++ b/javascript/classes.js
@@ -3523,11 +3523,11 @@ nle_Client_run0 = () => {
$rt_nativeThread().push(var$1, var$2, $ptr);
},
nle_Client_showCrashScreen = $t => {
- let $str, var$3, $s, var$5, var$6, var$7, var$8, var$9, $doc, $img, $div, $$je, $ptr, $tmp;
+ let $str, var$3, var$4, $s, $doc, $img, var$8, var$9, var$10, $div, $$je, $ptr, $tmp;
$ptr = 0;
if ($rt_resuming()) {
let $thread = $rt_nativeThread();
- $ptr = $thread.pop();$div = $thread.pop();$img = $thread.pop();$doc = $thread.pop();var$9 = $thread.pop();var$8 = $thread.pop();var$7 = $thread.pop();var$6 = $thread.pop();var$5 = $thread.pop();$s = $thread.pop();var$3 = $thread.pop();$str = $thread.pop();$t = $thread.pop();
+ $ptr = $thread.pop();$div = $thread.pop();var$10 = $thread.pop();var$9 = $thread.pop();var$8 = $thread.pop();$img = $thread.pop();$doc = $thread.pop();$s = $thread.pop();var$4 = $thread.pop();var$3 = $thread.pop();$str = $thread.pop();$t = $thread.pop();
}
main: while (true) { switch ($ptr) {
case 0:
@@ -3537,82 +3537,22 @@ nle_Client_showCrashScreen = $t => {
nle_Client_isCrashed = 1;
$str = new jl_StringBuilder;
$str.$buffer = $rt_createCharArray(16);
- var$3 = nle_ConfigConstants_forkMe;
- $s = new jl_StringBuilder;
- $s.$buffer = $rt_createCharArray(16);
- jl_AbstractStringBuilder_insert($s, $s.$length0, $rt_s(23));
- var$5 = $s.$length0;
- if (var$3 !== null) {
- $ptr = 1;
- continue main;
- }
- jl_AbstractStringBuilder_insert($s, var$5, $rt_s(1));
- jl_AbstractStringBuilder_insert($s, $s.$length0, $rt_s(18));
- var$3 = new jl_String;
- var$6 = $s.$buffer;
- var$7 = var$6.data;
- var$8 = $s.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- var$3.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
- jl_AbstractStringBuilder_insert($str, $str.$length0, var$3);
- jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(24));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(25));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(26));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(27));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(28));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(29));
- $ptr = 2;
- continue main;
- }
- $t = new jl_IndexOutOfBoundsException;
- $t.$suppressionEnabled = 1;
- $t.$writableStackTrace = 1;
- $rt_throw($t);
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(23));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(24));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(25));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(26));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(27));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(28));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(29));
+ $ptr = 1;
case 1:
- $tmp = var$3.$toString();
- if ($rt_suspending()) {
- break main;
- }
- var$3 = $tmp;
- jl_AbstractStringBuilder_insert($s, var$5, var$3);
- jl_AbstractStringBuilder_insert($s, $s.$length0, $rt_s(18));
- var$3 = new jl_String;
- var$6 = $s.$buffer;
- var$7 = var$6.data;
- var$8 = $s.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- var$3.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
- jl_AbstractStringBuilder_insert($str, $str.$length0, var$3);
- jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(24));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(25));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(26));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(27));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(28));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(29));
- $ptr = 2;
- continue main;
- }
- $t = new jl_IndexOutOfBoundsException;
- $t.$suppressionEnabled = 1;
- $t.$writableStackTrace = 1;
- $rt_throw($t);
- case 2:
nle_EaglerProfile_$callClinit();
if ($rt_suspending()) {
break main;
@@ -3620,185 +3560,255 @@ nle_Client_showCrashScreen = $t => {
$t = nle_EaglerProfile_username;
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(26));
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- $ptr = 3;
- case 3:
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ $ptr = 2;
+ case 2:
$tmp = nle_Client_addWebGLToCrash();
if ($rt_suspending()) {
break main;
}
$t = $tmp;
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
$t = nle_Client_crashScreenOptsDump;
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(31));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("userAgent"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(33));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("vendor"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(34));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("language"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(35));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("hardwareConcurrency"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(36));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("deviceMemory"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(37));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("platform"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(30));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(38));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringNav$js_body$_16("product"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(39));
- var$5 = nle_Client_rootElement.clientWidth;
- jl_AbstractStringBuilder_insert0($str, $str.$length0, var$5, 10);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$4 = nle_Client_rootElement.clientWidth;
+ jl_AbstractStringBuilder_insert0($str, $str.$length0, var$4, 10);
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(40));
- var$5 = nle_Client_rootElement.clientHeight;
- jl_AbstractStringBuilder_insert0($str, $str.$length0, var$5, 10);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$4 = nle_Client_rootElement.clientHeight;
+ jl_AbstractStringBuilder_insert0($str, $str.$length0, var$4, 10);
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(42));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("innerWidth"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(43));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("innerHeight"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(44));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("outerWidth"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(45));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("outerHeight"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(46));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("devicePixelRatio"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(47));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(48));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringScreen$js_body$_17("availWidth"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(47));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(49));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringScreen$js_body$_17("availHeight"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(47));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(50));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringScreen$js_body$_17("colorDepth"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(47));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(51));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringScreen$js_body$_17("pixelDepth"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(52));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(53));
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getStringLocation$js_body$_18("href"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(54));
try {
$t = nle_LocalStorageManager_gameSettingsStorage;
+ $ptr = 3;
+ continue main;
+ } catch ($$e) {
+ $$je = $rt_wrapException($$e);
+ if ($$je instanceof jl_Throwable) {
+ } else {
+ throw $$e;
+ }
+ }
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(55));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(56));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(57));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
+ $t = $rt_str(nle_Client_getString$js_body$_15("minecraftServer"));
+ jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
+ $s = $rt_str(nle_Client_rootElement.getAttribute("style"));
+ $t = nle_Client_rootElement;
+ if ($s === null)
+ $s = $rt_s(9);
+ $doc = new jl_StringBuilder;
+ $doc.$buffer = $rt_createCharArray(16);
+ jl_AbstractStringBuilder_insert($doc, $doc.$length0, $s);
+ jl_AbstractStringBuilder_insert($doc, $doc.$length0, $rt_s(58));
+ $img = new jl_String;
+ var$8 = $doc.$buffer;
+ var$9 = var$8.data;
+ var$3 = $doc.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $img.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
+ $t.setAttribute("style", $rt_ustr($img));
+ $doc = window.document;
+ $img = $doc.createElement("img");
+ $div = $doc.createElement("div");
+ $img.setAttribute("style", "z-index:100;position:absolute;top:10px;left:calc(50% - 151px);");
+ $img.setAttribute("src", $rt_ustr(jl_String_substring($rt_s(59), 0, $rt_s(59).$nativeString.length)));
+ $div.setAttribute("style", "z-index:100;position:absolute;top:135px;left:10%;right:10%;bottom:30px;background-color:white;border:1px solid #cccccc;overflow-x:hidden;overflow-y:scroll;overflow-wrap:break-word;white-space:pre-wrap;font: 14px monospace;padding:10px;");
+ nle_Client_rootElement.appendChild($img);
+ nle_Client_rootElement.appendChild($div);
+ $t = new jl_String;
+ var$8 = $str.$buffer;
+ var$9 = var$8.data;
+ var$3 = $str.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $t.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
+ $div.appendChild($doc.createTextNode($rt_ustr($t)));
+ $ptr = 5;
+ continue main;
+ }
+ $t = new jl_IndexOutOfBoundsException;
+ $t.$suppressionEnabled = 1;
+ $t.$writableStackTrace = 1;
+ $rt_throw($t);
+ }
+ $t = new jl_IndexOutOfBoundsException;
+ $t.$suppressionEnabled = 1;
+ $t.$writableStackTrace = 1;
+ $rt_throw($t);
+ case 3:
+ try {
+ $tmp = nms_CompressedStreamTools_writeUncompressed($t);
+ if ($rt_suspending()) {
+ break main;
+ }
+ var$8 = $tmp;
$ptr = 4;
continue main;
} catch ($$e) {
@@ -3815,9 +3825,9 @@ nle_Client_showCrashScreen = $t => {
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("minecraftServer"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
$s = $rt_str(nle_Client_rootElement.getAttribute("style"));
$t = nle_Client_rootElement;
if ($s === null)
@@ -3827,12 +3837,12 @@ nle_Client_showCrashScreen = $t => {
jl_AbstractStringBuilder_insert($doc, $doc.$length0, $s);
jl_AbstractStringBuilder_insert($doc, $doc.$length0, $rt_s(58));
$img = new jl_String;
- var$6 = $doc.$buffer;
- var$7 = var$6.data;
- var$8 = $doc.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $img.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
+ var$8 = $doc.$buffer;
+ var$9 = var$8.data;
+ var$3 = $doc.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $img.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
$t.setAttribute("style", $rt_ustr($img));
$doc = window.document;
$img = $doc.createElement("img");
@@ -3843,14 +3853,14 @@ nle_Client_showCrashScreen = $t => {
nle_Client_rootElement.appendChild($img);
nle_Client_rootElement.appendChild($div);
$t = new jl_String;
- var$6 = $str.$buffer;
- var$7 = var$6.data;
- var$8 = $str.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $t.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
+ var$8 = $str.$buffer;
+ var$9 = var$8.data;
+ var$3 = $str.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $t.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
$div.appendChild($doc.createTextNode($rt_ustr($t)));
- $ptr = 6;
+ $ptr = 5;
continue main;
}
$t = new jl_IndexOutOfBoundsException;
@@ -3863,79 +3873,9 @@ nle_Client_showCrashScreen = $t => {
$t.$writableStackTrace = 1;
$rt_throw($t);
case 4:
- try {
- $tmp = nms_CompressedStreamTools_writeUncompressed($t);
- if ($rt_suspending()) {
- break main;
- }
- var$6 = $tmp;
- $ptr = 5;
- continue main;
- } catch ($$e) {
- $$je = $rt_wrapException($$e);
- if ($$je instanceof jl_Throwable) {
- } else {
- throw $$e;
- }
- }
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(55));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(56));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(41));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(57));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
- $t = $rt_str(nle_Client_getString$js_body$_15("minecraftServer"));
- jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
- $s = $rt_str(nle_Client_rootElement.getAttribute("style"));
- $t = nle_Client_rootElement;
- if ($s === null)
- $s = $rt_s(9);
- $doc = new jl_StringBuilder;
- $doc.$buffer = $rt_createCharArray(16);
- jl_AbstractStringBuilder_insert($doc, $doc.$length0, $s);
- jl_AbstractStringBuilder_insert($doc, $doc.$length0, $rt_s(58));
- $img = new jl_String;
- var$6 = $doc.$buffer;
- var$7 = var$6.data;
- var$8 = $doc.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $img.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
- $t.setAttribute("style", $rt_ustr($img));
- $doc = window.document;
- $img = $doc.createElement("img");
- $div = $doc.createElement("div");
- $img.setAttribute("style", "z-index:100;position:absolute;top:10px;left:calc(50% - 151px);");
- $img.setAttribute("src", $rt_ustr(jl_String_substring($rt_s(59), 0, $rt_s(59).$nativeString.length)));
- $div.setAttribute("style", "z-index:100;position:absolute;top:135px;left:10%;right:10%;bottom:30px;background-color:white;border:1px solid #cccccc;overflow-x:hidden;overflow-y:scroll;overflow-wrap:break-word;white-space:pre-wrap;font: 14px monospace;padding:10px;");
- nle_Client_rootElement.appendChild($img);
- nle_Client_rootElement.appendChild($div);
- $t = new jl_String;
- var$6 = $str.$buffer;
- var$7 = var$6.data;
- var$8 = $str.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $t.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
- $div.appendChild($doc.createTextNode($rt_ustr($t)));
- $ptr = 6;
- continue main;
- }
- $t = new jl_IndexOutOfBoundsException;
- $t.$suppressionEnabled = 1;
- $t.$writableStackTrace = 1;
- $rt_throw($t);
- }
- $t = new jl_IndexOutOfBoundsException;
- $t.$suppressionEnabled = 1;
- $t.$writableStackTrace = 1;
- $rt_throw($t);
- case 5:
a: {
try {
- $tmp = nle_Base64_encodeBase64String(var$6);
+ $tmp = nle_Base64_encodeBase64String(var$8);
if ($rt_suspending()) {
break main;
}
@@ -3957,9 +3897,9 @@ nle_Client_showCrashScreen = $t => {
jl_AbstractStringBuilder_insert($str, $str.$length0, $rt_s(32));
$t = $rt_str(nle_Client_getString$js_body$_15("minecraftServer"));
jl_AbstractStringBuilder_insert($str, $str.$length0, $t);
- var$8 = $str.$length0;
- jl_AbstractStringBuilder_insertSpace($str, var$8, var$8 + 1 | 0);
- $str.$buffer.data[var$8] = 10;
+ var$3 = $str.$length0;
+ jl_AbstractStringBuilder_insertSpace($str, var$3, var$3 + 1 | 0);
+ $str.$buffer.data[var$3] = 10;
$s = $rt_str(nle_Client_rootElement.getAttribute("style"));
$t = nle_Client_rootElement;
if ($s === null)
@@ -3969,12 +3909,12 @@ nle_Client_showCrashScreen = $t => {
jl_AbstractStringBuilder_insert($doc, $doc.$length0, $s);
jl_AbstractStringBuilder_insert($doc, $doc.$length0, $rt_s(58));
$img = new jl_String;
- var$6 = $doc.$buffer;
- var$7 = var$6.data;
- var$8 = $doc.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $img.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
+ var$8 = $doc.$buffer;
+ var$9 = var$8.data;
+ var$3 = $doc.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $img.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
$t.setAttribute("style", $rt_ustr($img));
$doc = window.document;
$img = $doc.createElement("img");
@@ -3985,14 +3925,14 @@ nle_Client_showCrashScreen = $t => {
nle_Client_rootElement.appendChild($img);
nle_Client_rootElement.appendChild($div);
$t = new jl_String;
- var$6 = $str.$buffer;
- var$7 = var$6.data;
- var$8 = $str.$length0;
- var$9 = var$7.length;
- if (var$8 >= 0 && var$8 <= (var$9 - 0 | 0)) {
- $t.$nativeString = $rt_charArrayToString(var$6.data, 0, var$8);
+ var$8 = $str.$buffer;
+ var$9 = var$8.data;
+ var$3 = $str.$length0;
+ var$10 = var$9.length;
+ if (var$3 >= 0 && var$3 <= (var$10 - 0 | 0)) {
+ $t.$nativeString = $rt_charArrayToString(var$8.data, 0, var$3);
$div.appendChild($doc.createTextNode($rt_ustr($t)));
- $ptr = 6;
+ $ptr = 5;
continue main;
}
$t = new jl_IndexOutOfBoundsException;
@@ -4004,7 +3944,7 @@ nle_Client_showCrashScreen = $t => {
$t.$suppressionEnabled = 1;
$t.$writableStackTrace = 1;
$rt_throw($t);
- case 6:
+ case 5:
nlea_EaglerAdapterImpl2_removeEventHandlers();
if ($rt_suspending()) {
break main;
@@ -4012,7 +3952,7 @@ nle_Client_showCrashScreen = $t => {
return;
default: $rt_invalidPointer();
}}
- $rt_nativeThread().push($t, $str, var$3, $s, var$5, var$6, var$7, var$8, var$9, $doc, $img, $div, $ptr);
+ $rt_nativeThread().push($t, $str, var$3, var$4, $s, $doc, $img, var$8, var$9, var$10, $div, $ptr);
},
nle_Client_addWebGLToCrash = () => {
let $ret, $ctx, var$3, var$4, var$5, var$6, var$7, var$8, var$9, $ptr, $tmp;
@@ -4600,9 +4540,9 @@ nle_Client__clinit_ = () => {
var$3[3] = $rt_s(94);
nms_Packet70GameEvent_clientMessage = var$2;
ji_FileInputStream_ONE_BYTE_BUFFER = $rt_createByteArray(1);
+ nms_EnumRarity__clinit_();
nle_RelayQuery$VersionMismatch__clinit_();
nms_DamageSource__clinit_();
- nms_EnumRarity__clinit_();
nms_EnumAction__clinit_();
nms_PacketCount__clinit_();
nms_TileEntityFurnace__clinit_();
@@ -6920,7 +6860,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}];
- nms_Render.$meta.methods = [
+ jur_FinalSet.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -6929,498 +6869,56 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "doRender",
- modifiers : 1,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 1,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "bindEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nle_TextureLocation],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderEntityOnFire",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderShadow",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getWorldFromRenderManager",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [],
- returnType : nms_World,
- callable : null
- }, {
- name : "renderShadowOnBlock",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_Block, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderOffsetAABB",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_AxisAlignedBB, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderAABB",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_AxisAlignedBB],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setRenderManager",
+ name : "matches",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_RenderManager],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderShadowAndFire",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getFontRendererFromRenderManager",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_FontRenderer,
- callable : null
- }, {
- name : "updateIcons",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_IconRegister],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderItemFrame.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "updateIcons",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_IconRegister],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82404_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityItemFrame, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110788_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityItemFrame],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "renderFrameItemAsBlock",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityItemFrame],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82402_b",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityItemFrame],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_TextureOffset.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RendererLivingEntity.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setRenderPassModel",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "interpolateRotation",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 1,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderLivingAt",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "rotateCorpse",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderSwingProgress",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "handleRotationFloat",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "renderEquippedItems",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderArrowsStuckInEntity",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "inheritRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
returnType : $rt_intcls,
callable : null
}, {
- name : "shouldRenderPass",
+ name : "getName",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ jur_FSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
returnType : $rt_intcls,
callable : null
}, {
- name : "func_82408_c",
+ name : "getGroupIndex",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getDeathMaxRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getColorMultiplier",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls],
+ accessLevel : 3,
+ parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "preRenderCallback",
+ name : "getName",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [],
+ returnType : jl_String,
callable : null
}, {
- name : "passSpecialRender",
+ name : "hasConsumed",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110813_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
returnType : $rt_booleancls,
callable : null
- }, {
- name : "func_96449_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, jl_String, $rt_floatcls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderLivingLabel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, jl_String, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderLiving.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_130007_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110828_a",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "func_110827_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110813_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "renderPlayer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderSilverfish.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getSilverfishDeathRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySilverfish],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "renderSilverfish",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntitySilverfish, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getSilverfishTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySilverfish],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "shouldSilverfishRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySilverfish, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getDeathMaxRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "shouldRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "renderPlayer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
}, {
name : "",
modifiers : 512,
@@ -7550,6 +7048,43 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
+ jur_NonCapJointSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_ArrayList, jur_FSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "hasConsumed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
+ callable : null
+ }];
jur_JointSet.$meta.methods = [
{
name : "",
@@ -7622,49 +7157,348 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jur_LowSurrogateCharSet.$meta.methods = [
+ ju_Arrays$ArrayAsList.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_charcls],
+ parameterTypes : [$rt_arraycls(jl_Object)],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getNext",
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "set",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "size",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : jur_AbstractSet,
+ returnType : $rt_intcls,
callable : null
- }, {
- name : "setNext",
+ }];
+ ju_AbstractList.$meta.methods = [
+ {
+ name : "",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
+ accessLevel : 2,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "matches",
+ name : "add",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "iterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_Iterator,
+ callable : null
+ }, {
+ name : "addAll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, ju_Collection],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "set",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "add",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "remove",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "indexOf",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
returnType : $rt_intcls,
callable : null
}, {
- name : "find",
+ name : "lastIndexOf",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ parameterTypes : [jl_Object],
returnType : $rt_intcls,
callable : null
}, {
- name : "findBack",
+ name : "clear",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "listIterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_ListIterator,
+ callable : null
+ }, {
+ name : "listIterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : ju_ListIterator,
+ callable : null
+ }, {
+ name : "subList",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : ju_List,
+ callable : null
+ }, {
+ name : "removeRange",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
returnType : $rt_intcls,
callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }];
+ ju_AbstractCollection.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "isEmpty",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "contains",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "toArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_arraycls(jl_Object),
+ callable : null
+ }, {
+ name : "toArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_arraycls(jl_Object)],
+ returnType : $rt_arraycls(jl_Object),
+ callable : null
+ }, {
+ name : "add",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "remove",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "containsAll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "addAll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "removeAll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "retainAll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "clear",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_30.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nle_IntegratedServerLAN$LANClient.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleICECandidates",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleDescription",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleSuccess",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleFailure",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "update",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "disconnect",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_UCIDecomposedCharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_arraycls($rt_intcls), $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_UCISupplRangeSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractCharClass, jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractCharClass],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "contains",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_booleancls,
+ callable : null
}, {
name : "getName",
modifiers : 0,
@@ -7672,64 +7506,13 @@ jl_Class_createMetadata = () => {
parameterTypes : [],
returnType : jl_String,
callable : null
- }, {
- name : "getChar",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "first",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
}];
- jur_LeafQuantifierSet.$meta.methods = [
+ jur_CompositeGroupQuantifierSet.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_LeafSet, jur_AbstractSet, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "setInnerSet",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_CompositeQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_Quantifier, jur_LeafSet, jur_AbstractSet, $rt_intcls],
+ parameterTypes : [jur_Quantifier, jur_AbstractSet, jur_AbstractSet, $rt_intcls, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -7761,7 +7544,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_23.$meta.methods = [
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_10.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -7784,715 +7567,7 @@ jl_Class_createMetadata = () => {
returnType : nlesi_IPCPacketBase,
callable : null
}];
- nms_CrashReportCategoryEntry.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_85089_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "func_85090_b",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- oj_JSONArray.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONTokener],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Collection],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Iterable],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONArray],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "iterator",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_Iterator,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_Object,
- callable : null
- }, {
- name : "getBoolean",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getDouble",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "getFloat",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getNumber",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_Number,
- callable : null
- }, {
- name : "getEnum",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Class, $rt_intcls],
- returnType : jl_Enum,
- callable : null
- }, {
- name : "getBigDecimal",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jm_BigDecimal,
- callable : null
- }, {
- name : "getBigInteger",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jm_BigInteger,
- callable : null
- }, {
- name : "getInt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getJSONArray",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "getJSONObject",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : oj_JSONObject,
- callable : null
- }, {
- name : "getLong",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "getString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "isNull",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "join",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_String,
- callable : null
- }, {
- name : "length",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "clear",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "opt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_Object,
- callable : null
- }, {
- name : "optBoolean",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "optBoolean",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "optDouble",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "optDouble",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_doublecls],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "optFloat",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "optFloat",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_floatcls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "optInt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "optInt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "optEnum",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Class, $rt_intcls],
- returnType : jl_Enum,
- callable : null
- }, {
- name : "optEnum",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Class, $rt_intcls, jl_Enum],
- returnType : jl_Enum,
- callable : null
- }, {
- name : "optBigInteger",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jm_BigInteger],
- returnType : jm_BigInteger,
- callable : null
- }, {
- name : "optBigDecimal",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jm_BigDecimal],
- returnType : jm_BigDecimal,
- callable : null
- }, {
- name : "optJSONArray",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "optJSONObject",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : oj_JSONObject,
- callable : null
- }, {
- name : "optLong",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "optLong",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "optNumber",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_Number,
- callable : null
- }, {
- name : "optNumber",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_Number],
- returnType : jl_Number,
- callable : null
- }, {
- name : "optString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "optString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_String],
- returnType : jl_String,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Collection],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_doublecls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Map],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_booleancls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, ju_Collection],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_doublecls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_floatcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_longcls],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, ju_Map],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "put",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_Object],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "putAll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Collection],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "putAll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Iterable],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "putAll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONArray],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "putAll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : oj_JSONArray,
- callable : null
- }, {
- name : "query",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Object,
- callable : null
- }, {
- name : "query",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONPointer],
- returnType : jl_Object,
- callable : null
- }, {
- name : "optQuery",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Object,
- callable : null
- }, {
- name : "optQuery",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONPointer],
- returnType : jl_Object,
- callable : null
- }, {
- name : "remove",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_Object,
- callable : null
- }, {
- name : "similar",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "toJSONObject",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [oj_JSONArray],
- returnType : oj_JSONObject,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "write",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ji_Writer],
- returnType : ji_Writer,
- callable : null
- }, {
- name : "write",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ji_Writer, $rt_intcls, $rt_intcls],
- returnType : ji_Writer,
- callable : null
- }, {
- name : "toList",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_List,
- callable : null
- }, {
- name : "isEmpty",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "addAll",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [ju_Collection, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "addAll",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [jl_Iterable, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "addAll",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [jl_Object, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "wrongValueFormatException",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [$rt_intcls, jl_String, jl_Throwable],
- returnType : oj_JSONException,
- callable : null
- }, {
- name : "wrongValueFormatException",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [$rt_intcls, jl_String, jl_Object, jl_Throwable],
- returnType : oj_JSONException,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_15.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- nms_EnchantmentDamage.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getMinEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxLevel",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "calcModifierLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, nms_EntityLivingBase],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "canApplyTogether",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Enchantment],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "canApply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_38.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_21.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -8515,7 +7590,37 @@ jl_Class_createMetadata = () => {
returnType : nms_Entity,
callable : null
}];
- nms_RenderItem.$meta.methods = [
+ jnci_UTF16Charset.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_booleancls, $rt_booleancls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "contains",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jnc_Charset],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "newDecoder",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jnc_CharsetDecoder,
+ callable : null
+ }, {
+ name : "newEncoder",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jnc_CharsetEncoder,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_13.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -8524,88 +7629,540 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "doRenderItem",
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityItem, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_3.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "func_110796_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityItem],
- returnType : nle_TextureLocation,
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
callable : null
}, {
- name : "renderDroppedItem",
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ jm_BigInteger.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, ju_Random],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls, ju_Random],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_arraycls($rt_bytecls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_arraycls($rt_bytecls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [$rt_intcls, $rt_intcls, $rt_arraycls($rt_intcls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [$rt_intcls, $rt_longcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [$rt_intcls, $rt_arraycls($rt_intcls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "valueOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "toByteArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_arraycls($rt_bytecls),
+ callable : null
+ }, {
+ name : "setFromString",
+ modifiers : 512,
+ accessLevel : 1,
+ parameterTypes : [jm_BigInteger, jl_String, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "abs",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "negate",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "add",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "subtract",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "signum",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "shiftRight",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "shiftLeft",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "shiftLeftOneBit",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "bitLength",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "testBit",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "setBit",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "clearBit",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "flipBit",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "getLowestSetBit",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "bitCount",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "not",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "and",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "or",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "xor",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "andNot",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "byteValueExact",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "shortValueExact",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_shortcls,
+ callable : null
+ }, {
+ name : "intValue",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "intValueExact",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "longValue",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "longValueExact",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "floatValue",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "doubleValue",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_doublecls,
+ callable : null
+ }, {
+ name : "compareTo",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "min",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "max",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "equalsArrays",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [$rt_arraycls($rt_intcls)],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "gcd",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "multiply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "pow",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "sqrt",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "divideAndRemainder",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : $rt_arraycls(jm_BigInteger),
+ callable : null
+ }, {
+ name : "divide",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "remainder",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "modInverse",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "modPow",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger, jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "mod",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jm_BigInteger],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "isProbablePrime",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "nextProbablePrime",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "probablePrime",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, ju_Random],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "cutOffLeadingZeroes",
+ modifiers : 4,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "isOne",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "putBytesPositiveToIntegers",
modifiers : 0,
accessLevel : 1,
- parameterTypes : [nms_EntityItem, nms_Icon, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [$rt_arraycls($rt_bytecls)],
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderItemIntoGUI",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_FontRenderer, nms_RenderEngine, nms_ItemStack, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderItemAndEffectIntoGUI",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_FontRenderer, nms_RenderEngine, nms_ItemStack, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderGlint",
+ name : "putBytesNegativeToIntegers",
modifiers : 0,
accessLevel : 1,
- parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls],
+ parameterTypes : [$rt_arraycls($rt_bytecls)],
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderItemOverlayIntoGUI",
+ name : "getFirstNonzeroDigit",
modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "copy",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "unCache",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getPowerOfTwo",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [$rt_intcls],
+ returnType : jm_BigInteger,
+ callable : null
+ }, {
+ name : "compareTo",
+ modifiers : 96,
accessLevel : 3,
- parameterTypes : [nms_FontRenderer, nms_RenderEngine, nms_ItemStack, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderItemOverlayIntoGUI",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_FontRenderer, nms_RenderEngine, nms_ItemStack, $rt_intcls, $rt_intcls, jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderQuad",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nlea_Tessellator, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderIcon",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls, nms_Icon, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [jl_Object],
+ returnType : $rt_intcls,
callable : null
}, {
name : "",
@@ -8615,207 +8172,440 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_EnchantmentUntouching.$meta.methods = [
+ jl_Float.$meta.methods = [
{
name : "",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls, $rt_intcls],
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getMinEnchantability",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "getMaxEnchantability",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "getMaxLevel",
+ name : "intValue",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "canApplyTogether",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Enchantment],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "canApply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }];
- nms_RenderTntMinecart.$meta.methods = [
- {
- name : "",
+ name : "longValue",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_voidcls,
+ returnType : $rt_longcls,
callable : null
}, {
- name : "func_94146_a",
+ name : "floatValue",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityMinecartTNT, $rt_floatcls, nms_Block, $rt_intcls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_floatcls,
callable : null
}, {
- name : "renderBlockInMinecart",
+ name : "doubleValue",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityMinecart, $rt_floatcls, nms_Block, $rt_intcls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_doublecls,
callable : null
- }];
- nms_TextureStitched.$meta.methods = [
- {
- name : "makeTextureStitched",
+ }, {
+ name : "valueOf",
modifiers : 512,
accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : nms_TextureStitched,
+ parameterTypes : [$rt_floatcls],
+ returnType : jl_Float,
callable : null
}, {
- name : "",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "init",
- modifiers : 0,
+ name : "toString",
+ modifiers : 512,
accessLevel : 3,
- parameterTypes : [nms_Texture, ju_List, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_booleancls],
- returnType : $rt_voidcls,
+ parameterTypes : [$rt_floatcls],
+ returnType : jl_String,
callable : null
}, {
- name : "copyFrom",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_TextureStitched],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getOriginX",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getOriginY",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getIconWidth",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getIconHeight",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMinU",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getMaxU",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getInterpolatedU",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_doublecls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getMinV",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getMaxV",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getInterpolatedV",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_doublecls],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "getIconName",
+ name : "toString",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : jl_String,
callable : null
}, {
- name : "getSheetWidth",
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 512,
+ accessLevel : 1,
+ parameterTypes : [$rt_floatcls, $rt_floatcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "getSheetHeight",
- modifiers : 0,
+ name : "hashCode",
+ modifiers : 512,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [$rt_floatcls],
returnType : $rt_intcls,
callable : null
}, {
- name : "updateAnimation",
- modifiers : 0,
+ name : "isNaN",
+ modifiers : 768,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "readAnimationInfo",
- modifiers : 0,
+ name : "isInfinite",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isFinite",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "parseFloat",
+ modifiers : 512,
accessLevel : 3,
parameterTypes : [jl_String],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "valueOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : jl_Float,
+ callable : null
+ }, {
+ name : "isNaN",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isInfinite",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "compare",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "compareTo",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Float],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "floatToRawIntBits",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "floatToIntBits",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "intBitsToFloat",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "toHexString",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "compareTo",
+ modifiers : 96,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
+ }, {
+ name : "isNaN$js_body$_14",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "isInfinite$js_body$_15",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "isFinite$js_body$_16",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "floatToRawIntBits$js_body$_23",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "intBitsToFloat$js_body$_25",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_51.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ jur_CompositeRangeSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet, jur_AbstractSet, jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet, jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getNext",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jur_AbstractSet,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "setNext",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getSurrogates",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jur_AbstractSet,
+ callable : null
+ }, {
+ name : "getWithoutSurrogates",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jur_AbstractSet,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "hasConsumed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "first",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet],
+ returnType : $rt_booleancls,
+ callable : null
+ }];
+ nms_ModelRenderer.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, $rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "addChild",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelRenderer],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setTextureOffset",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : nms_ModelRenderer,
+ callable : null
+ }, {
+ name : "addBox",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_intcls, $rt_intcls, $rt_intcls],
+ returnType : nms_ModelRenderer,
+ callable : null
+ }, {
+ name : "addBox",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_intcls, $rt_intcls, $rt_intcls],
+ returnType : nms_ModelRenderer,
+ callable : null
+ }, {
+ name : "addBox",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setRotationPoint",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "render",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderWithRotation",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "postRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "compileDisplayList",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setTextureSize",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : nms_ModelRenderer,
+ callable : null
}];
nms_TexturePackDefault.$meta.methods = [
{
@@ -8861,12 +8651,639 @@ jl_Class_createMetadata = () => {
returnType : $rt_arraycls($rt_bytecls),
callable : null
}];
- jur_EmptySet.$meta.methods = [
+ oj_JSONObject$Null.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "clone",
+ modifiers : 4,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_EnchantmentOxygen.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMinEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxLevel",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ otcit_DateTimeZoneBuilder$DSTZone.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jl_String, $rt_intcls, otcit_DateTimeZoneBuilder$Recurrence, otcit_DateTimeZoneBuilder$Recurrence],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getOffset",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getStandardOffset",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "isFixed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "nextTransition",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "previousTransition",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "findMatchingRecurrence",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_longcls],
+ returnType : otcit_DateTimeZoneBuilder$Recurrence,
+ callable : null
+ }, {
+ name : "write",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_StringBuilder],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "readZone",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String, otci_CharFlow],
+ returnType : otcit_DateTimeZoneBuilder$DSTZone,
+ callable : null
+ }, {
+ name : "asZoneRules",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jtz_ZoneRules,
+ callable : null
+ }];
+ nms_RenderWolf.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getTailRotation",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWolf, $rt_floatcls],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "func_82447_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWolf, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "func_110914_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWolf],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "shouldRenderPass",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleRotationFloat",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_19.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RenderEntity.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }];
+ nms_RenderCaveSpider.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "scaleSpider",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityCaveSpider, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getCaveSpiderTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityCaveSpider],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "getSpiderTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySpider],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_24.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_40.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nleg_FixedFunctionShader.$meta.methods = [
+ {
+ name : "refreshCoreGL",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "instance",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : nleg_FixedFunctionShader,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_intcls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setupArrayForProgram",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "useProgram",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "unuseProgram",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "optimize",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "update",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "lambda$new$0",
+ modifiers : 32,
+ accessLevel : 1,
+ parameterTypes : [nlea_EaglerAdapterImpl2$BufferArrayGL, nlea_EaglerAdapterImpl2$BufferGL],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jt_DateFormatElement$EraText.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jt_DateFormatSymbols],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "format",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Calendar, jl_StringBuffer],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "parse",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, ju_Calendar, jt_ParsePosition],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nms_RenderHorse.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110847_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityHorse, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110846_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityHorse, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110849_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityHorse],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "func_110848_b",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [nms_EntityHorse],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderModel",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_RenderLightningBolt.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLightningBolt",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLightningBolt, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110805_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLightningBolt],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jt_DateFormatElement$NumericMonth.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "processBeforeFormat",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "processAfterParse",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nlea_EaglerAdapterImpl2$AudioBufferSourceNodeX.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [otjw_AudioBufferSourceNode, otjw_PannerNode, otjw_GainNode, $rt_booleancls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_PreviousMatch.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "hasConsumed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ jur_SupplCharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -8898,40 +9315,75 @@ jl_Class_createMetadata = () => {
returnType : jl_String,
callable : null
}, {
- name : "hasConsumed",
+ name : "getCodePoint",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "first",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
+ parameterTypes : [jur_AbstractSet],
returnType : $rt_booleancls,
callable : null
}];
- nms_RenderPig.$meta.methods = [
+ nms_RenderVillager.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderSaddledPig",
+ name : "shouldVillagerRenderPass",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityPig, $rt_intcls, $rt_floatcls],
+ parameterTypes : [nms_EntityVillager, $rt_intcls, $rt_floatcls],
returnType : $rt_intcls,
callable : null
}, {
- name : "getPigTextures",
+ name : "renderVillager",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityVillager, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110902_a",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityPig],
+ parameterTypes : [nms_EntityVillager],
returnType : nle_TextureLocation,
callable : null
}, {
- name : "bindTexture",
+ name : "renderVillagerEquipedItems",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
+ parameterTypes : [nms_EntityVillager, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderVillager",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityVillager, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLiving",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -8941,6 +9393,27 @@ jl_Class_createMetadata = () => {
parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
returnType : $rt_intcls,
callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderEquippedItems",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderPlayer",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
}, {
name : "getEntityTexture",
modifiers : 0,
@@ -8948,6 +9421,13 @@ jl_Class_createMetadata = () => {
parameterTypes : [nms_Entity],
returnType : nle_TextureLocation,
callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
}, {
name : "",
modifiers : 512,
@@ -8956,93 +9436,72 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- otcit_DateTimeZoneBuilder$RuleSet.$meta.methods = [
+ nms_NBTTagFloat.$meta.methods = [
{
name : "",
modifiers : 0,
- accessLevel : 0,
- parameterTypes : [],
+ accessLevel : 3,
+ parameterTypes : [jl_String],
returnType : $rt_voidcls,
callable : null
}, {
name : "",
modifiers : 0,
- accessLevel : 0,
- parameterTypes : [otcit_DateTimeZoneBuilder$RuleSet],
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getStandardOffset",
+ name : "write",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "load",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getId",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "copy",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nms_NBTBase,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
- }, {
- name : "setStandardOffset",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setFixedSavings",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "addRule",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [otcit_DateTimeZoneBuilder$Rule],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setUpperLimit",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, otcit_DateTimeZoneBuilder$OfYear],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "firstTransition",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, ju_GregorianCalendar],
- returnType : otcit_DateTimeZoneBuilder$Transition,
- callable : null
- }, {
- name : "nextTransition",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_intcls, ju_GregorianCalendar],
- returnType : otcit_DateTimeZoneBuilder$Transition,
- callable : null
- }, {
- name : "getUpperLimit",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "buildTailZone",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : otcit_DateTimeZoneBuilder$DSTZone,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
}];
- nms_RecipeFireworks.$meta.methods = [
+ nms_RecipesMapCloning.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -9079,49 +9538,21 @@ jl_Class_createMetadata = () => {
returnType : nms_ItemStack,
callable : null
}];
- nms_RenderSnowball.$meta.methods = [
+ nle_EaglerProfile$EaglerProfileSkin.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_Item, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Item],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_77026_a",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nlea_Tessellator, nms_Icon],
+ parameterTypes : [jl_String, $rt_arraycls($rt_bytecls), $rt_booleancls, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}];
- jur_AtomicFSet.$meta.methods = [
+ jur_ReluctantAltQuantifierSet.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls],
+ parameterTypes : [jur_LeafSet, jur_AbstractSet, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -9131,1089 +9562,6 @@ jl_Class_createMetadata = () => {
parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
returnType : $rt_intcls,
callable : null
- }, {
- name : "getIndex",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }];
- jur_CISequenceSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [jl_StringBuffer],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "accepts",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- nms_RenderFallingSand.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderFallingSand",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityFallingSand, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getFallingSandTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityFallingSand],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_BackReferenceSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "find",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "findBack",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "first",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- jl_Long.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : jl_Long,
- callable : null
- }, {
- name : "parseLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "parseLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_CharSequence, $rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "parseLongImpl",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [jl_CharSequence, $rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "parseLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : jl_Long,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Long,
- callable : null
- }, {
- name : "decode",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Long,
- callable : null
- }, {
- name : "decodeDigit",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [$rt_charcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "intValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "longValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "floatValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "doubleValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "toString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_intcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toHexString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toOctalString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toBinaryString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "compare",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compareTo",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Long],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Long,
- callable : null
- }, {
- name : "getLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_longcls],
- returnType : jl_Long,
- callable : null
- }, {
- name : "getLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, jl_Long],
- returnType : jl_Long,
- callable : null
- }, {
- name : "numberOfLeadingZeros",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "numberOfTrailingZeros",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "highestOneBit",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "lowestOneBit",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "bitCount",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "rotateLeft",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "rotateRight",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_intcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "reverse",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "reverseBytes",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "signum",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "divideUnsigned",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "remainderUnsigned",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "compareUnsigned",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [$rt_longcls, $rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compareTo",
- modifiers : 96,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_SupplRangeSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractCharClass, jur_AbstractSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractCharClass],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "contains",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "first",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getChars",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jur_AbstractCharClass,
- callable : null
- }, {
- name : "getNext",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jur_AbstractSet,
- callable : null
- }, {
- name : "setNext",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }];
- nle_RelayServer.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, jl_String, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nle_RelayEntry],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "isPrimary",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "setPrimary",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getPing",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "getWorkingPing",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "getPingVersion",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getPingComment",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "getPingVendor",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "getPingCompatible",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nle_RelayQuery$VersionMismatch,
- callable : null
- }, {
- name : "pingBlocking",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "ping",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "update",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "close",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "openSocket",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nle_RelayServerSocket,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_16.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_9.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_30.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nms_RenderBlaze.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderBlaze",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityBlaze, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getBlazeTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityBlaze],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderPlayer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_17.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_22.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nms_KeyBinding.$meta.methods = [
- {
- name : "onTick",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setKeyBindState",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "unPressAllKeys",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "resetKeyBindingArrayAndHash",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "isPressed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "unpressKey",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_14.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- jt_DateFormatElement$NumericWeekday.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "processBeforeFormat",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "processAfterParse",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }];
- jur_UEOLSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- nms_RenderLeashKnot.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110799_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLeashKnot, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getLeashKnotTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLeashKnot],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_7.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nlesi_IPCPacket15ThrowException.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_arraycls(jl_String)],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, ju_List],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "deserialize",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ji_DataInput],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "serialize",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ji_DataOutput],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "id",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "size",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "log",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_SOLSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
}];
ju_Currency.$meta.methods = [
{
@@ -10308,7 +9656,7 @@ jl_Class_createMetadata = () => {
returnType : jl_String,
callable : null
}];
- nms_RenderEnderman.$meta.methods = [
+ nms_RenderXPOrb.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -10317,68 +9665,19 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderEnderman",
+ name : "renderTheXPOrb",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityEnderman, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_EntityXPOrb, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getEndermanTextures",
+ name : "getExperienceOrbTextures",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityEnderman],
+ parameterTypes : [nms_EntityXPOrb],
returnType : nle_TextureLocation,
callable : null
- }, {
- name : "renderCarrying",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityEnderman, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderEyes",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityEnderman, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "shouldRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderEquippedItems",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderPlayer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
}, {
name : "getEntityTexture",
modifiers : 0,
@@ -10401,7 +9700,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_2.$meta.methods = [
+ nms_NBTTagCompound.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -10410,237 +9709,284 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_5.$meta.methods = [
- {
name : "",
modifiers : 0,
accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "write",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "load",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getTags",
+ modifiers : 0,
+ accessLevel : 3,
parameterTypes : [],
- returnType : $rt_voidcls,
+ returnType : ju_Collection,
callable : null
}, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
+ name : "getId",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- jt_DateFormatElement$GeneralTimezone.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Locale],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "format",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Calendar, jl_StringBuffer],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_NonCapJointSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 2,
parameterTypes : [],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "setTag",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, nms_NBTBase],
returnType : $rt_voidcls,
callable : null
}, {
- name : "",
+ name : "setByte",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [ju_ArrayList, jur_FSet],
+ parameterTypes : [jl_String, $rt_bytecls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "matches",
+ name : "setShort",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ parameterTypes : [jl_String, $rt_shortcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setInteger",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setLong",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_longcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setFloat",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setDouble",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_doublecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setByteArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_arraycls($rt_bytecls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setIntArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_arraycls($rt_intcls)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setCompoundTag",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, nms_NBTTagCompound],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setBoolean",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_booleancls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getTag",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : nms_NBTBase,
+ callable : null
+ }, {
+ name : "hasKey",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getByte",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "getShort",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_shortcls,
+ callable : null
+ }, {
+ name : "getInteger",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
returnType : $rt_intcls,
callable : null
}, {
- name : "getName",
+ name : "getLong",
modifiers : 0,
- accessLevel : 2,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "getFloat",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_floatcls,
+ callable : null
+ }, {
+ name : "getDouble",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_doublecls,
+ callable : null
+ }, {
+ name : "getString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getByteArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_arraycls($rt_bytecls),
+ callable : null
+ }, {
+ name : "getIntArray",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_arraycls($rt_intcls),
+ callable : null
+ }, {
+ name : "getCompoundTag",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : nms_NBTTagCompound,
+ callable : null
+ }, {
+ name : "getTagList",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : nms_NBTTagList,
+ callable : null
+ }, {
+ name : "getBoolean",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "removeTag",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
parameterTypes : [],
returnType : jl_String,
callable : null
}, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }];
- jur_PositiveLookBehind.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_ArrayList, jur_FSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_23.$meta.methods = [
- {
- name : "",
+ name : "hasNoTags",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_voidcls,
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "apply",
- modifiers : 64,
+ name : "createCrashReport",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [jl_String, $rt_intcls, jl_ClassCastException],
+ returnType : nms_CrashReport,
+ callable : null
+ }, {
+ name : "copy",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nms_NBTBase,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
accessLevel : 3,
parameterTypes : [jl_Object],
- returnType : jl_Object,
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nms_EnchantmentDurability.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getMinEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxLevel",
+ name : "hashCode",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "canApply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "negateDamage",
+ name : "getTagMap",
modifiers : 512,
accessLevel : 3,
- parameterTypes : [nms_ItemStack, $rt_intcls, nle_EaglercraftRandom],
- returnType : $rt_booleancls,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_1.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
+ parameterTypes : [nms_NBTTagCompound],
+ returnType : ju_Map,
callable : null
}, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
+ name : "getStringOrNull",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- ju_HashMap$HashEntry.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [jl_Object, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [jl_Object, jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "clone",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
+ parameterTypes : [jl_String],
+ returnType : jl_String,
callable : null
}];
nms_EntityList$_clinit_$lambda$_63_29.$meta.methods = [
@@ -10666,488 +10012,7 @@ jl_Class_createMetadata = () => {
returnType : nms_Entity,
callable : null
}];
- nms_EnchantmentDigging.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getMinEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxEnchantability",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getMaxLevel",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "canApply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }];
- nms_RenderPainting.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderThePainting",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityPainting, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110806_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPainting],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_77010_a",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityPainting, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_77008_a",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityPainting, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_UCISequenceSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [jl_StringBuffer],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "accepts",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- jur_AtomicJointSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_ArrayList, jur_FSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "setNext",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getNext",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jur_AbstractSet,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- jur_BehindFSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- otji_JSWrapper.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "wrap",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "createWeakRef",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otj_JSObject],
- returnType : otjc_JSWeakRef,
- callable : null
- }, {
- name : "deref",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSWeakRef],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "register",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSFinalizationRegistry, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSMap, otj_JSObject],
- returnType : otjc_JSWeakRef,
- callable : null
- }, {
- name : "set",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSMap, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSWeakMap, otj_JSObject],
- returnType : otjc_JSWeakRef,
- callable : null
- }, {
- name : "set",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otjc_JSWeakMap, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "maybeWrap",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "directJavaToJs",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "directJsToJava",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [otj_JSObject],
- returnType : jl_Object,
- callable : null
- }, {
- name : "dependencyJavaToJs",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "dependencyJsToJava",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [otj_JSObject],
- returnType : jl_Object,
- callable : null
- }, {
- name : "wrapperToJs",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otji_JSWrapper],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "jsToWrapper",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otj_JSObject],
- returnType : otji_JSWrapper,
- callable : null
- }, {
- name : "isJava",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isJava",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [otj_JSObject],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isJSImplementation",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "unwrap",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "maybeUnwrap",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "javaToJs",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "jsToJava",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [otj_JSObject],
- returnType : jl_Object,
- callable : null
- }, {
- name : "isJs",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isPrimitive",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object, otj_JSObject],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "instanceOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_Object, otj_JSObject],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "bigintTruncate",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otj_JSObject],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "isUndefined",
- modifiers : 768,
- accessLevel : 1,
- parameterTypes : [otj_JSObject],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "lambda$static$1",
- modifiers : 544,
- accessLevel : 1,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "lambda$static$0",
- modifiers : 544,
- accessLevel : 1,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "createWeakRef$js_body$_2",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "deref$js_body$_3",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "register$js_body$_4",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get$js_body$_5",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject, otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "set$js_body$_6",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get$js_body$_7",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject, otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "set$js_body$_8",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "bigintTruncate$js_body$_27",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }, {
- name : "isUndefined$js_body$_30",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
- callable : null
- }];
- nms_EnchantmentArrowFire.$meta.methods = [
+ nms_EnchantmentArrowKnockback.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -11177,7 +10042,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}];
- nms_EntityList$_clinit_$lambda$_63_24.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_32.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -11200,248 +10065,6 @@ jl_Class_createMetadata = () => {
returnType : nms_Entity,
callable : null
}];
- nms_RenderBat.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82443_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityBat, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getBatTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityBat],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_82442_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityBat, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82445_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityBat, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82444_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityBat, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "preRenderCallback",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "rotateCorpse",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderLivingAt",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderZombie.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82421_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82429_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityZombie, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "func_82426_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityZombie, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110863_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityZombie],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_82428_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityZombie, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82427_a",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityZombie],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82430_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityZombie, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_130005_c",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110856_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRenderLiving",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_130006_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "shouldRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "renderEquippedItems",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "rotateCorpse",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderPlayer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
nms_RenderGhast.$meta.methods = [
{
name : "",
@@ -11493,128 +10116,12 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RecipesMapExtending.$meta.methods = [
+ nms_RenderMooshroom.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting, nms_World],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getCraftingResult",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting],
- returnType : nms_ItemStack,
- callable : null
- }];
- nms_NBTTagShort.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_shortcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "write",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [ji_DataOutput],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "load",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [ji_DataInput, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getId",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_bytecls,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "copy",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_NBTBase,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }];
- nms_RenderSlime.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "shouldSlimeRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySlime, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "scaleSlime",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySlime, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getSlimeTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySlime],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "preRenderCallback",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ parameterTypes : [nms_ModelBase, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -11625,11 +10132,46 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "shouldRenderPass",
+ name : "renderLivingMooshroom",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityMooshroom, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMooshroomTextures",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
+ parameterTypes : [nms_EntityMooshroom],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "renderMooshroomEquippedItems",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityMooshroom, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLiving",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderEquippedItems",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderPlayer",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
callable : null
}, {
name : "getEntityTexture",
@@ -11639,674 +10181,12 @@ jl_Class_createMetadata = () => {
returnType : nle_TextureLocation,
callable : null
}, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
- }];
- ju_LinkedList.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [ju_Collection],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "size",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "clear",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "listIterator",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_ListIterator,
- callable : null
- }, {
- name : "listIterator",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : ju_ListIterator,
- callable : null
- }, {
- name : "offer",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "remove",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "poll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "element",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "peek",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "addFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "addLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "offerFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "offerLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "removeFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "removeLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "pollFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "pollLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "getFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "getLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "peekFirst",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "peekLast",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "removeFirstOccurrence",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "removeLastOccurrence",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "push",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "pop",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "descendingIterator",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_Iterator,
- callable : null
- }, {
- name : "reversed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_LinkedList,
- callable : null
- }, {
- name : "removeEntry",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [ju_LinkedList$Entry],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "reversed",
- modifiers : 96,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_List,
- callable : null
- }, {
- name : "reversed",
- modifiers : 96,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_SequencedCollection,
- callable : null
- }, {
- name : "reversed",
- modifiers : 96,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_Deque,
- callable : null
- }];
- jl_Boolean.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "compareTo",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Boolean],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compare",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls, $rt_booleancls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "parseBoolean",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "booleanValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : jl_Boolean,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Boolean,
- callable : null
- }, {
- name : "toString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getBoolean",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "logicalAnd",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls, $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "logicalOr",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls, $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "logicalXor",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls, $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "compareTo",
- modifiers : 96,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_UCISupplCharSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "accepts",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_52.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_36.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nleg_FixedFunctionShader.$meta.methods = [
- {
- name : "refreshCoreGL",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "instance",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : nleg_FixedFunctionShader,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_intcls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setupArrayForProgram",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "useProgram",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "unuseProgram",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "optimize",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "update",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "lambda$new$0",
- modifiers : 32,
- accessLevel : 1,
- parameterTypes : [nlea_EaglerAdapterImpl2$BufferArrayGL, nlea_EaglerAdapterImpl2$BufferGL],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EntitySmokeFX.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderParticle",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nlea_Tessellator, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "onUpdate",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RecipesArmorDyes.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting, nms_World],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getCraftingResult",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "getRecipeSize",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getRecipeOutput",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_ItemStack,
- callable : null
- }];
- otcit_CachedDateTimeZone.$meta.methods = [
- {
- name : "forZone",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [otcit_StorableDateTimeZone],
- returnType : otcit_CachedDateTimeZone,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [otcit_StorableDateTimeZone],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "write",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_StringBuilder],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getUncachedZone",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : otcit_DateTimeZone,
- callable : null
- }, {
- name : "getOffset",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getStandardOffset",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "isFixed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "nextTransition",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "previousTransition",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "asZoneRules",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jtz_ZoneRules,
- callable : null
- }, {
- name : "getInfo",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_longcls],
- returnType : otcit_CachedDateTimeZone$Info,
- callable : null
- }, {
- name : "createInfo",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_longcls],
- returnType : otcit_CachedDateTimeZone$Info,
- callable : null
}, {
name : "",
modifiers : 512,
@@ -13080,234 +10960,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderSpider.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setSpiderDeathMaxRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySpider],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "setSpiderEyeBrightness",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySpider, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getSpiderTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySpider],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "getDeathMaxRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "shouldRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EntityList$_clinit_$lambda$_63_28.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "apply",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : jl_Object,
- callable : null
- }, {
- name : "apply",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World],
- returnType : nms_Entity,
- callable : null
- }];
- nms_NBTTagList.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "write",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [ji_DataOutput],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "load",
- modifiers : 0,
- accessLevel : 0,
- parameterTypes : [ji_DataInput, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getId",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_bytecls,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "appendTag",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_NBTBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "removeTag",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : nms_NBTBase,
- callable : null
- }, {
- name : "tagAt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : nms_NBTBase,
- callable : null
- }, {
- name : "tagCount",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "copy",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_NBTBase,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_10.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
- callable : null
- }];
- nms_ModelBox.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelRenderer, $rt_intcls, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "render",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nlea_Tessellator, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_78244_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : nms_ModelBox,
- callable : null
- }];
- jur_CharSet.$meta.methods = [
+ jur_LowSurrogateCharSet.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -13316,17 +10969,24 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "charCount",
+ name : "getNext",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_intcls,
+ returnType : jur_AbstractSet,
callable : null
}, {
- name : "accepts",
+ name : "setNext",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence],
+ parameterTypes : [jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
returnType : $rt_intcls,
callable : null
}, {
@@ -13355,7 +11015,7 @@ jl_Class_createMetadata = () => {
modifiers : 0,
accessLevel : 2,
parameterTypes : [],
- returnType : $rt_charcls,
+ returnType : $rt_intcls,
callable : null
}, {
name : "first",
@@ -13364,396 +11024,6 @@ jl_Class_createMetadata = () => {
parameterTypes : [jur_AbstractSet],
returnType : $rt_booleancls,
callable : null
- }];
- nms_TexturePackFolder.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, nleav_VFile, nms_ITexturePack],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_98139_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [jl_String],
- returnType : ji_InputStream,
- callable : null
- }, {
- name : "func_98140_c",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isCompatible",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }];
- jur_RelCompositeGroupQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_Quantifier, jur_AbstractSet, jur_AbstractSet, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
- }];
- nms_RenderHorse.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110847_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityHorse, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110846_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityHorse, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110849_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityHorse],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_110848_b",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityHorse],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "preRenderCallback",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "bindTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderLightningBolt.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderLightningBolt",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLightningBolt, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110805_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLightningBolt],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "getEntityTexture",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }];
- nleav_VFile.$meta.methods = [
- {
- name : "normalizePath",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_String,
- callable : null
- }, {
- name : "splitPath",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_arraycls(jl_String),
- callable : null
- }, {
- name : "createPath",
- modifiers : 8704,
- accessLevel : 3,
- parameterTypes : [$rt_arraycls(jl_Object)],
- returnType : jl_String,
- callable : null
- }, {
- name : "",
- modifiers : 8192,
- accessLevel : 3,
- parameterTypes : [$rt_arraycls(jl_Object)],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getInputStream",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ji_InputStream,
- callable : null
- }, {
- name : "getOutputStream",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ji_OutputStream,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "isRelative",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "canRead",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getPath",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "canWrite",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getParent",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hashCode",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "equals",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "exists",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "delete",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "renameTo",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "length",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getBytes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_arraycls($rt_bytecls), $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "setCacheEnabled",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getAllBytes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_arraycls($rt_bytecls),
- callable : null
- }, {
- name : "getAllChars",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "getAllLines",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_arraycls(jl_String),
- callable : null
- }, {
- name : "getAllBytes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_booleancls],
- returnType : $rt_arraycls($rt_bytecls),
- callable : null
- }, {
- name : "setAllChars",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "setAllBytes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_arraycls($rt_bytecls)],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "setAllBytes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_arraycls($rt_bytecls), $rt_booleancls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "list",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : ju_List,
- callable : null
- }, {
- name : "deleteAll",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- jur_UMultiLineEOLSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "matches",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- callable : null
}, {
name : "hasConsumed",
modifiers : 0,
@@ -13761,12 +11031,226 @@ jl_Class_createMetadata = () => {
parameterTypes : [jur_MatchResultImpl],
returnType : $rt_booleancls,
callable : null
- }, {
- name : "getName",
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_2.$meta.methods = [
+ {
+ name : "",
modifiers : 0,
- accessLevel : 2,
+ accessLevel : 3,
parameterTypes : [],
- returnType : jl_String,
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_1.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ jt_DateFormatElement$GeneralTimezone.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Locale],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "format",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Calendar, jl_StringBuffer],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_StatCrafting.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_String, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getItemID",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ jur_CIDecomposedCharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_arraycls($rt_intcls), $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_38.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_20.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_EnchantmentArrowInfinite.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMinEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxLevel",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nms_KeyBinding.$meta.methods = [
+ {
+ name : "onTick",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setKeyBindState",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_booleancls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "unPressAllKeys",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "resetKeyBindingArrayAndHash",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "isPressed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "unpressKey",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
callable : null
}];
nms_RenderEnderCrystal.$meta.methods = [
@@ -13813,12 +11297,580 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jur_NegativeLookAhead.$meta.methods = [
+ nms_EnchantmentLootBonus.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls, $rt_intcls, nms_EnumEnchantmentType],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMinEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxLevel",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "canApplyTogether",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Enchantment],
+ returnType : $rt_booleancls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_35.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [ju_ArrayList, jur_FSet],
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ jur_CICharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_charcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "accepts",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getChar",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_charcls,
+ callable : null
+ }];
+ nms_NBTTagShort.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_shortcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "write",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "load",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getId",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "copy",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nms_NBTBase,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ ju_LinkedList.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "size",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "clear",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "listIterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_ListIterator,
+ callable : null
+ }, {
+ name : "listIterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : ju_ListIterator,
+ callable : null
+ }, {
+ name : "offer",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "remove",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "poll",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "element",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "peek",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "addFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "addLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "offerFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "offerLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "removeFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "removeLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "pollFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "pollLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "getFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "getLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "peekFirst",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "peekLast",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "removeFirstOccurrence",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "removeLastOccurrence",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "push",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "pop",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "descendingIterator",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_Iterator,
+ callable : null
+ }, {
+ name : "reversed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_LinkedList,
+ callable : null
+ }, {
+ name : "removeEntry",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [ju_LinkedList$Entry],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "reversed",
+ modifiers : 96,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_List,
+ callable : null
+ }, {
+ name : "reversed",
+ modifiers : 96,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_SequencedCollection,
+ callable : null
+ }, {
+ name : "reversed",
+ modifiers : 96,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_Deque,
+ callable : null
+ }];
+ nms_RenderFallingSand.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderFallingSand",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityFallingSand, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getFallingSandTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityFallingSand],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_RenderGiantZombie.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderScale",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityGiantZombie, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getZombieTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityGiantZombie],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_11.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_17.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_33.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RenderTntMinecart.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_94146_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityMinecartTNT, $rt_floatcls, nms_Block, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderBlockInMinecart",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityMinecart, $rt_floatcls, nms_Block, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_DotQuantifierSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet, jur_AbstractSet, $rt_intcls, jur_AbstractLineTerminator],
returnType : $rt_voidcls,
callable : null
}, {
@@ -13829,11 +11881,25 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}, {
- name : "hasConsumed",
+ name : "find",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "findLineTerminator",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_intcls, $rt_intcls, jl_CharSequence],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "findBackLineTerminator",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_intcls, $rt_intcls, jl_CharSequence],
+ returnType : $rt_intcls,
callable : null
}, {
name : "getName",
@@ -13843,6 +11909,823 @@ jl_Class_createMetadata = () => {
returnType : jl_String,
callable : null
}];
+ nms_ModelBox.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelRenderer, $rt_intcls, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "render",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nlea_Tessellator, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_78244_a",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : nms_ModelBox,
+ callable : null
+ }];
+ nms_NBTTagByte.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_bytecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "write",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "load",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getId",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_bytecls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "copy",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nms_NBTBase,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nms_RenderLeashKnot.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110799_a",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLeashKnot, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getLeashKnotTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLeashKnot],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_RenderMagmaCube.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMagmaCubeTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityMagmaCube],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "scaleMagmaCube",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityMagmaCube, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_23.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RenderFish.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderFishHook",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityFishHook, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110791_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityFishHook],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_RangeSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractCharClass, jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractCharClass],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "accepts",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "first",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getChars",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jur_AbstractCharClass,
+ callable : null
+ }];
+ otji_JSWrapper.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "wrap",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "createWeakRef",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otj_JSObject],
+ returnType : otjc_JSWeakRef,
+ callable : null
+ }, {
+ name : "deref",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSWeakRef],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "register",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSFinalizationRegistry, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSMap, otj_JSObject],
+ returnType : otjc_JSWeakRef,
+ callable : null
+ }, {
+ name : "set",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSMap, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSWeakMap, otj_JSObject],
+ returnType : otjc_JSWeakRef,
+ callable : null
+ }, {
+ name : "set",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otjc_JSWeakMap, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "maybeWrap",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "directJavaToJs",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "directJsToJava",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [otj_JSObject],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "dependencyJavaToJs",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "dependencyJsToJava",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [otj_JSObject],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "wrapperToJs",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otji_JSWrapper],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "jsToWrapper",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otj_JSObject],
+ returnType : otji_JSWrapper,
+ callable : null
+ }, {
+ name : "isJava",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isJava",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [otj_JSObject],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isJSImplementation",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "unwrap",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "maybeUnwrap",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "javaToJs",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "jsToJava",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [otj_JSObject],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "isJs",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isPrimitive",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object, otj_JSObject],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "instanceOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_Object, otj_JSObject],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "bigintTruncate",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otj_JSObject],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "isUndefined",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [otj_JSObject],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "lambda$static$1",
+ modifiers : 544,
+ accessLevel : 1,
+ parameterTypes : [jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "lambda$static$0",
+ modifiers : 544,
+ accessLevel : 1,
+ parameterTypes : [jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "createWeakRef$js_body$_2",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "deref$js_body$_3",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "register$js_body$_4",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get$js_body$_5",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject, otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "set$js_body$_6",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get$js_body$_7",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject, otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "set$js_body$_8",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject, otj_JSObject, otj_JSObject],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "bigintTruncate$js_body$_27",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "isUndefined$js_body$_30",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }];
+ nms_TextureClock.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "updateAnimation",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_27.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RenderBat.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_82443_a",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityBat, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getBatTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityBat],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "func_82442_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityBat, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_82445_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityBat, $rt_doublecls, $rt_doublecls, $rt_doublecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_82444_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityBat, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLiving",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "rotateCorpse",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderLivingAt",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLiving",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_0.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RenderPig.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderSaddledPig",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityPig, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getPigTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityPig],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "shouldRenderPass",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
nms_EnchantmentThorns.$meta.methods = [
{
name : "",
@@ -13901,12 +12784,12 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jt_DateFormatElement$ConstantText.$meta.methods = [
+ jt_DateFormatElement$AmPmText.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jl_String],
+ parameterTypes : [jt_DateFormatSymbols],
returnType : $rt_voidcls,
callable : null
}, {
@@ -13938,7 +12821,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}];
- jnci_Iso8859Charset.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_6.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -13947,33 +12830,26 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "contains",
- modifiers : 0,
+ name : "apply",
+ modifiers : 64,
accessLevel : 3,
- parameterTypes : [jnc_Charset],
- returnType : $rt_booleancls,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
callable : null
}, {
- name : "newDecoder",
+ name : "apply",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : jnc_CharsetDecoder,
- callable : null
- }, {
- name : "newEncoder",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jnc_CharsetEncoder,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
callable : null
}];
- jur_PossessiveQuantifierSet.$meta.methods = [
+ jur_PossessiveCompositeQuantifierSet.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_LeafSet, jur_AbstractSet, $rt_intcls],
+ parameterTypes : [jur_Quantifier, jur_LeafSet, jur_AbstractSet, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -13984,23 +12860,762 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}];
- jl_Object$monitorEnterWait$lambda$_6_0.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_26.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jl_Thread, jl_Object, $rt_intcls, oti_AsyncCallback],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "run",
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_18.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ nms_RenderOcelot.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "bindTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderLivingOcelot",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityOcelot, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110874_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityOcelot],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "preRenderOcelot",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityOcelot, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderLiving",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderPlayer",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEntityTexture",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "doRender",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_AheadFSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ jur_ReluctantGroupQuantifierSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet, jur_AbstractSet, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nms_RecipesArmorDyes.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_InventoryCrafting, nms_World],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getCraftingResult",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_InventoryCrafting],
+ returnType : nms_ItemStack,
+ callable : null
+ }, {
+ name : "getRecipeSize",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getRecipeOutput",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nms_ItemStack,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_9.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "get",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : nlesi_IPCPacketBase,
+ callable : null
+ }];
+ jt_DateFormatElement$Numeric.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "format",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Calendar, jl_StringBuffer],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "parse",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, ju_Calendar, jt_ParsePosition],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "processBeforeFormat",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "processAfterParse",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nms_EnchantmentKnockback.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [$rt_intcls, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getMinEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxEnchantability",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getMaxLevel",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }];
+ nlesi_IPCPacket15ThrowException.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_arraycls(jl_String)],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, ju_List],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "deserialize",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ji_DataInput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "serialize",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ji_DataOutput],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "id",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "size",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "log",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}];
- jur_EOLSet.$meta.methods = [
+ jur_EOISet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "hasConsumed",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ ju_HashMap$HashEntry.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jl_Object, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jl_Object, jl_Object],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "clone",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }];
+ jur_UCICharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_charcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "accepts",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_47.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
+ callable : null
+ }];
+ nms_RecipeFireworks.$meta.methods = [
+ {
+ name : "