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 02520a2..7628f45 100644
--- a/javascript/classes.js
+++ b/javascript/classes.js
@@ -885,6 +885,17 @@ $rt_createFloatMultiArray = dimensions => {
}
return $rt_createMultiArrayImpl($rt_floatcls, arrays, dimensions, 0);
},
+$rt_createDoubleMultiArray = dimensions => {
+ let arrays = new Array($rt_primitiveArrayCount(dimensions, 0));
+ if (arrays.length === 0) {
+ return $rt_createMultiArray($rt_doublecls, dimensions);
+ }
+ let firstDim = dimensions[0] | 0;
+ for (let i = 0;i < arrays.length;i = i + 1 | 0) {
+ arrays[i] = $rt_createDoubleArray(firstDim);
+ }
+ return $rt_createMultiArrayImpl($rt_doublecls, arrays, dimensions, 0);
+},
$rt_primitiveArrayCount = (dimensions, start) => {
let val = dimensions[start + 1] | 0;
for (let i = start + 2;i < dimensions.length;i = i + 1 | 0) {
@@ -4452,19 +4463,19 @@ nle_Client__clinit_ = () => {
var$2.data[0] = $rt_s(87);
nleav_VFile_altPathSeperator = var$2;
var$1 = new jnc_CodingErrorAction;
- var$1.$name10 = $rt_s(88);
+ var$1.$name11 = $rt_s(88);
jnc_CodingErrorAction_IGNORE = var$1;
var$1 = new jnc_CodingErrorAction;
- var$1.$name10 = $rt_s(89);
+ var$1.$name11 = $rt_s(89);
jnc_CodingErrorAction_REPLACE = var$1;
var$1 = new jnc_CodingErrorAction;
- var$1.$name10 = $rt_s(90);
+ var$1.$name11 = $rt_s(90);
jnc_CodingErrorAction_REPORT = var$1;
var$1 = new jn_ByteOrder;
- var$1.$name14 = $rt_s(91);
+ var$1.$name15 = $rt_s(91);
jn_ByteOrder_BIG_ENDIAN = var$1;
var$1 = new jn_ByteOrder;
- var$1.$name14 = $rt_s(92);
+ var$1.$name15 = $rt_s(92);
jn_ByteOrder_LITTLE_ENDIAN = var$1;
var$1 = new jnc_CoderResult;
var$1.$kind = 0;
@@ -4589,10 +4600,10 @@ nle_Client__clinit_ = () => {
var$3[3] = $rt_s(94);
nms_Packet70GameEvent_clientMessage = var$2;
ji_FileInputStream_ONE_BYTE_BUFFER = $rt_createByteArray(1);
- nms_EnumAction__clinit_();
- nms_EnumRarity__clinit_();
- nms_DamageSource__clinit_();
nle_RelayQuery$VersionMismatch__clinit_();
+ nms_DamageSource__clinit_();
+ nms_EnumRarity__clinit_();
+ nms_EnumAction__clinit_();
nms_PacketCount__clinit_();
nms_TileEntityFurnace__clinit_();
var$2 = $rt_createIntArray(1);
@@ -4612,10 +4623,10 @@ nle_Client__clinit_ = () => {
nms_EnumSkyBlock__clinit_();
nle_GuiScreenLANConnect_lastCode = $rt_s(9);
nle_LANClientNetworkManager_initStateNames = $rt_wrapArray(jl_String, [$rt_s(95), $rt_s(96), $rt_s(97), $rt_s(98)]);
- nms_EnumStatus__clinit_();
- nms_EnumCreatureAttribute__clinit_();
nms_IEntitySelector_selectAnything = new nms_EntitySelectorAlive;
nms_IEntitySelector_selectInventories = new nms_EntitySelectorInventory;
+ nms_EnumCreatureAttribute__clinit_();
+ nms_EnumStatus__clinit_();
ji_FileOutputStream_ONE_BYTE_BUFER = $rt_createByteArray(1);
nlesrp_ICEServerSet$RelayType__clinit_();
cjj_Deflate__clinit_();
@@ -6909,7 +6920,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}];
- nms_RenderDragon.$meta.methods = [
+ nms_Render.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -6918,94 +6929,152 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "rotateDragonBody",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityDragon, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderDragonModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityDragon, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderDragon",
- modifiers : 0,
+ name : "doRender",
+ modifiers : 1,
accessLevel : 3,
- parameterTypes : [nms_EntityDragon, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getEnderDragonTextures",
- modifiers : 0,
+ name : "getEntityTexture",
+ modifiers : 1,
accessLevel : 2,
- parameterTypes : [nms_EntityDragon],
+ parameterTypes : [nms_Entity],
returnType : nle_TextureLocation,
callable : null
}, {
- name : "renderDragonDying",
+ name : "bindEntityTexture",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityDragon, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderGlow",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityDragon, $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 : "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 : "renderModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_Entity],
returnType : $rt_voidcls,
callable : null
}, {
name : "bindTexture",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase],
+ parameterTypes : [nle_TextureLocation],
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderPlayer",
+ 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",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ 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
}, {
@@ -7030,61 +7099,12 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderLiving.$meta.methods = [
+ nms_TextureOffset.$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],
+ parameterTypes : [$rt_intcls, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}];
@@ -7258,227 +7278,20 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_Render.$meta.methods = [
+ nms_RenderLiving.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [nms_ModelBase, $rt_floatcls],
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",
- 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_RenderSkeleton.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "scaleSkeleton",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySkeleton, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82422_c",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110860_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySkeleton],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_110856_a",
+ name : "func_130007_b",
modifiers : 0,
accessLevel : 2,
parameterTypes : [nms_EntityLiving],
- 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_RenderBiped.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBiped, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ModelBiped, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_82421_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110857_a",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_ItemArmor, $rt_intcls],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_110858_a",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_ItemArmor, $rt_intcls, jl_String],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "func_130006_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "func_130013_c",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_intcls, $rt_floatcls],
- returnType : $rt_voidcls,
+ returnType : $rt_booleancls,
callable : null
}, {
name : "doRenderLiving",
@@ -7488,47 +7301,91 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "func_110856_a",
+ name : "func_110828_a",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLiving],
- returnType : nle_TextureLocation,
+ accessLevel : 1,
+ parameterTypes : [$rt_doublecls, $rt_doublecls, $rt_doublecls],
+ returnType : $rt_doublecls,
callable : null
}, {
- name : "func_82420_a",
+ name : "func_110827_b",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLiving, nms_ItemStack],
+ parameterTypes : [nms_EntityLiving, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "func_130005_c",
+ name : "func_110813_b",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLiving, $rt_floatcls],
+ 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 : "func_82422_c",
+ name : "doRender",
modifiers : 0,
- accessLevel : 2,
+ 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 : "func_82439_b",
+ name : "getSilverfishDeathRotation",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ 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 : "shouldRenderPass",
+ name : "getSilverfishTextures",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ 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,
@@ -7537,11 +7394,11 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderEquippedItems",
+ name : "shouldRenderPass",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
callable : null
}, {
name : "renderPlayer",
@@ -7572,180 +7429,6 @@ jl_Class_createMetadata = () => {
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,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- 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
- }];
- jur_JointSet.$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 : "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
- }, {
- name : "getGroup",
- modifiers : 0,
- accessLevel : 3,
- 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
- }, {
- name : "processSecondPass",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
jur_AbstractSet.$meta.methods = [
{
name : "",
@@ -7867,19 +7550,276 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jl_Float.$meta.methods = [
+ jur_JointSet.$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 : "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
+ }, {
+ name : "getGroup",
+ modifiers : 0,
+ accessLevel : 3,
+ 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
+ }, {
+ name : "processSecondPass",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_LowSurrogateCharSet.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ parameterTypes : [$rt_charcls],
+ returnType : $rt_voidcls,
+ 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 : "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 : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ 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 = [
+ {
+ 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],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "matches",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "reset",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "setQuantifier",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jur_Quantifier],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_23.$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_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 : [$rt_doublecls],
+ parameterTypes : [oj_JSONTokener],
returnType : $rt_voidcls,
callable : null
}, {
@@ -7890,180 +7830,660 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "intValue",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
+ parameterTypes : [ju_Collection],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "longValue",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_longcls,
+ parameterTypes : [jl_Iterable],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "floatValue",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_floatcls,
+ parameterTypes : [oj_JSONArray],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "doubleValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
- returnType : jl_Float,
- callable : null
- }, {
- name : "toString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "equals",
+ name : "",
modifiers : 0,
accessLevel : 3,
parameterTypes : [jl_Object],
- returnType : $rt_booleancls,
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "equals",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [$rt_floatcls, $rt_floatcls],
- returnType : $rt_booleancls,
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "hashCode",
+ name : "iterator",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_intcls,
+ returnType : ju_Iterator,
callable : null
}, {
- name : "hashCode",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "isNaN",
- modifiers : 768,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- 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",
+ name : "get",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [$rt_intcls],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "getBoolean",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
returnType : $rt_booleancls,
callable : null
}, {
- name : "isInfinite",
+ name : "getDouble",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_doublecls,
callable : null
}, {
- name : "compare",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compareTo",
+ name : "getFloat",
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,
+ name : "getNumber",
+ modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ 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 : "compareTo",
- modifiers : 96,
+ 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,
@@ -8071,43 +8491,558 @@ jl_Class_createMetadata = () => {
parameterTypes : [],
returnType : $rt_voidcls,
callable : null
- }, {
- name : "isNaN$js_body$_14",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
+ }];
+ nms_EntityList$_clinit_$lambda$_63_38.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "isInfinite$js_body$_15",
- modifiers : 768,
- accessLevel : 0,
- parameterTypes : [otj_JSObject],
- returnType : otj_JSObject,
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
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,
+ name : "apply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
callable : null
}];
- nms_RecipesArmorDyes.$meta.methods = [
+ nms_RenderItem.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderItem",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityItem, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110796_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityItem],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "renderDroppedItem",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [nms_EntityItem, nms_Icon, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ 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",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls, $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],
+ 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,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EnchantmentUntouching.$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 : "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 : "",
+ 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
+ }];
+ nms_TextureStitched.$meta.methods = [
+ {
+ name : "makeTextureStitched",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : nms_TextureStitched,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "init",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_Texture, ju_List, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_booleancls],
+ returnType : $rt_voidcls,
+ 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",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getSheetWidth",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getSheetHeight",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "updateAnimation",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "readAnimationInfo",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_TexturePackDefault.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "loadDescription",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ 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
+ }, {
+ name : "func_98139_b",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [jl_String],
+ returnType : ji_InputStream,
+ callable : null
+ }, {
+ name : "getResourceAsBytes",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_arraycls($rt_bytecls),
+ callable : null
+ }];
+ jur_EmptySet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jur_AbstractSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "accepts",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence],
+ 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 : "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
+ }];
+ 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
+ }];
+ otcit_DateTimeZoneBuilder$RuleSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [otcit_DateTimeZoneBuilder$RuleSet],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getStandardOffset",
+ 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 = [
{
name : "",
modifiers : 0,
@@ -8144,12 +9079,507 @@ jl_Class_createMetadata = () => {
returnType : nms_ItemStack,
callable : null
}];
- jur_DotAllSet.$meta.methods = [
+ nms_RenderSnowball.$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],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_AtomicFSet.$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 : "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
}, {
@@ -8166,6 +9596,27 @@ jl_Class_createMetadata = () => {
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,
@@ -8181,10 +9632,417 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "getType",
+ 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
}, {
@@ -8194,6 +10052,13 @@ jl_Class_createMetadata = () => {
parameterTypes : [jur_MatchResultImpl],
returnType : $rt_booleancls,
callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
}];
nms_RenderLeashKnot.$meta.methods = [
{
@@ -8239,183 +10104,95 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jur_CIBackReferenceSet.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_7.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "accepts",
- modifiers : 0,
+ name : "apply",
+ modifiers : 64,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence],
- returnType : $rt_intcls,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
callable : null
}, {
- name : "matches",
+ name : "apply",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
- 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 : "getString",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [jur_MatchResultImpl],
- returnType : jl_String,
- callable : null
- }, {
- name : "getName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hasConsumed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
callable : null
}];
- jur_AtomicFSet.$meta.methods = [
+ nlesi_IPCPacket15ThrowException.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "matches",
+ name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
- returnType : $rt_intcls,
+ parameterTypes : [jl_String, $rt_arraycls(jl_String)],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "getIndex",
+ 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 : "getName",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "hasConsumed",
+ name : "size",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jur_MatchResultImpl],
- returnType : $rt_booleancls,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "log",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
callable : null
}];
- jur_DotAllQuantifierSet.$meta.methods = [
+ jur_SOLSet.$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
- }, {
- name : "find",
- 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
- }];
- nms_RenderXPOrb.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderTheXPOrb",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityXPOrb, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getExperienceOrbTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityXPOrb],
- 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_ReluctantCompositeQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_Quantifier, jur_LeafSet, jur_AbstractSet, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
}, {
name : "matches",
modifiers : 0,
@@ -8423,95 +10200,149 @@ jl_Class_createMetadata = () => {
parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
returnType : $rt_intcls,
callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_14.$meta.methods = [
- {
- name : "",
+ }, {
+ name : "hasConsumed",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
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_EnchantmentArrowKnockback.$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_RenderIronGolem.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderIronGolem",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityIronGolem, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getIronGolemTextures",
+ name : "getName",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityIronGolem],
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ ju_Currency.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [otcic_CurrencyResource],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "initCurrencies",
+ modifiers : 512,
+ accessLevel : 1,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getInstance",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : ju_Currency,
+ callable : null
+ }, {
+ name : "getInstance",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [ju_Locale],
+ returnType : ju_Currency,
+ callable : null
+ }, {
+ name : "getAvailableCurrencies",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ju_Set,
+ callable : null
+ }, {
+ name : "getCurrencyCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getSymbol",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getSymbol",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Locale],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getDefaultFractionDigits",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getNumericCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "getDisplayName",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getDisplayName",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [ju_Locale],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_RenderEnderman.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "renderEnderman",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityEnderman, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEndermanTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityEnderman],
returnType : nle_TextureLocation,
callable : null
}, {
- name : "rotateIronGolemCorpse",
+ name : "renderCarrying",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityIronGolem, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_EntityEnderman, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderIronGolemEquippedItems",
+ name : "renderEyes",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityIronGolem, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [nms_EntityEnderman, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
callable : null
}, {
name : "doRenderLiving",
@@ -8521,11 +10352,11 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderEquippedItems",
+ name : "shouldRenderPass",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
callable : null
}, {
name : "bindTexture",
@@ -8535,10 +10366,10 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "rotateCorpse",
+ name : "renderEquippedItems",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -8570,37 +10401,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jur_LeafQuantifierSet.$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
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_21.$meta.methods = [
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_2.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -8623,104 +10424,780 @@ jl_Class_createMetadata = () => {
returnType : nlesi_IPCPacketBase,
callable : null
}];
- nms_ModelRenderer.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_5.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelBase, jl_String],
+ 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
+ }];
+ 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_voidcls,
callable : null
}, {
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelBase],
+ 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_PositiveLookBehind.$meta.methods = [
+ {
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelBase, $rt_intcls, $rt_intcls],
+ parameterTypes : [ju_ArrayList, jur_FSet],
returnType : $rt_voidcls,
callable : null
}, {
- name : "addChild",
+ name : "matches",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelRenderer],
+ 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 : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "setTextureOffset",
+ 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_EnchantmentDurability.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 2,
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",
+ name : "getMinEnchantability",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls, $rt_floatcls, $rt_floatcls],
+ 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
+ }, {
+ name : "negateDamage",
+ 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,
callable : null
}, {
- name : "render",
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ 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 : "renderWithRotation",
+ name : "",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ accessLevel : 0,
+ parameterTypes : [jl_Object, jl_Object],
returnType : $rt_voidcls,
callable : null
}, {
- name : "postRender",
+ name : "clone",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_29.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "compileDisplayList",
+ 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_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 : [$rt_floatcls],
+ parameterTypes : [nms_EntityPainting, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "setTextureSize",
+ 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 = [
+ {
+ name : "",
modifiers : 0,
accessLevel : 3,
parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : nms_ModelRenderer,
+ 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_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_RenderBat.$meta.methods = [
@@ -8830,7 +11307,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderBoat.$meta.methods = [
+ nms_RenderZombie.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -8839,19 +11316,110 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "renderBoat",
+ name : "func_82421_b",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityBoat, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ accessLevel : 2,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "getBoatTextures",
+ name : "func_82429_a",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityBoat],
+ 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,
@@ -8874,28 +11442,42 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderFireball.$meta.methods = [
+ nms_RenderGhast.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_floatcls],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "doRenderFireball",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityFireball, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getFireballTextures",
+ name : "func_110867_a",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityFireball],
+ parameterTypes : [nms_EntityGhast],
returnType : nle_TextureLocation,
callable : null
+ }, {
+ name : "preRenderGhast",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityGhast, $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,
@@ -8904,316 +11486,71 @@ jl_Class_createMetadata = () => {
returnType : nle_TextureLocation,
callable : null
}, {
- name : "doRender",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}];
- jt_DateFormatElement$Rfc822Timezone.$meta.methods = [
+ nms_RecipesMapExtending.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [ju_Locale],
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "format",
+ name : "matches",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [ju_Calendar, jl_StringBuffer],
- returnType : $rt_voidcls,
+ 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_ItemStack.$meta.methods = [
+ nms_NBTTagShort.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_Block],
+ parameterTypes : [jl_String],
returnType : $rt_voidcls,
callable : null
}, {
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_Block, $rt_intcls],
+ parameterTypes : [jl_String, $rt_shortcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "",
+ name : "write",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Block, $rt_intcls, $rt_intcls],
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
returnType : $rt_voidcls,
callable : null
}, {
- name : "",
+ name : "load",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Item],
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Item, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Item, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "loadItemStackFromNBT",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_NBTTagCompound],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "splitStack",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "getItem",
+ name : "getId",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : nms_Item,
- callable : null
- }, {
- name : "getIconIndex",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_Icon,
- callable : null
- }, {
- name : "getItemSpriteNumber",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "tryPlaceItemIntoWorld",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityPlayer, nms_World, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getStrVsBlock",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Block],
- returnType : $rt_floatcls,
- callable : null
- }, {
- name : "useItemRightClick",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, nms_EntityPlayer],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "onFoodEaten",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, nms_EntityPlayer],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "writeToNBT",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_NBTTagCompound],
- returnType : nms_NBTTagCompound,
- callable : null
- }, {
- name : "readFromNBT",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_NBTTagCompound],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getMaxStackSize",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "isStackable",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isItemStackDamageable",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getHasSubtypes",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isItemDamaged",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getItemDamageForDisplay",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getItemDamage",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "setItemDamage",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getMaxDamage",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "attemptDamageItem",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, nle_EaglercraftRandom],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "damageItem",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, nms_EntityLivingBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "hitEntity",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, nms_EntityPlayer],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "onBlockDestroyed",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, nms_EntityPlayer],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "canHarvestBlock",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Block],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "func_111282_a",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityPlayer, nms_EntityLivingBase],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "copy",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "areItemStackTagsEqual",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack, nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "areItemStacksEqual",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack, nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isItemStackEqual",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isItemEqual",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "getUnlocalizedName",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }, {
- name : "copyItemStack",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : nms_ItemStack,
+ returnType : $rt_bytecls,
callable : null
}, {
name : "toString",
@@ -9223,187 +11560,753 @@ jl_Class_createMetadata = () => {
returnType : jl_String,
callable : null
}, {
- name : "updateAnimation",
+ name : "copy",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_World, nms_Entity, $rt_intcls, $rt_booleancls],
+ 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 : "onCrafting",
+ name : "shouldSlimeRenderPass",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, nms_EntityPlayer, $rt_intcls],
+ 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 : "getMaxItemUseDuration",
+ 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],
+ returnType : $rt_voidcls,
+ 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
+ }];
+ 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 : "getItemUseAction",
+ name : "clear",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : nms_EnumAction,
- callable : null
- }, {
- name : "onPlayerStoppedUsing",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_World, nms_EntityPlayer, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "hasTagCompound",
+ 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 : "getTagCompound",
+ name : "remove",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : nms_NBTTagCompound,
+ returnType : jl_Object,
callable : null
}, {
- name : "getEnchantmentTagList",
+ name : "poll",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : nms_NBTTagList,
+ returnType : jl_Object,
callable : null
}, {
- name : "setTagCompound",
+ name : "element",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_NBTTagCompound],
+ 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 : "getDisplayName",
+ 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_String,
+ returnType : jl_Object,
callable : null
}, {
- name : "setItemName",
+ 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 : "func_135074_t",
+ name : "compareTo",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
+ parameterTypes : [jl_Boolean],
+ returnType : $rt_intcls,
callable : null
}, {
- name : "hasDisplayName",
+ 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 : "getTooltip",
- modifiers : 0,
+ name : "valueOf",
+ modifiers : 512,
accessLevel : 3,
- parameterTypes : [nms_EntityPlayer, $rt_booleancls],
- returnType : ju_List,
+ parameterTypes : [$rt_booleancls],
+ returnType : jl_Boolean,
callable : null
}, {
- name : "hasEffect",
+ 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 : $rt_booleancls,
+ returnType : jl_String,
callable : null
}, {
- name : "getRarity",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_EnumRarity,
- callable : null
- }, {
- name : "isItemEnchantable",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "addEnchantment",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_Enchantment, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "isItemEnchanted",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "setTagInfo",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, nms_NBTBase],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "canEditBlocks",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "isOnItemFrame",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "setItemFrame",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityItemFrame],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getItemFrame",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_EntityItemFrame,
- callable : null
- }, {
- name : "getRepairCost",
+ name : "hashCode",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "setRepairCost",
+ 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,
@@ -10177,7 +13080,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RecipeFireworks.$meta.methods = [
+ nms_RenderSpider.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -10186,136 +13089,32 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "matches",
+ name : "setSpiderDeathMaxRotation",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting, nms_World],
- returnType : $rt_booleancls,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySpider],
+ returnType : $rt_floatcls,
callable : null
}, {
- name : "getCraftingResult",
+ name : "setSpiderEyeBrightness",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_InventoryCrafting],
- returnType : nms_ItemStack,
- callable : null
- }, {
- name : "getRecipeSize",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySpider, $rt_intcls, $rt_floatcls],
returnType : $rt_intcls,
callable : null
}, {
- name : "getRecipeOutput",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : nms_ItemStack,
- 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",
+ name : "getSpiderTextures",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_Entity],
- returnType : nle_TextureLocation,
- callable : null
- }];
- jl_Object$monitorEnterWait$lambda$_6_0.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Thread, jl_Object, $rt_intcls, oti_AsyncCallback],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "run",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_RenderCreeper.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "updateCreeperScale",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityCreeper, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "updateCreeperColorMultiplier",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityCreeper, $rt_floatcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "renderCreeperPassModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityCreeper, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "func_77061_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityCreeper, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "getCreeperTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityCreeper],
+ parameterTypes : [nms_EntitySpider],
returnType : nle_TextureLocation,
callable : null
}, {
- name : "preRenderCallback",
+ name : "getDeathMaxRotation",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getColorMultiplier",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "shouldRenderPass",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
+ parameterTypes : [nms_EntityLivingBase],
+ returnType : $rt_floatcls,
callable : null
}, {
name : "bindTexture",
@@ -10325,7 +13124,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "inheritRenderPass",
+ name : "shouldRenderPass",
modifiers : 0,
accessLevel : 2,
parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
@@ -10346,222 +13145,35 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- jur_AltGroupQuantifierSet.$meta.methods = [
+ nms_EntityList$_clinit_$lambda$_63_28.$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
- }, {
- name : "setNext",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EnchantmentProtection.$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,
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "calcModifierDamage",
+ name : "apply",
+ modifiers : 64,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "apply",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, nms_DamageSource],
- returnType : $rt_intcls,
+ parameterTypes : [nms_World],
+ returnType : nms_Entity,
callable : null
- }, {
- name : "getName",
+ }];
+ nms_NBTTagList.$meta.methods = [
+ {
+ name : "",
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 : "getFireTimeForEntity",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_intcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "func_92092_a",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [nms_Entity, $rt_doublecls],
- returnType : $rt_doublecls,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nleg_EaglerAdapterGL30$DisplayList.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }];
- nms_EnchantmentArrowFire.$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_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
- }];
- nms_EnchantmentWaterWorker.$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
- }];
- jur_UnifiedQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_LeafSet, jur_AbstractSet, $rt_intcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_LeafQuantifierSet],
- 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
- }];
- jl_Short.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
returnType : $rt_voidcls,
callable : null
}, {
@@ -10572,67 +13184,67 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "intValue",
+ 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 : "longValue",
+ name : "copy",
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 : "shortValue",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_shortcls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : jl_Short,
- callable : null
- }, {
- name : "ensureShortCache",
- modifiers : 512,
- accessLevel : 1,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "toString",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : jl_String,
- callable : null
- }, {
- name : "toString",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_String,
+ returnType : nms_NBTBase,
callable : null
}, {
name : "equals",
@@ -10648,106 +13260,8 @@ jl_Class_createMetadata = () => {
parameterTypes : [],
returnType : $rt_intcls,
callable : null
- }, {
- name : "hashCode",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compare",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls, $rt_shortcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compareUnsigned",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls, $rt_shortcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "compareTo",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_Short],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "toUnsignedInt",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "toUnsignedLong",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : $rt_longcls,
- callable : null
- }, {
- name : "parseShort",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : $rt_shortcls,
- callable : null
- }, {
- name : "parseShort",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : $rt_shortcls,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
- returnType : jl_Short,
- callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Short,
- callable : null
- }, {
- name : "decode",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [jl_String],
- returnType : jl_Short,
- callable : null
- }, {
- name : "reverseBytes",
- modifiers : 512,
- accessLevel : 3,
- parameterTypes : [$rt_shortcls],
- returnType : $rt_shortcls,
- 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
}];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_18.$meta.methods = [
+ nlesi_IPCPacketManager$_clinit_$lambda$_27_10.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -10770,871 +13284,51 @@ jl_Class_createMetadata = () => {
returnType : nlesi_IPCPacketBase,
callable : null
}];
- nms_RenderSnowMan.$meta.methods = [
+ nms_ModelBox.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ 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 : "renderSnowmanPumpkin",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySnowman, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getSnowManTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySnowman],
- returnType : nle_TextureLocation,
- 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 : "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 : "",
+ name : "render",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [nlea_Tessellator, $rt_floatcls],
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_5.$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_RenderItem.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderItem",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityItem, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110796_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityItem],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "renderDroppedItem",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [nms_EntityItem, nms_Icon, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- 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",
- modifiers : 0,
- accessLevel : 1,
- parameterTypes : [$rt_intcls, $rt_intcls, $rt_intcls, $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],
- 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,
- callable : null
- }, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- 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
- }];
- jur_PossessiveCompositeQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_Quantifier, 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
- }];
- nms_RenderEnderman.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderEnderman",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityEnderman, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getEndermanTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityEnderman],
- 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,
- 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_RenderTNTPrimed.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderPrimedTNT",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityTNTPrimed, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110808_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityTNTPrimed],
- 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_DotQuantifierSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet, jur_AbstractSet, $rt_intcls, jur_AbstractLineTerminator],
- 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 : "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",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [],
- returnType : jl_String,
- callable : null
- }];
- jl_Long.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_longcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
+ name : "func_78244_a",
modifiers : 0,
accessLevel : 3,
parameterTypes : [jl_String],
- returnType : $rt_voidcls,
+ returnType : nms_ModelBox,
callable : null
- }, {
- name : "valueOf",
- modifiers : 512,
+ }];
+ jur_CharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
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,
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "intValue",
+ name : "charCount",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
returnType : $rt_intcls,
callable : null
}, {
- name : "longValue",
+ name : "accepts",
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 : [],
+ parameterTypes : [$rt_intcls, jl_CharSequence],
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
- }];
- nms_RenderChicken.$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 : "renderChicken",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_EntityChicken, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getChickenTextures",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityChicken],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "getWingRotation",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityChicken, $rt_floatcls],
- returnType : $rt_floatcls,
- 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 : "handleRotationFloat",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_floatcls,
- 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 : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_110867_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityGhast],
- returnType : nle_TextureLocation,
- callable : null
- }, {
- name : "preRenderGhast",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityGhast, $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
- }];
- jur_BackReferencedSingleSet.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_AbstractSet, jur_FSet],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jur_SingleSet],
- returnType : $rt_voidcls,
- callable : null
}, {
name : "find",
modifiers : 0,
@@ -11650,356 +13344,71 @@ jl_Class_createMetadata = () => {
returnType : $rt_intcls,
callable : null
}, {
- name : "processBackRefReplacement",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jur_JointSet,
- callable : null
- }];
- jt_DateFormatElement$AmPmText.$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_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",
+ name : "getName",
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
- }];
- 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
- }];
- nms_ItemRecord.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [$rt_intcls, jl_String],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getIconFromDamage",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls],
- returnType : nms_Icon,
- callable : null
- }, {
- name : "onItemUse",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack, nms_EntityPlayer, nms_World, $rt_intcls, $rt_intcls, $rt_intcls, $rt_intcls, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_booleancls,
- callable : null
- }, {
- name : "addInformation",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack, nms_EntityPlayer, ju_List, $rt_booleancls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "getRecordTitle",
- modifiers : 0,
- accessLevel : 3,
parameterTypes : [],
returnType : jl_String,
callable : null
}, {
- name : "getRarity",
+ name : "getChar",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [nms_ItemStack],
- returnType : nms_EnumRarity,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : $rt_charcls,
callable : null
}, {
- name : "getRecord",
- modifiers : 512,
+ name : "first",
+ modifiers : 0,
+ accessLevel : 3,
+ 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 : nms_ItemRecord,
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "",
- modifiers : 512,
- accessLevel : 0,
- parameterTypes : [],
- returnType : $rt_voidcls,
- callable : null
- }];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_22.$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_TextureOffset.$meta.methods = [
- {
- name : "",
- modifiers : 0,
- accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_intcls],
- returnType : $rt_voidcls,
- 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",
+ name : "isCompatible",
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
}];
- nlesi_IPCPacketManager$_clinit_$lambda$_27_13.$meta.methods = [
+ jur_RelCompositeGroupQuantifierSet.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [jur_Quantifier, jur_AbstractSet, jur_AbstractSet, $rt_intcls, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "get",
- modifiers : 64,
- accessLevel : 3,
- parameterTypes : [],
- returnType : jl_Object,
- callable : null
- }, {
- name : "get",
+ name : "matches",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
- returnType : nlesi_IPCPacketBase,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
+ returnType : $rt_intcls,
callable : null
}];
nms_RenderHorse.$meta.methods = [
@@ -12074,7 +13483,7 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderPlayer.$meta.methods = [
+ nms_RenderLightningBolt.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -12083,131 +13492,305 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}, {
- name : "setArmorModel",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_intcls, $rt_floatcls],
- returnType : $rt_intcls,
- callable : null
- }, {
- name : "func_130220_b",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_intcls, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderPlayer",
+ name : "doRenderLightningBolt",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityPlayer, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ parameterTypes : [nms_EntityLightningBolt, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "func_110817_a",
+ name : "func_110805_a",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityPlayer],
+ parameterTypes : [nms_EntityLightningBolt],
returnType : nle_TextureLocation,
callable : null
}, {
- name : "renderSpecials",
+ name : "getEntityTexture",
modifiers : 0,
accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [nms_Entity],
+ returnType : nle_TextureLocation,
callable : null
}, {
- name : "renderPlayerScale",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_floatcls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "func_96450_a",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_doublecls, $rt_doublecls, $rt_doublecls, jl_String, $rt_floatcls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "renderFirstPersonArm",
+ name : "doRender",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityPlayer],
+ 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 : "renderPlayerSleep",
+ name : "getInputStream",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ji_InputStream,
callable : null
}, {
- name : "rotatePlayer",
+ name : "getOutputStream",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityPlayer, $rt_floatcls, $rt_floatcls, $rt_floatcls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : ji_OutputStream,
callable : null
}, {
- name : "func_96449_a",
+ name : "toString",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, jl_String, $rt_floatcls, $rt_doublecls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
callable : null
}, {
- name : "preRenderCallback",
+ name : "isRelative",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "func_82408_c",
+ name : "canRead",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
- returnType : $rt_voidcls,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_booleancls,
callable : null
}, {
- name : "shouldRenderPass",
+ name : "getPath",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_intcls, $rt_floatcls],
+ 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 : "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 : "renderLivingAt",
- modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls],
- returnType : $rt_voidcls,
- callable : null
- }, {
- name : "doRenderLiving",
+ name : "equals",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_EntityLivingBase, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ 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,
+ accessLevel : 3,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_RenderEnderCrystal.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doRenderEnderCrystal",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityEnderCrystal, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getEnderCrystalTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityEnderCrystal],
+ returnType : nle_TextureLocation,
+ callable : null
}, {
name : "getEntityTexture",
modifiers : 0,
@@ -12222,13 +13805,6 @@ jl_Class_createMetadata = () => {
parameterTypes : [nms_Entity, $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 : "",
modifiers : 512,
@@ -12237,92 +13813,27 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
callable : null
}];
- nms_RenderSlime.$meta.methods = [
+ jur_NegativeLookAhead.$meta.methods = [
{
name : "",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
+ parameterTypes : [ju_ArrayList, jur_FSet],
returnType : $rt_voidcls,
callable : null
}, {
- name : "shouldSlimeRenderPass",
+ name : "matches",
modifiers : 0,
- accessLevel : 2,
- parameterTypes : [nms_EntitySlime, $rt_intcls, $rt_floatcls],
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, jl_CharSequence, jur_MatchResultImpl],
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],
- returnType : $rt_voidcls,
- 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
- }];
- jur_RangeSet.$meta.methods = [
- {
- name : "",
+ name : "hasConsumed",
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,
+ parameterTypes : [jur_MatchResultImpl],
+ returnType : $rt_booleancls,
callable : null
}, {
name : "getName",
@@ -12331,59 +13842,8 @@ jl_Class_createMetadata = () => {
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
}];
- 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_EnchantmentOxygen.$meta.methods = [
+ nms_EnchantmentThorns.$meta.methods = [
{
name : "",
modifiers : 0,
@@ -12412,55 +13872,334 @@ jl_Class_createMetadata = () => {
parameterTypes : [],
returnType : $rt_intcls,
callable : null
- }];
- nms_KeyBinding.$meta.methods = [
- {
- name : "onTick",
+ }, {
+ name : "canApply",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ItemStack],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "func_92094_a",
modifiers : 512,
accessLevel : 3,
+ parameterTypes : [$rt_intcls, nle_EaglercraftRandom],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "func_92095_b",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls, nle_EaglercraftRandom],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "func_92096_a",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [nms_Entity, nms_EntityLivingBase, nle_EaglercraftRandom],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jt_DateFormatElement$ConstantText.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ 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
+ }];
+ jnci_Iso8859Charset.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ 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
+ }];
+ jur_PossessiveQuantifierSet.$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
+ }];
+ jl_Object$monitorEnterWait$lambda$_6_0.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Thread, jl_Object, $rt_intcls, oti_AsyncCallback],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "run",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ jur_EOLSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
parameterTypes : [$rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "setKeyBindState",
- modifiers : 512,
+ name : "matches",
+ modifiers : 0,
accessLevel : 3,
- parameterTypes : [$rt_intcls, $rt_booleancls],
+ 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
+ }];
+ jt_DateFormatElement$Year.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "unPressAllKeys",
- modifiers : 512,
+ name : "format",
+ modifiers : 0,
accessLevel : 3,
- parameterTypes : [],
+ parameterTypes : [ju_Calendar, jl_StringBuffer],
returnType : $rt_voidcls,
callable : null
}, {
- name : "resetKeyBindingArrayAndHash",
- modifiers : 512,
+ 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_RenderCow.$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 : "getCowTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityCow],
+ returnType : nle_TextureLocation,
+ 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
+ }];
+ nle_EaglerProfile$EaglerProfileCape.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String, $rt_arraycls($rt_bytecls), $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EnchantmentFireAspect.$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
+ }];
+ ju_LinkedHashMap$LinkedHashMapEntry.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jl_Object, jl_Object],
returnType : $rt_voidcls,
callable : null
}, {
name : "",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String, $rt_intcls],
+ accessLevel : 0,
+ parameterTypes : [jl_Object, $rt_intcls],
returnType : $rt_voidcls,
callable : null
}, {
- name : "isPressed",
+ name : "clone",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_booleancls,
+ returnType : jl_Object,
+ callable : null
+ }];
+ nms_RenderBoat.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
callable : null
}, {
- name : "unpressKey",
+ name : "renderBoat",
modifiers : 0,
- accessLevel : 1,
- parameterTypes : [],
+ accessLevel : 3,
+ parameterTypes : [nms_EntityBoat, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getBoatTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityBoat],
+ 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
}, {
@@ -12471,6 +14210,1340 @@ jl_Class_createMetadata = () => {
returnType : $rt_voidcls,
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
+ }];
+ jur_UCIBackReferenceSet.$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 : "getName",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_15.$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
+ }];
+ jl_Float.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ 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 : "valueOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : jl_Float,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ 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 : "hashCode",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "isNaN",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_floatcls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ 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
+ }];
+ jl_Package.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getName",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "getPackage",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : jl_Package,
+ callable : null
+ }, {
+ name : "getAnnotation",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Class],
+ returnType : jla_Annotation,
+ callable : null
+ }, {
+ name : "getAnnotations",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_arraycls(jla_Annotation),
+ callable : null
+ }, {
+ name : "getDeclaredAnnotations",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_arraycls(jla_Annotation),
+ callable : null
+ }, {
+ name : "",
+ modifiers : 512,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_EntityList$_clinit_$lambda$_63_26.$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_22.$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
+ }];
+ jur_UCIRangeSet.$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
+ }];
+ jl_Double.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "doubleValue",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_doublecls,
+ 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 : "valueOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : jl_Double,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "valueOf",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : jl_Double,
+ callable : null
+ }, {
+ name : "parseDouble",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [jl_String],
+ returnType : $rt_doublecls,
+ callable : null
+ }, {
+ name : "toString",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : jl_String,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "equals",
+ modifiers : 512,
+ accessLevel : 1,
+ parameterTypes : [$rt_doublecls, $rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "doubleEqualsJs",
+ modifiers : 768,
+ accessLevel : 1,
+ parameterTypes : [$rt_doublecls, $rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "equalsWithBits",
+ modifiers : 512,
+ accessLevel : 1,
+ parameterTypes : [$rt_doublecls, $rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "hashCode",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "compare",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls, $rt_doublecls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "compareTo",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [jl_Double],
+ returnType : $rt_intcls,
+ 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 : "isNaN",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isInfinite",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "isFinite",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_booleancls,
+ callable : null
+ }, {
+ name : "doubleToRawLongBits",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "doubleToLongBits",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ returnType : $rt_longcls,
+ callable : null
+ }, {
+ name : "longBitsToDouble",
+ modifiers : 768,
+ accessLevel : 3,
+ parameterTypes : [$rt_longcls],
+ returnType : $rt_doublecls,
+ callable : null
+ }, {
+ name : "toHexString",
+ modifiers : 512,
+ accessLevel : 3,
+ parameterTypes : [$rt_doublecls],
+ 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$_21",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "isInfinite$js_body$_22",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }, {
+ name : "isFinite$js_body$_23",
+ modifiers : 768,
+ accessLevel : 0,
+ parameterTypes : [otj_JSObject],
+ returnType : otj_JSObject,
+ callable : null
+ }];
+ nms_RenderSheep.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_ModelBase, nms_ModelBase, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "setWoolColorAndRender",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySheep, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "func_110883_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySheep],
+ 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
+ }];
+ 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_50.$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_RenderSquid.$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 : "renderLivingSquid",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntitySquid, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "getSquidTextures",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySquid],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "rotateSquidsCorpse",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySquid, $rt_floatcls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "handleRotationFloat",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntitySquid, $rt_floatcls],
+ returnType : $rt_floatcls,
+ 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 : "handleRotationFloat",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $rt_floatcls],
+ returnType : $rt_floatcls,
+ 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
+ }];
+ nlea_EaglerAdapterImpl2$AudioBufferX.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [otjw_AudioBuffer],
+ returnType : $rt_voidcls,
+ 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_EntityList$_clinit_$lambda$_63_48.$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_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
+ }];
+ nleg_EaglerAdapterGL30$DisplayList.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 1,
+ parameterTypes : [$rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }];
+ nms_NBTTagEnd.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "load",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataInput, $rt_intcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "write",
+ modifiers : 0,
+ accessLevel : 0,
+ parameterTypes : [ji_DataOutput],
+ 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
+ }];
+ nms_EntityList$_clinit_$lambda$_63_46.$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_RenderWither.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_82418_a",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [nms_EntityWither, $rt_doublecls, $rt_doublecls, $rt_doublecls, $rt_floatcls, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_110911_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWither],
+ returnType : nle_TextureLocation,
+ callable : null
+ }, {
+ name : "func_82415_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWither, $rt_floatcls],
+ returnType : $rt_voidcls,
+ callable : null
+ }, {
+ name : "func_82417_a",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWither, $rt_intcls, $rt_floatcls],
+ returnType : $rt_intcls,
+ callable : null
+ }, {
+ name : "func_82416_b",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityWither, $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 : "preRenderCallback",
+ modifiers : 0,
+ accessLevel : 2,
+ parameterTypes : [nms_EntityLivingBase, $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 : "inheritRenderPass",
+ 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,
+ accessLevel : 0,
+ parameterTypes : [],
+ returnType : $rt_voidcls,
+ 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
+ }];
+ jur_HighSurrogateCharSet.$meta.methods = [
+ {
+ name : "",
+ modifiers : 0,
+ accessLevel : 3,
+ parameterTypes : [$rt_charcls],
+ returnType : $rt_voidcls,
+ 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 : "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 : "getName",
+ modifiers : 0,
+ accessLevel : 2,
+ 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
+ }];
ju_HashSet.$meta.methods = [
{
name : "",
@@ -12571,41 +15644,34 @@ jl_Class_createMetadata = () => {
returnType : ju_HashSet,
callable : null
}];
- nms_NBTTagFloat.$meta.methods = [
+ oj_JSONObject$Null.$meta.methods = [
{
name : "",
modifiers : 0,
- accessLevel : 3,
- parameterTypes : [jl_String],
+ accessLevel : 1,
+ parameterTypes : [],
returnType : $rt_voidcls,
callable : null
}, {
- name : "",
+ name : "clone",
+ modifiers : 4,
+ accessLevel : 2,
+ parameterTypes : [],
+ returnType : jl_Object,
+ callable : null
+ }, {
+ name : "equals",
modifiers : 0,
accessLevel : 3,
- parameterTypes : [jl_String, $rt_floatcls],
- returnType : $rt_voidcls,
+ parameterTypes : [jl_Object],
+ returnType : $rt_booleancls,
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",
+ name : "hashCode",
modifiers : 0,
accessLevel : 3,
parameterTypes : [],
- returnType : $rt_bytecls,
+ returnType : $rt_intcls,
callable : null
}, {
name : "toString",
@@ -12614,12 +15680,28 @@ jl_Class_createMetadata = () => {
parameterTypes : [],
returnType : jl_String,
callable : null
- }, {
- name : "copy",
+ }];
+ jt_DateFormatElement$EraText.$meta.methods = [
+ {
+ name : "