(Important Update) Changed crash screen to show a link to your github repository instead of listing all my personal contact information. Edit net.lax1dude.eaglercraft.ConfigConstants.forkMe to change the repository URL in your fork

This commit is contained in:
LAX1DUDE 2022-02-10 14:23:41 -08:00
parent 1b53d73998
commit dedbd795dc
40 changed files with 1853 additions and 2252 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
eaglercraft is an AOT compiled port of mojang's minecraft 1.5.2 designed to run in an html5/javascript environment, using TeaVM and my opengl 1.3 emulator to simulate a desktop java enviroment fully compatible with minecraft java edition
§1this §1was §1created §1by §1calder §1young §1(LAX1DUDE), §1submit §1complaints §1and §1bug §1reports §1to §1cgiacun@gmail.com §1or §1hmu §1on §1discord §1at §1LAX1DUDE#6306 §1or §1on §1instagram §1@calderyounggg§r
§1this §1was §1created §1by §1calder §1young §1(LAX1DUDE)
compiling the javascript and emulating the JRE is largely made possible by the TeaVM project, created by Alexey Andreev and is available for free at §nhttp://teavm.org/§r under Apache License 2.0

View File

@ -78,7 +78,7 @@ public class Client {
EaglerAdapterImpl2.removeEventHandlers();
StringBuilder str = new StringBuilder();
str.append("Game Crashed! I have fallen and I can't get up! Send the following text to cgiacun@gmail.com or LAX1DUDE#6306 on discord or @calderyounggg on instagram\n\n");
str.append("Game Crashed! I have fallen and I can't get up! If this has happened more than once then please copy the text on this screen and publish it in the issues feed of this fork's GitHub repository.\n\nThe URL to this fork's GitHub repository is: " + ConfigConstants.forkMe + "\n\n");
str.append(t);
str.append('\n').append('\n');
str.append("eaglercraft.version = \"").append(ConfigConstants.version).append("\"\n");

File diff suppressed because one or more lines are too long

View File

@ -1,4 +0,0 @@
# http://mcstats.org
opt-out: false
guid: c015ae6f-e6ca-48d6-b4af-6e1cb5825cb9
debug: false

View File

@ -1,216 +0,0 @@
2021-12-17 18:31:59 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:31:59 [INFO] Loading properties
2021-12-17 18:31:59 [WARNING] server.properties does not exist
2021-12-17 18:31:59 [INFO] Generating new properties file
2021-12-17 18:31:59 [INFO] Default game type: SURVIVAL
2021-12-17 18:32:00 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:32:00 [INFO] Generating keypair
2021-12-17 18:32:00 [INFO] Starting listener #0 on *:25565
2021-12-17 18:32:00 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:32:00 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:32:00 [WARNING] **** FAILED TO BIND TO PORT!
2021-12-17 18:32:00 [WARNING] The exception was: java.net.BindException: Address already in use: bind
2021-12-17 18:32:00 [WARNING] Perhaps a server is already running on that port?
2021-12-17 18:32:20 [INFO] Stopping server
2021-12-17 18:32:20 [INFO] Saving players
2021-12-17 18:32:20 [INFO] Saving worlds
2021-12-17 18:32:20 [INFO] Stopping server
2021-12-17 18:33:46 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:33:46 [INFO] Loading properties
2021-12-17 18:33:46 [INFO] Default game type: SURVIVAL
2021-12-17 18:33:47 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:33:47 [INFO] Generating keypair
2021-12-17 18:33:47 [INFO] Starting listener #0 on *:25569
2021-12-17 18:33:47 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:33:47 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:33:47 [INFO] Preparing level "world"
2021-12-17 18:33:47 [INFO] -------- World Settings For [world] --------
2021-12-17 18:33:47 [INFO] View Distance: 10
2021-12-17 18:33:47 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:47 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:47 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:47 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Anti X-Ray: true
2021-12-17 18:33:47 [INFO] Engine Mode: 1
2021-12-17 18:33:47 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:47 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:47 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:47 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:47 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:47 [INFO] Random Lighting Updates: false
2021-12-17 18:33:47 [INFO] -------- World Settings For [world_nether] --------
2021-12-17 18:33:47 [INFO] View Distance: 10
2021-12-17 18:33:47 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:47 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:47 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:47 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:47 [INFO] Anti X-Ray: true
2021-12-17 18:33:47 [INFO] Engine Mode: 1
2021-12-17 18:33:47 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:47 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:47 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:47 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:47 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:47 [INFO] Random Lighting Updates: false
2021-12-17 18:33:48 [INFO] -------- World Settings For [world_the_end] --------
2021-12-17 18:33:48 [INFO] View Distance: 10
2021-12-17 18:33:48 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:33:48 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:33:48 [INFO] Item Merge Radius: 2.5
2021-12-17 18:33:48 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:33:48 [INFO] Anti X-Ray: true
2021-12-17 18:33:48 [INFO] Engine Mode: 1
2021-12-17 18:33:48 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:33:48 [INFO] Mob Spawn Range: 4
2021-12-17 18:33:48 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:33:48 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:33:48 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:33:48 [INFO] Random Lighting Updates: false
2021-12-17 18:33:48 [INFO] Preparing start region for level 0 (Seed: -855162288097023011)
2021-12-17 18:33:49 [INFO] Preparing spawn area: 37%
2021-12-17 18:33:50 [INFO] Preparing spawn area: 83%
2021-12-17 18:33:50 [INFO] Preparing start region for level 1 (Seed: -855162288097023011)
2021-12-17 18:33:51 [INFO] Preparing spawn area: 33%
2021-12-17 18:33:52 [INFO] Preparing spawn area: 95%
2021-12-17 18:33:52 [INFO] Preparing start region for level 2 (Seed: -855162288097023011)
2021-12-17 18:33:53 [INFO] Preparing spawn area: 95%
2021-12-17 18:33:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
2021-12-17 18:33:53 [INFO] Done (5.791s)! For help, type "help" or "?"
2021-12-17 18:39:40 [INFO] Disconnecting DumpsterFuck41_ [/127.0.0.1:64411]: Failed to verify username!
2021-12-17 18:39:40 [WARNING] Exception verifying DumpsterFuck41_
java.lang.NullPointerException: Cannot invoke "javax.crypto.SecretKey.getEncoded()" because "<parameter3>" is null
at net.minecraft.server.v1_5_R3.MinecraftEncryption.a(SourceFile:65)
at net.minecraft.server.v1_5_R3.ThreadLoginVerifier.auth(ThreadLoginVerifier.java:31)
at net.minecraft.server.v1_5_R3.ThreadLoginVerifier.run(ThreadLoginVerifier.java:52)
2021-12-17 18:40:15 [INFO] CONSOLE: Stopping the server..
2021-12-17 18:40:15 [INFO] Stopping server
2021-12-17 18:40:15 [INFO] Saving players
2021-12-17 18:40:15 [INFO] Saving worlds
2021-12-17 18:40:15 [INFO] Saving chunks for level 'world'/Overworld
2021-12-17 18:40:16 [INFO] Saving chunks for level 'world_nether'/Nether
2021-12-17 18:40:16 [INFO] Saving chunks for level 'world_the_end'/The End
2021-12-17 18:40:56 [INFO] Starting minecraft server version 1.5.2
2021-12-17 18:40:56 [INFO] Loading properties
2021-12-17 18:40:56 [INFO] Default game type: SURVIVAL
2021-12-17 18:40:57 [INFO] This server is running CraftBukkit version git-Spigot-959 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2021-12-17 18:40:57 [INFO] Generating keypair
2021-12-17 18:40:57 [INFO] Starting listener #0 on *:25569
2021-12-17 18:40:57 [INFO] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
2021-12-17 18:40:57 [INFO] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
2021-12-17 18:40:57 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2021-12-17 18:40:57 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2021-12-17 18:40:57 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2021-12-17 18:40:57 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2021-12-17 18:40:57 [INFO] Preparing level "world"
2021-12-17 18:40:57 [INFO] -------- World Settings For [world] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] -------- World Settings For [world_nether] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] -------- World Settings For [world_the_end] --------
2021-12-17 18:40:57 [INFO] Chunks to Grow per Tick: 650
2021-12-17 18:40:57 [INFO] Experience Merge Radius: 3.0
2021-12-17 18:40:57 [INFO] View Distance: 10
2021-12-17 18:40:57 [INFO] Item Merge Radius: 2.5
2021-12-17 18:40:57 [INFO] Cactus Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Cane Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Melon Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Mushroom Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Pumpkin Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Sapling Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Wheat Growth Modifier: 100%
2021-12-17 18:40:57 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
2021-12-17 18:40:57 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2021-12-17 18:40:57 [INFO] Random Lighting Updates: false
2021-12-17 18:40:57 [INFO] Hopper Transfer: 8 Hopper Check: 8
2021-12-17 18:40:57 [INFO] Mob Spawn Range: 4
2021-12-17 18:40:57 [INFO] Anti X-Ray: true
2021-12-17 18:40:57 [INFO] Engine Mode: 1
2021-12-17 18:40:57 [INFO] Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
2021-12-17 18:40:57 [INFO] Preparing start region for level 0 (Seed: -855162288097023011)
2021-12-17 18:40:57 [INFO] Preparing start region for level 1 (Seed: -855162288097023011)
2021-12-17 18:40:58 [INFO] Preparing start region for level 2 (Seed: -855162288097023011)
2021-12-17 18:40:58 [INFO] Server permissions file permissions.yml is empty, ignoring it
2021-12-17 18:40:58 [INFO] Done (0.952s)! For help, type "help" or "?"
2021-12-17 18:41:02 [INFO] DumpsterFuck41_[/127.0.0.1:64420] logged in with entity id 1774 at ([world] -206.5, 71.0, 252.5)
2021-12-17 18:43:22 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 18:55:48 [INFO] DumpsterFuck41_[/127.0.0.1:64719] logged in with entity id 2659 at ([world] -257.28834483493495, 74.0, 262.5991733628332)
2021-12-17 18:59:07 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 18:59:22 [INFO] DumpsterFuck41_[/127.0.0.1:64731] logged in with entity id 3316 at ([world] -257.28834483493495, 74.0, 262.5991733628332)
2021-12-17 19:00:09 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:02:34 [INFO] DumpsterFuck41_[/127.0.0.1:64738] logged in with entity id 3628 at ([world] -228.193949324868, 78.0, 271.1318992981757)
2021-12-17 19:04:41 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:04:51 [INFO] DumpsterFuck41_[/127.0.0.1:64747] logged in with entity id 4243 at ([world] -241.92623246399458, 78.0, 283.30000001192093)
2021-12-17 19:05:24 [INFO] DumpsterFuck41_ lost connection: disconnect.genericReason
2021-12-17 19:05:24 [SEVERE] io.netty.handler.timeout.ReadTimeoutException
2021-12-17 19:08:22 [INFO] DumpsterFuck41_[/127.0.0.1:64755] logged in with entity id 4413 at ([world] -241.92623246399458, 78.0, 283.30000001192093)
2021-12-17 19:11:12 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:11:30 [INFO] DumpsterFuck41_[/127.0.0.1:64767] logged in with entity id 4810 at ([world] -248.3870677052378, 76.0, 299.2845998985032)
2021-12-17 19:17:46 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:18:03 [INFO] DumpsterFuck41_[/127.0.0.1:64781] logged in with entity id 5683 at ([world] -262.82134245931064, 76.0, 304.9033908257818)
2021-12-17 19:19:26 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:19:39 [INFO] DumpsterFuck41_[/127.0.0.1:64795] logged in with entity id 6016 at ([world] -263.592707593921, 76.0, 305.60714773637625)
2021-12-17 19:21:23 [SEVERE] io.netty.handler.timeout.ReadTimeoutException
2021-12-17 19:21:23 [INFO] DumpsterFuck41_ lost connection: disconnect.genericReason
2021-12-17 19:27:50 [INFO] DumpsterFuck41_[/127.0.0.1:64829] logged in with entity id 6466 at ([world] -263.20669983544934, 68.66483293953216, 299.30000001192093)
2021-12-17 19:28:42 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:32:22 [INFO] DumpsterFuck41_[/127.0.0.1:64840] logged in with entity id 6733 at ([world] -265.48936340189135, 73.0, 286.96534454456935)
2021-12-17 19:32:43 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting
2021-12-17 19:41:41 [INFO] DumpsterFuck41_[/127.0.0.1:50122] logged in with entity id 6891 at ([world] -265.8803942569905, 74.0, 289.2177625408024)
2021-12-17 19:42:03 [INFO] DumpsterFuck41_ lost connection: disconnect.quitting

View File

@ -1 +0,0 @@
¨,4—Ab«ƒ­—ý“ŽR

View File

@ -1 +0,0 @@
zÀ¾»buLC¿£<17>f±ã

View File

@ -1,136 +0,0 @@
18:31:51 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:31:51 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:31:51 [INFO] Enabled BungeeCord version unknown
18:31:51 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:31:51 [INFO] Enabled plugin EaglerAuth version 1.0.0 by LAX1DUDE
18:31:51 [INFO] Listening websockets on /0.0.0.0:25565
18:31:51 [INFO] Listening on /127.11.0.1:64383
18:37:16 [INFO] websocket opened - /127.0.0.1:64402
18:37:16 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:37:16 [INFO] [DumpsterFuck41_] disconnected with: §cCould not connect to default server, please try again later: java.net.ConnectException
18:37:16 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:37:16 [INFO] websocket closed - /127.0.0.1:64402
18:39:16 [INFO] Closing listener [id: 0xd4e035ee, /127.11.0.1:64383]
18:39:16 [INFO] Closing websocket listener /0.0.0.0:25565
18:39:16 [INFO] Closing pending connections
18:39:16 [INFO] Disconnecting 0 connections
18:39:16 [INFO] Closing IO threads
18:39:18 [INFO] Saving reconnect locations
18:39:18 [INFO] Disabling plugins
18:39:18 [INFO] Thankyou and goodbye
18:39:31 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:39:31 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:39:31 [INFO] Enabled BungeeCord version unknown
18:39:31 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:39:31 [INFO] Listening websockets on /0.0.0.0:25565
18:39:31 [INFO] Listening on /127.11.0.1:64408
18:39:40 [INFO] websocket opened - /127.0.0.1:64410
18:39:40 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:39:40 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:39:40 [INFO] [DumpsterFuck41_] disconnected with: §cKicked whilst connecting to lobby: Failed to verify username!
18:39:40 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has disconnected
18:39:40 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:39:40 [INFO] websocket closed - /127.0.0.1:64410
18:41:02 [INFO] websocket opened - /127.0.0.1:64419
18:41:02 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:41:02 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:43:22 [INFO] websocket closed - /127.0.0.1:64419
18:43:22 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:43:22 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
18:55:48 [INFO] websocket opened - /127.0.0.1:64718
18:55:48 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:55:48 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
18:59:07 [INFO] websocket closed - /127.0.0.1:64718
18:59:07 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
18:59:07 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
18:59:22 [INFO] websocket opened - /127.0.0.1:64730
18:59:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
18:59:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:00:09 [INFO] websocket closed - /127.0.0.1:64730
19:00:09 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:00:09 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:02:34 [INFO] websocket opened - /127.0.0.1:64737
19:02:34 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:02:34 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:04:41 [INFO] websocket closed - /127.0.0.1:64737
19:04:41 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:04:41 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:04:51 [INFO] websocket opened - /127.0.0.1:64746
19:04:51 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:04:51 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:05:24 [WARNING] [DumpsterFuck41_] -> UpstreamBridge - read timed out
19:05:24 [INFO] [DumpsterFuck41_] disconnected with: ReadTimeoutException : null
19:05:24 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:05:24 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:08:05 [INFO] websocket closed - /127.0.0.1:64746
19:08:22 [INFO] websocket opened - /127.0.0.1:64754
19:08:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:08:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:11:12 [INFO] websocket closed - /127.0.0.1:64754
19:11:12 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:11:12 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:11:30 [INFO] websocket opened - /127.0.0.1:64766
19:11:30 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:11:30 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:17:46 [INFO] websocket closed - /127.0.0.1:64766
19:17:46 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:17:46 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:18:03 [INFO] websocket opened - /127.0.0.1:64780
19:18:03 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:18:03 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:19:26 [INFO] websocket closed - /127.0.0.1:64780
19:19:26 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:19:26 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:19:39 [INFO] websocket opened - /127.0.0.1:64794
19:19:39 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:19:39 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:21:23 [INFO] [DumpsterFuck41_] disconnected with: [Proxy] Lost connection to server.
19:21:23 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:21:23 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:27:39 [INFO] websocket closed - /127.0.0.1:64794
19:27:50 [INFO] websocket opened - /127.0.0.1:64828
19:27:50 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:27:50 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:28:42 [INFO] websocket closed - /127.0.0.1:64828
19:28:42 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:28:42 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:32:22 [INFO] websocket opened - /127.0.0.1:64839
19:32:22 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:32:22 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:32:43 [INFO] websocket closed - /127.0.0.1:64839
19:32:43 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:32:43 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected
19:41:41 [INFO] websocket opened - /127.0.0.1:50121
19:41:41 [INFO] [DumpsterFuck41_] <-> InitialHandler has connected
19:41:41 [INFO] [DumpsterFuck41_] <-> ServerConnector [lobby] has connected
19:42:03 [INFO] websocket closed - /127.0.0.1:50121
19:42:03 [INFO] [DumpsterFuck41_] -> UpstreamBridge has disconnected
19:42:03 [INFO] [DumpsterFuck41_] <-> DownstreamBridge <-> [lobby] has disconnected

View File

@ -1,33 +0,0 @@
18:40:38 [INFO] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
18:40:38 [INFO] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
18:40:38 [INFO] Enabled BungeeCord version unknown
18:40:38 [INFO] Enabled plugin EaglerSkins version 1.0.0 by LAX1DUDE
18:40:38 [INFO] Listening websockets on /0.0.0.0:25565
18:40:38 [SEVERE] java.net.BindException: Address already in use: bind
18:40:38 [SEVERE] at java.base/sun.nio.ch.Net.bind0(Native Method)
18:40:38 [SEVERE] at java.base/sun.nio.ch.Net.bind(Net.java:552)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketCrssdgsfsdhannelImpl.netBind(ServerSocketChannelImpl.java:336)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
18:40:38 [SEVERE] at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88)
18:40:38 [SEVERE] at org.java_websocket.server.WebSocketServer.doSetupSelectorAndServerThread(WebSocketServer.java:533)
18:40:38 [SEVERE] at org.java_websocket.server.WebSocketServer.run(WebSocketServer.java:341)
18:40:38 [SEVERE] at java.base/java.lang.Thread.run(Thread.java:831)
18:40:38 [INFO] Listening on /127.11.0.1:64416
18:40:44 [INFO] §cCommand not found
18:40:47 [INFO] Closing listener [id: 0xec8a3208, /127.11.0.1:64416]
18:40:47 [INFO] Closing websocket listener /0.0.0.0:25565
18:40:47 [INFO] Closing pending connections
18:40:47 [INFO] Disconnecting 0 connections
18:40:47 [INFO] Closing IO threads
18:40:49 [INFO] Saving reconnect locations
18:40:49 [INFO] Disabling plugins
18:40:49 [INFO] Thankyou and goodbye

Binary file not shown.

Binary file not shown.

View File

@ -63,7 +63,7 @@ function Oo(a){var b,c,d;if(!EX(a,Ic)&&a.constructor.$meta.item===null){b=new LQ
function AAL(){E.call(this);}
A.XA=null;A.XB=null;A.XC=0;A.XD=function(){var a=new AAL();A7p(a);return a;};
function A7p(a){return;}
function Bxt(b){var c,d,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();d=$T.l();c=$T.l();b=$T.l();}_:while(true){switch($p){case 0:A.XA=null;A.XB=null;A.XC=0;A.XE=new AD0;A.XF=C($rt_intcls());BFP();BuP();BnS();AX$();Bee();BzO();A.XG=0;Bm1();Bce();Bk4();Bwi();Ba3();A4B();BjQ();A$6();Ba7();BBW();BbH();Bag();Bnf();Bqy();BlD();A4W();BvB();Bij();AXF();BwQ();Bxb();Be4();Bjs();A34();A2s();Bl9();Bc7();A3u();Bol();A5A();BpZ();A_Z();Bg1();Bts();BjO();Bme();BxC();ByM();Brm();BFr();By0();BcM();BEL();A4l();A7K();BsM();A4I();BAN();BGE();A2R();Byw();A1u();Br9();Bi8();A6I();Bab();BhJ();BfH();A7j();BrR();BpS();A_1();BzF();Bn4();A$k();A96();A6A();A7O();Bv$();BqK();A_v();A0Y();BEq();BrY();BdM();BFQ();Bjp();BCa();BqQ();A7$();Bth();BhP();Bda();Bw0();Bfx();Bit();AZj();Bva();A0_();BB0();A2Z();Bj2();Bco();A_G();A_Q();AZG();AZc();Baa();BxH();AXo();A5I();AZm();AZh();BGC();BuV();Bz3();A$r();AXH();Bqh();Bvr();A_q();Bdd();BwM();BdZ();Bx9();AZV();BE1();A$H();A3p();Beo();BzQ();Bnq();Bhj();A5M();BvR();BeX();BoC();BGq();BhZ();BtF();Bw2();ByS();A7F();AY2();A97();AZp();Br7();AWS();Brx();A7f();A4n();AYn();Bo3();BB$();BpV();BoH();Ba0();Bdn();Brk();BBL();AZX();Bzz();Bof();A$C();BA9();BAl();BC3();Btn();A5x();BGr();Bfh();BdW();A3Q();Br0();BkI();Bnc();BGO();AWT();Bft();BC2();BpE();ByQ();A8l();A1l();BCb();BCv();AXz();Bfv();A$g();Bd7();AZx();Bhi();BgI();Bnb();BgQ();By6();Bav();Bjz();Bis();BBE();Bsn();BB9();Bg0();AYY();BE7();A1U();A$e();BtE();BcJ();A2K();A_p();A6N();BmF();BnH();BhX();Bp3();A4P();BEf();A0D();BnN();BmW();A6d();A5L();Bf0();A1K();Bf_();A3a();BlW();A4V();Bi5();A$w();Bt9();BCk();Bk5();Ba6();Bwl();BA_();ByX();BtY();AY8();BBY();BjI();A6v();Blw();BCr();Blx();A_A();Bz6();BfE();A_8();b
function Bxt(b){var c,d,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();d=$T.l();c=$T.l();b=$T.l();}_:while(true){switch($p){case 0:A.XA=null;A.XB=null;A.XC=0;A.XE=new AD0;A.XF=C($rt_intcls());BFP();BuP();BnS();AX$();Bee();BzO();A.XG=0;Bm1();Bce();Bk4();Bwi();Ba3();A4B();BjQ();A$6();Ba7();BBW();BbH();Bag();Bnf();Bqy();BlD();A4W();BvB();Bij();AXF();BwQ();Bxb();Be4();Bjs();A34();A2s();Bl9();Bc7();A3u();Bol();A5A();BpZ();A_Z();Bg1();Bts();BjO();Bme();BxC();ByM();Brm();BFr();By0();BcM();BEL();A4l();A7K();BsM();A4I();BAN();BGE();A2R();Byw();A1u();Br9();Bi8();A6I();Bab();BhJ();BfH();A7j();BrR();BpS();A_1();BzF();Bn4();A$k();A96();A6A();A7O();Bv$();BqK();A_v();A0Y();BEq();BrY();BdM();BFQ();Bjp();BCa();BqQ();A7$();Bth();BhP();Bda();Bw0();Bfx();Bit();AZj();Bva();A0_();BB0();A2Z();Bj2();Bco();A_G();A_Q();AZG();AZc();Baa();BxH();AXo();A5I();AZm();AZh();BGC();BuV();Bz3();A$r();AXH();Bqh();Bvr();A_q();Bdd();BwM();BdZ();Bx9();AZV();BE1();A$H();A3p();Beo();BzQ();Bnq();Bhj();A5M();BvR();BeX();BoC();BGq();BhZ();BtF();Bw2();ByS();A7F();AY2();A97();AZp();Br7();AWS();Brx();A7f();A4n();AYn();Bo3();BB$();BpV();BoH();Ba0();Bdn();Brk();BBL();AZX();Bzz();Bof();A$C();BA9();BAl();BC3();Btn();A5x();BGr();Bfh();BdW();A3Q();Br0();BkI();Bnc();BGO();AWT();Bft();BC2();BpE();ByQ();A8l();A1l();BCb();BCv();AXz();Bfv();A$g();Bd7();AZx();Bhi();BgI();Bnb();BgQ();By6();Bav();Bjz();Bis();BBE();Bsn();BB9();Bg0();AYY();BE7();A1U();A$e();BtE();BcJ();A2K();A_p();A6N();BmF();BnH();BhX();Bp3();A4P();BEf();A0D();BnN();BmW();A6d();A5L();Bf0();A1K();Bf_();A3a();BlW();A4V();Bi5();Bt9();A$w();BCk();Bk5();Ba6();Bwl();BA_();ByX();BtY();AY8();BBY();BjI();A6v();Blw();BCr();A_A();Blx();Bz6();BfE();A_8();b
=BWX(window.minecraftOpts).data;c=window.document;d=b[0];d=c.getElementById($rt_ustr(d));A.XA=d;c=b[1];$p=1;case 1:BA6(d,c);if(D()){break _;}Bok();if(b.length>2)AXL(b[2]);$p=2;case 2:Bhf();if(D()){break _;}return;default:AGu();}}N6().s(b,c,d,$p);}
function Bhf(){var b,c,d,e,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();}_:while(true){switch($p){case 0:if(A.XH===null){b=new Bm;b.P=new Hx;c=new L;c.b=$rt_createCharArray(16);b.C=c;b.ba=$rt_createCharArray(32);b.bf=0;c=new Bn;Bo(c,B(2),F(X,0));b.be=c;A.XH=b;}d=A.XH;b=d.C;G(b,b.a,B(3));e=b.a;Bd(b,e,e+1|0);b.b.data[e]=10;Bv(d);A.XB=A.Sq();c=A.XB;$p=1;case 1:Buo(c);if(D()){break _;}return;default:AGu();}}N6().s(b,c,d,e,$p);}
function A$Z(){var b,c,d,e;b=window.minecraftError;c=new L;c.b=$rt_createCharArray(16);G(c,c.a,B(4));G(c,c.a,B(5));G(c,c.a,B(6));d=$rt_str(window.minecraftErrorL);G(c,c.a,d);e=c.a;Bd(c,e,e+1|0);c.b.data[e]=10;G(c,c.a,B(7));d=$rt_str(b.name);G(c,c.a,d);e=c.a;Bd(c,e,e+1|0);c.b.data[e]=10;G(c,c.a,B(8));d=$rt_str(b.message);G(c,c.a,d);e=c.a;Bd(c,e,e+1|0);c.b.data[e]=10;G(c,c.a,B(9));d=$rt_str(b.stack);G(c,c.a,d);e=c.a;Bd(c,e,e+1|0);c.b.data[e]=10;Btw(Q(c.b,0,c.a));}
@ -644,50 +644,50 @@ Z],returnType:$rt_booleancls(),callable:null},{name:"updateEntity",modifiers:0,a
:512,accessLevel:1,parameterTypes:[H9,Z,$rt_intcls(),$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"func_102014_c",modifiers:512,accessLevel:1,parameterTypes:[H9,Z,$rt_intcls(),$rt_intcls()],returnType:Z,callable:null},{name:"getOutputInventory",modifiers:0,accessLevel:1,parameterTypes:[],returnType:H9,callable:null},{name:"getInventoryAboveHopper",modifiers:512,accessLevel:3,parameterTypes:[ACA],returnType:H9,callable:null},{name:"func_96119_a",modifiers:512,accessLevel:3,parameterTypes:[Wy,
$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:Hf,callable:null},{name:"getInventoryAtLocation",modifiers:512,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:H9,callable:null},{name:"areItemStacksEqualItem",modifiers:512,accessLevel:1,parameterTypes:[Z,Z],returnType:$rt_booleancls(),callable:null},{name:"getXPos",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_doublecls(),callable:null},{name:"getYPos",modifiers:0,accessLevel:3,parameterTypes
:[],returnType:$rt_doublecls(),callable:null},{name:"getZPos",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_doublecls(),callable:null},{name:"setTransferCooldown",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"isCoolingDown",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null}];Y_.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"writeToNBT",modifiers
:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"func_96100_a",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"func_96099_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null}];MY.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable
:null},{name:"isMovementCeased",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"updateEntityActionState",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"updateWanderPath",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"attackEntity",modifiers:0,accessLevel:2,parameterTypes:[C1,$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBlockPathWeight",modifiers:0,accessLevel
:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"findPlayerToAttack",modifiers:0,accessLevel:2,parameterTypes:[],returnType:C1,callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"hasPath",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"setPathToEntity",modifiers:0,accessLevel:3,parameterTypes:[AUr],returnType:$rt_voidcls(),callable
:null},{name:"getEntityToAttack",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C1,callable:null},{name:"setTarget",modifiers:0,accessLevel:3,parameterTypes:[C1],returnType:$rt_voidcls(),callable:null},{name:"getSpeedModifier",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null}];UY.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"createChild",modifiers:1,accessLevel:3,parameterTypes:[UY],returnType
:UY,callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getGrowingAge",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"setGrowingAge",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes
:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"onLivingUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isChild",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_98054_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"setSize",modifiers
:4,accessLevel:2,parameterTypes:[$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"func_98055_j",modifiers:0,accessLevel:1,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];VZ.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType
:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"func_96100_a",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"func_96099_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null}];UY.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable
:null},{name:"createChild",modifiers:1,accessLevel:3,parameterTypes:[UY],returnType:UY,callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getGrowingAge",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"setGrowingAge",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable
:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"onLivingUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isChild",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_98054_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType
:$rt_voidcls(),callable:null},{name:"setSize",modifiers:4,accessLevel:2,parameterTypes:[$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"func_98055_j",modifiers:0,accessLevel:1,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];MY.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isMovementCeased",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name
:"updateEntityActionState",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"updateWanderPath",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"attackEntity",modifiers:0,accessLevel:2,parameterTypes:[C1,$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBlockPathWeight",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"findPlayerToAttack",modifiers
:0,accessLevel:2,parameterTypes:[],returnType:C1,callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"hasPath",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"setPathToEntity",modifiers:0,accessLevel:3,parameterTypes:[AUr],returnType:$rt_voidcls(),callable:null},{name:"getEntityToAttack",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C1,callable:null},{name:"setTarget",modifiers
:0,accessLevel:3,parameterTypes:[C1],returnType:$rt_voidcls(),callable:null},{name:"getSpeedModifier",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null}];Kl.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"updateAITick",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"onLivingUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},
{name:"attackEntity",modifiers:0,accessLevel:2,parameterTypes:[C1,$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"procreate",modifiers:0,accessLevel:1,parameterTypes:[Kl],returnType:$rt_voidcls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"getBlockPathWeight",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"writeEntityToNBT",modifiers
:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"findPlayerToAttack",modifiers:0,accessLevel:2,parameterTypes:[],returnType:C1,callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name
:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getExperiencePoints",modifiers:0,accessLevel:2,parameterTypes:[C0],returnType:$rt_intcls(),callable:null},{name:"isBreedingItem",modifiers:0,accessLevel:3,parameterTypes:[Z],returnType:$rt_booleancls(),callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"isInLove",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable
:null},{name:"resetInLove",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canMateWith",modifiers:0,accessLevel:3,parameterTypes:[Kl],returnType:$rt_booleancls(),callable:null}];VZ.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType
:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"playTameEffect",modifiers:0,accessLevel:2,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"handleHealthUpdate",modifiers:0,accessLevel:3,parameterTypes:[$rt_bytecls()],returnType:$rt_voidcls(),callable:null},{name:"isTamed",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"setTamed",modifiers
:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"isSitting",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"setSitting",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"getOwnerName",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"setOwner",modifiers:0,accessLevel:3,parameterTypes:[X],returnType:$rt_voidcls(),callable:null},{name
:"getOwner",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C6,callable:null}];Kl.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"updateAITick",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"onLivingUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"attackEntity",modifiers:0,accessLevel:2,parameterTypes:[C1,$rt_floatcls()],returnType:$rt_voidcls(),callable
:null},{name:"procreate",modifiers:0,accessLevel:1,parameterTypes:[Kl],returnType:$rt_voidcls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"getBlockPathWeight",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers
:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"findPlayerToAttack",modifiers:0,accessLevel:2,parameterTypes:[],returnType:C1,callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getExperiencePoints",modifiers
:0,accessLevel:2,parameterTypes:[C0],returnType:$rt_intcls(),callable:null},{name:"isBreedingItem",modifiers:0,accessLevel:3,parameterTypes:[Z],returnType:$rt_booleancls(),callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"isInLove",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"resetInLove",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canMateWith",modifiers
:0,accessLevel:3,parameterTypes:[Kl],returnType:$rt_booleancls(),callable:null}];AF8.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canBreatheUnderwater",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable
:null},{name:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getExperiencePoints",modifiers:0,accessLevel:2,parameterTypes:[C0],returnType:$rt_intcls(),callable:null},{name:"onEntityUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AEV.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];ABc.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[],returnType:$rt_voidcls(),callable:null},{name:"fall",modifiers:0,accessLevel:2,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"updateFallState",modifiers:0,accessLevel:2,parameterTypes:[$rt_doublecls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"moveEntityWithHeading",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"isOnLadder",modifiers:0,accessLevel:3,parameterTypes:[],returnType:
$rt_booleancls(),callable:null}];SD.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_intcls(),$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"setDirection",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable
:null},{name:"func_70517_b",modifiers:0,accessLevel:1,parameterTypes:[$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"onValidSurface",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_85031_j",modifiers:0,accessLevel:3,parameterTypes:[C1],returnType
:$rt_booleancls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"moveEntity",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"addVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes
:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"func_82329_d",modifiers:1,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"func_82330_g",modifiers:1,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"dropItemStack",modifiers:1,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Qj.$meta.methods=[{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isInRangeToRenderDist",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls()],returnType:$rt_booleancls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name
:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C6,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getMotionFactor",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"onImpact",modifiers:1,accessLevel:2,parameterTypes:[Zs],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes
:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getCollisionBorderSize",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},
{name:"getShadowSize",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null}];Le.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel
:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isInRangeToRenderDist",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls()],returnType:$rt_booleancls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C6],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"func_70182_d",modifiers:0,accessLevel:2,parameterTypes:[],returnType
:$rt_floatcls(),callable:null},{name:"func_70183_g",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"setThrowableHeading",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"setVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getGravityVelocity",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"onImpact",modifiers:1,accessLevel:2,parameterTypes:[Zs],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"getShadowSize",modifiers
:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getThrower",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C6,callable:null}];TV.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"killMinecart",modifiers:0,accessLevel:3,parameterTypes:[EM],returnType
:$rt_voidcls(),callable:null},{name:"getStackInSlot",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:Z,callable:null},{name:"decrStackSize",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls()],returnType:Z,callable:null},{name:"getStackInSlotOnClosing",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:Z,callable:null},{name:"setInventorySlotContents",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),Z],returnType:$rt_voidcls(),callable:null},{name:"onInventoryChanged",modifiers
:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isUseableByPlayer",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"openChest",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"closeChest",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isStackValidForSlot",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),Z],returnType:$rt_booleancls(),callable
:null},{name:"getInvName",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"getInventoryStackLimit",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"travelToDimension",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"setDead",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType
:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"applyDrag",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AP3.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),
Ba,$rt_intcls(),$rt_intcls(),BeM],returnType:$rt_voidcls(),callable:null},{name:"func_70596_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:AP3,callable:null},{name:"applyRenderColor",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:AP3,callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),
$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];Vy.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"fall",modifiers:0,accessLevel:2,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getLivingSound",modifiers:0,accessLevel:2,parameterTypes:[],returnType:X,callable:null},{name:"getHurtSound",modifiers:0,accessLevel:2,parameterTypes:[],returnType:X,callable:
null},{name:"getDeathSound",modifiers:0,accessLevel:2,parameterTypes:[],returnType:X,callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null}];BrW.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable
:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];ABW.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy],returnType:$rt_voidcls(),callable:null}];AF7.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Dc.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType
:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"multiplyVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:Dc,callable:null},{name:"multipleParticleScaleBy",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:Dc,callable:null},{name:"setRBGColorF",modifiers:0,accessLevel:3,parameterTypes
:[$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"setAlphaF",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getRedColorF",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getGreenColorF",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getBlueColorF",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable
:null},{name:"canTriggerWalking",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable
:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"setParticleIcon",modifiers:0,accessLevel:3,parameterTypes:[BeM,Ex],returnType:$rt_voidcls(),callable:null},{name:"setParticleTextureIndex",modifiers:0,accessLevel:3,parameterTypes
:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"nextTextureIndexX",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canAttackWithItem",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"toString",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null}];Vn.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C1],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy,C1,X],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];BzC.$meta.methods=[{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy,C1,C1,$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];QH.$meta.methods
:"getOwner",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C6,callable:null}];Vy.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"fall",modifiers:0,accessLevel:2,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getLivingSound",modifiers:0,accessLevel:2,parameterTypes:[],returnType:X,callable:null},{name:"getHurtSound",modifiers:0,accessLevel:2,parameterTypes:[],returnType:X,callable:null},{name:"getDeathSound",modifiers
:0,accessLevel:2,parameterTypes:[],returnType:X,callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null}];Qj.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isInRangeToRenderDist",modifiers
:0,accessLevel:3,parameterTypes:[$rt_doublecls()],returnType:$rt_booleancls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C6,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType
:$rt_voidcls(),callable:null},{name:"getMotionFactor",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"onImpact",modifiers:1,accessLevel:2,parameterTypes:[Zs],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getCollisionBorderSize",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"getShadowSize",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable
:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null}];TV.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"killMinecart",modifiers:0,accessLevel:3,parameterTypes:[EM],returnType:$rt_voidcls(),callable:null},{name
:"getStackInSlot",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:Z,callable:null},{name:"decrStackSize",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls()],returnType:Z,callable:null},{name:"getStackInSlotOnClosing",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:Z,callable:null},{name:"setInventorySlotContents",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),Z],returnType:$rt_voidcls(),callable:null},{name:"onInventoryChanged",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isUseableByPlayer",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"openChest",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"closeChest",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isStackValidForSlot",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),Z],returnType:$rt_booleancls(),callable:null},{name
:"getInvName",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"getInventoryStackLimit",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"travelToDimension",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"setDead",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable
:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"interact",modifiers:0,accessLevel:3,parameterTypes:[C0],returnType:$rt_booleancls(),callable:null},{name:"applyDrag",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];SD.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_intcls(),
$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"setDirection",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"func_70517_b",modifiers:0,accessLevel:1,parameterTypes:[$rt_intcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable
:null},{name:"onValidSurface",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_85031_j",modifiers:0,accessLevel:3,parameterTypes:[C1],returnType:$rt_booleancls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"moveEntity",modifiers:0,accessLevel:3,parameterTypes
:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"addVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"func_82329_d",modifiers:1,accessLevel:3,parameterTypes
:[],returnType:$rt_intcls(),callable:null},{name:"func_82330_g",modifiers:1,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"dropItemStack",modifiers:1,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Le.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isInRangeToRenderDist",modifiers
:0,accessLevel:3,parameterTypes:[$rt_doublecls()],returnType:$rt_booleancls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C6],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"func_70182_d",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"func_70183_g",modifiers:0,accessLevel:2,parameterTypes
:[],returnType:$rt_floatcls(),callable:null},{name:"setThrowableHeading",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"setVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getGravityVelocity",modifiers
:0,accessLevel:2,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"onImpact",modifiers:1,accessLevel:2,parameterTypes:[Zs],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"getShadowSize",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name
:"getThrower",modifiers:0,accessLevel:3,parameterTypes:[],returnType:C6,callable:null}];AF8.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canBreatheUnderwater",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getCanSpawnHere",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getTalkInterval",modifiers:0,accessLevel:3,parameterTypes:[],returnType:
$rt_intcls(),callable:null},{name:"canDespawn",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"getExperiencePoints",modifiers:0,accessLevel:2,parameterTypes:[C0],returnType:$rt_intcls(),callable:null},{name:"onEntityUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AEV.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];ABW.$meta.methods=[{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy],returnType:$rt_voidcls(),callable:null}];AF7.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];ABc.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"fall",modifiers:0,accessLevel:2,parameterTypes
:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"updateFallState",modifiers:0,accessLevel:2,parameterTypes:[$rt_doublecls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"moveEntityWithHeading",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"isOnLadder",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null}];AP3.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Ba,$rt_intcls(),$rt_intcls(),BeM],returnType:$rt_voidcls(),callable:null},{name:"func_70596_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls(),$rt_intcls(),$rt_intcls()],returnType:AP3,callable:null},{name:"applyRenderColor",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:AP3,callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable
:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];BrW.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];Dc.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[Wy,$rt_doublecls(),
$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"multiplyVelocity",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:Dc,callable:null},{name:"multipleParticleScaleBy",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:Dc,callable:null},{name:"setRBGColorF",modifiers
:0,accessLevel:3,parameterTypes:[$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"setAlphaF",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getRedColorF",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getGreenColorF",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_floatcls(),callable:null},{name:"getBlueColorF",modifiers:0,accessLevel:3,parameterTypes:
[],returnType:$rt_floatcls(),callable:null},{name:"canTriggerWalking",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType
:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel:3,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"setParticleIcon",modifiers:0,accessLevel:3,parameterTypes:[BeM,Ex],returnType:$rt_voidcls(),callable:null},{name:"setParticleTextureIndex",modifiers:0,accessLevel
:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"nextTextureIndexX",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"canAttackWithItem",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"toString",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null}];BzC.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C1,C1,$rt_floatcls()],returnType:$rt_voidcls(),callable
:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];Vn.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C1],returnType:$rt_voidcls(),callable
:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,C1,X],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];QH.$meta.methods
=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wt,Wy,X,AJo],returnType:$rt_voidcls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"heal",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"sendMotionUpdates",modifiers:0,accessLevel:3,parameterTypes
:[],returnType:$rt_voidcls(),callable:null},{name:"dropOneItem",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:Hf,callable:null},{name:"joinEntityItemWithWorld",modifiers:0,accessLevel:2,parameterTypes:[Hf],returnType:$rt_voidcls(),callable:null},{name:"sendChatMessage",modifiers:0,accessLevel:3,parameterTypes:[X],returnType:$rt_voidcls(),callable:null},{name:"swingItem",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"respawnPlayer",modifiers
:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"damageEntity",modifiers:0,accessLevel:2,parameterTypes:[EM,$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"closeScreen",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"func_92015_f",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"setHealth",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:
@ -710,41 +710,41 @@ null},{name:"addStat",modifiers:0,accessLevel:3,parameterTypes:[Nx,$rt_intcls()]
3,parameterTypes:[SG],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:"getNaN",modifiers:768,accessLevel:1,parameterTypes:[],returnType:$rt_doublecls(),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:512,accessLevel:3,parameterTypes:[$rt_doublecls()],returnType:$rt_longcls(),callable:null},{name:"doubleToLongBits",modifiers:768,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:X,callable:null},{name:"compareTo",modifiers:96,accessLevel:3,parameterTypes:[E],returnType:$rt_intcls(),callable:null},{name:"<clinit>",modifiers:512,accessLevel:0,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"isNaN$js_body$_19",modifiers:768,accessLevel:0,parameterTypes:[HB],returnType:HB,callable:null},{name:"getNaN$js_body$_20",modifiers
:768,accessLevel:0,parameterTypes:[],returnType:HB,callable:null},{name:"isInfinite$js_body$_21",modifiers:768,accessLevel:0,parameterTypes:[HB],returnType:HB,callable:null},{name:"isFinite$js_body$_22",modifiers:768,accessLevel:0,parameterTypes:[HB],returnType:HB,callable:null}];A$V.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];Bcg.$meta.methods=[{name
:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers
:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];BFz.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null}];Brt.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name
:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];A$n.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Wk,DP],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"func_92037_i",modifiers:0,accessLevel:1,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_92034_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92035_a",modifiers
:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_intcls(),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92038_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_arraycls($rt_arraycls($rt_doublecls())),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92036_a",modifiers:0,accessLevel:1,parameterTypes
:[$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];A2Q.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType
:$rt_voidcls(),callable:null}];A92.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes
:[ATi,$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}];BFq.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Wk],returnType:$rt_voidcls(),callable:null},{name:"func_92045_e",modifiers:0,accessLevel:3,parameterTypes
:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92043_f",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92044_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"func_92046_g",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"getBoundingBox",modifiers:0,accessLevel:3,parameterTypes:[],returnType:UL,callable:null},{name
:"canBePushed",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable
:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null}];A0E.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType
:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];DW.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[X,$rt_intcls()],returnType:$rt_voidcls(),callable:null},
{name:"name",modifiers:4,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"ordinal",modifiers:4,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"toString",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"equals",modifiers:4,accessLevel:3,parameterTypes:[E],returnType:$rt_booleancls(),callable:null},{name:"hashCode",modifiers:4,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"clone",modifiers:4,accessLevel
:2,parameterTypes:[],returnType:E,callable:null},{name:"getDeclaringClass",modifiers:4,accessLevel:3,parameterTypes:[],returnType:SW,callable:null},{name:"compareTo",modifiers:4,accessLevel:3,parameterTypes:[DW],returnType:$rt_intcls(),callable:null},{name:"valueOf",modifiers:512,accessLevel:3,parameterTypes:[SW,X],returnType:DW,callable:null},{name:"compareTo",modifiers:96,accessLevel:3,parameterTypes:[E],returnType:$rt_intcls(),callable:null}];BeK.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"setBaseSpellTextureIndex",modifiers:0,accessLevel:3,parameterTypes
:[$rt_intcls()],returnType:$rt_voidcls(),callable:null}];AQF.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[BeM,Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers
:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"<clinit>",modifiers:512,accessLevel:0,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];XN.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),
Bl,BeM],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Bl,BeM],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType
:$rt_voidcls(),callable:null}];BkC.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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
:[ATi,$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}];A0u.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable
:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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}];AH0.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),
$rt_doublecls(),$rt_doublecls(),Dv],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];BCf.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),
$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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}];BkE.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),
$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Bar.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];Btd.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AGH.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[Wy,$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:[ATi,$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}];Bq_.$meta.methods=[{name:"<init>",modifiers:0,accessLevel
:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];BjY.$meta.methods
=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable
:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AV0.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[BeM,Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"<clinit>",modifiers:512,accessLevel:0,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Bue.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType
:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];JX.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[ALG,X,$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers
:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"isEntityEqual",modifiers:0,accessLevel:3,parameterTypes:[C1],returnType:$rt_booleancls(),callable
:768,accessLevel:0,parameterTypes:[],returnType:HB,callable:null},{name:"isInfinite$js_body$_21",modifiers:768,accessLevel:0,parameterTypes:[HB],returnType:HB,callable:null},{name:"isFinite$js_body$_22",modifiers:768,accessLevel:0,parameterTypes:[HB],returnType:HB,callable:null}];AV0.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[BeM,Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes
:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"<clinit>",modifiers:512,accessLevel:0,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AQF.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes
:[BeM,Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"<clinit>",modifiers:512,accessLevel:0,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];BkE.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];BkC.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];BFz.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null}];BFq.$meta.methods=[{name:
"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Wk],returnType:$rt_voidcls(),callable:null},{name:"func_92045_e",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92043_f",modifiers:0,accessLevel:3,parameterTypes:[$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92044_a",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType
:$rt_voidcls(),callable:null},{name:"func_92046_g",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"getBoundingBox",modifiers:0,accessLevel:3,parameterTypes:[],returnType:UL,callable:null},{name:"canBePushed",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null}];Bcg.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),
$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];Btd.$meta.methods=[{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];DW.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[X,$rt_intcls()],returnType:$rt_voidcls(),callable:null},{name:"name",modifiers:4,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"ordinal",modifiers
:4,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"toString",modifiers:0,accessLevel:3,parameterTypes:[],returnType:X,callable:null},{name:"equals",modifiers:4,accessLevel:3,parameterTypes:[E],returnType:$rt_booleancls(),callable:null},{name:"hashCode",modifiers:4,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"clone",modifiers:4,accessLevel:2,parameterTypes:[],returnType:E,callable:null},{name:"getDeclaringClass",modifiers:4,accessLevel:3,parameterTypes
:[],returnType:SW,callable:null},{name:"compareTo",modifiers:4,accessLevel:3,parameterTypes:[DW],returnType:$rt_intcls(),callable:null},{name:"valueOf",modifiers:512,accessLevel:3,parameterTypes:[SW,X],returnType:DW,callable:null},{name:"compareTo",modifiers:96,accessLevel:3,parameterTypes:[E],returnType:$rt_intcls(),callable:null}];BCf.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType
:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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}];AH0.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Dv],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers
:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];A92.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable
:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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}];Bar.$meta.methods
=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];A0E.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),
$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Brt.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:
[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];BeK.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes
:[ATi,$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},{name:"setBaseSpellTextureIndex",modifiers:0,accessLevel:3,parameterTypes:[$rt_intcls()],returnType:$rt_voidcls(),callable:null}];BjY.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),
$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:
"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];XN.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Bl,BeM],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Bl,BeM],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel
:3,parameterTypes:[],returnType:$rt_intcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];A$V.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel
:3,parameterTypes:[Wy,$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:[ATi,$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}];A0u.$meta.methods=[{name:"<init>",modifiers
:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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}];A$n.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),Wk,DP],returnType:$rt_voidcls(),callable:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$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},{name:"func_92037_i",modifiers:0,accessLevel:1,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"func_92034_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType
:$rt_voidcls(),callable:null},{name:"func_92035_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_intcls(),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"func_92038_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_doublecls(),$rt_arraycls($rt_arraycls($rt_doublecls())),$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable
:null},{name:"func_92036_a",modifiers:0,accessLevel:1,parameterTypes:[$rt_arraycls($rt_intcls()),$rt_arraycls($rt_intcls()),$rt_booleancls(),$rt_booleancls()],returnType:$rt_voidcls(),callable:null},{name:"getFXLayer",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_intcls(),callable:null}];A2Q.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:
null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];AGH.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable:null},{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$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:[ATi,$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}];Bq_.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable
:null},{name:"getBrightnessForRender",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_intcls(),callable:null},{name:"getBrightness",modifiers:0,accessLevel:3,parameterTypes:[$rt_floatcls()],returnType:$rt_floatcls(),callable:null},{name:"onUpdate",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_voidcls(),callable:null}];Bue.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:2,parameterTypes:[Wy,$rt_doublecls(),$rt_doublecls(),$rt_doublecls()],returnType:$rt_voidcls(),callable
:null},{name:"renderParticle",modifiers:0,accessLevel:3,parameterTypes:[ATi,$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null}];JX.$meta.methods=[{name:"<init>",modifiers:0,accessLevel:3,parameterTypes:[ALG,X,$rt_floatcls(),$rt_floatcls()],returnType:$rt_voidcls(),callable:null},{name:"entityInit",modifiers:0,accessLevel:2,parameterTypes:[],returnType:$rt_voidcls(),callable:null},{name:"readEntityFromNBT",modifiers:0,accessLevel
:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"writeEntityToNBT",modifiers:0,accessLevel:2,parameterTypes:[DP],returnType:$rt_voidcls(),callable:null},{name:"canBeCollidedWith",modifiers:0,accessLevel:3,parameterTypes:[],returnType:$rt_booleancls(),callable:null},{name:"attackEntityFrom",modifiers:0,accessLevel:3,parameterTypes:[EM,$rt_intcls()],returnType:$rt_booleancls(),callable:null},{name:"isEntityEqual",modifiers:0,accessLevel:3,parameterTypes:[C1],returnType:$rt_booleancls(),callable
:null}];}
function Biz(a){var b,c,d,e,f,g,h,i,j,k,l,m;if(!(a.c8.$meta.primitive?1:0)&&!(a.c8.$meta.item===null?0:1)){if(a.Pl===null){if(!A.XK){A.XK=1;B9p();}b=a.c8.$meta.methods;a.Pl=F(ZW,b.length);c=0;d=0;while(d<b.length){e=b[d];if(Co($rt_str(e.name),B(47))){f=e.parameterTypes;g=F(SW,f.length);h=g.data;i=0;j=h.length;while(i<j){h[i]=Cr(f[i]);i=i+1|0;}h=a.Pl.data;i=c+1|0;f=new ZW;k=$rt_str(e.name);j=e.modifiers;l=e.accessLevel;m=WW(e.callable,"call");f.a9L=a;f.bCE=k;f.V7=j;f.a7o=l;f.Ha=g;f.a_y=m;h[c]=f;c=i;}d=d+1|0;}a.Pl
=Qt(a.Pl,c);}return a.Pl.pP();}return F(ZW,0);}
@ -4169,11 +4169,11 @@ function BHg(a,b,c){var d,e;d=a.o$.eu.data;e=a.oa;b=b*4|0;d[e+b|0]=c<<24>>24;a.o
function AUW(){V0.call(this);}
function CxO(a,b){var c,d;c=a.o$.eu.data;d=a.oa;b=b*4|0;return (c[d+b|0]&255)<<24|(a.o$.eu.data[(a.oa+b|0)+1|0]&255)<<16|(a.o$.eu.data[(a.oa+b|0)+2|0]&255)<<8|a.o$.eu.data[(a.oa+b|0)+3|0]&255;}
function Cke(a,b,c){var d,e;d=a.o$.eu.data;e=a.oa;b=b*4|0;d[e+b|0]=c>>24<<24>>24;a.o$.eu.data[(a.oa+b|0)+1|0]=c>>16<<24>>24;a.o$.eu.data[(a.oa+b|0)+2|0]=c>>8<<24>>24;a.o$.eu.data[(a.oa+b|0)+3|0]=c<<24>>24;}
function ANE(){Mx.call(this);}
function AKp(){Mx.call(this);}
function ASH(){Mx.call(this);this.a6n=null;}
function BCG(a){var b,c,d,e,f,g;if(Long_ne(Long_rem(a.bdN,Long_fromInt(3)),Long_ZERO)){b=new K8;b.f=1;b.e=1;b.bh=B(812);H(b);}c=a.bdN.lo/3|0;a.a6n=$rt_createIntArray(c);d=0;while(d<c){e=a.a6n.data;f=a.pD.data;g=d*3|0;e[d]=(f[g]&255)<<16|(a.pD.data[g+1|0]&255)<<8|a.pD.data[g+2|0]&255;d=d+1|0;}}
function B7P(a,b){return a.a6n.data[b];}
function ANE(){Mx.call(this);}
function AKp(){Mx.call(this);}
function SG(){H$.call(this);this.Mz=0.0;}
A.AHC=0.0;A.AHD=null;A.Lb=function(a){return a.Mz|0;};
function BeQ(b){var c,d,e,f,g,h,i,j,k,l;if(b.A.data.length?0:1){b=new Jb;b.f=1;b.e=1;H(b);}c=0;d=b.A.data.length;while(true){if(BK(b,c)>32){while(BK(b,d-1|0)<=32){d=d+(-1)|0;}e=0;if(BK(b,c)==45){c=c+1|0;e=1;}else if(BK(b,c)==43)c=c+1|0;if(c==d)H(AAK());a:{f=BK(b,c);g=Long_ZERO;h=0;i=0;if(f!=46){i=1;if(f>=48&&f<=57){b:{while(c<d){if(BK(b,c)!=48)break b;c=c+1|0;}}while(c<d){j=BK(b,c);if(j<48)break a;if(j>57)break a;if(Long_toNumber(g)>=1.0E17)h=h+1|0;else g=Long_add(Long_mul(g,Long_fromInt(10)),Long_fromInt(j
@ -14208,6 +14208,15 @@ function B4A(b){var c,d,e,f,g,h,i,j,k,l,m,n,o,p,$$je;c=new AQL;c.p=F(E,10);d=b.b
function A$B(){E.call(this);}
A.A1v=function(){var a=new A$B();CmM(a);return a;};
function CmM(a){return;}
function ARs(){var a=this;E.call(a);a.bFc=null;a.brO=null;a.bpB=null;}
function B4$(a){return a.brO;}
function BPd(a,b){return;}
function BML(a,b){return a.bpB;}
function CgE(a,b){a.bpB=b;}
A.Qg=function(a,b){return;};
function AAJ(){Qg.call(this);}
A.A1w=function(){var a=new AAJ();BME(a);return a;};
function BME(a){a.F4=0;a.g3=0;a.lC=$rt_createFloatArray(16);a.dL=0;a.xD=$rt_createFloatArray(4);}
function AB1(){var a=this;E.call(a);a.a25=Long_ZERO;a.a4I=null;a.a12=0;a.a4E=0;a.a0d=null;a.blM=0;a.a0V=null;}
function BNU(a){return a.a25;}
function Cac(a){return a.a4I;}
@ -14222,40 +14231,17 @@ function Byx(a){var b;b=a.bV;C_(b.p,0,b.g,null);b.g=0;}
function BeG(a){var b,c,d,$$je,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:a.TL=a.TL+1|0;if(!(a.TL%20|0)){b=a.RR;c=new Ts;BT();c.cb=Br();c.b7=0;if(!b.eC){b=b.dX;a:{try{Oj(b.kn);OL(c,Q6(b.kn));NC(IU(b.kn));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Cs){b=$$je;}else{throw $$e;}}if(A.XT===null){d=new Bm;d.P=new Bp;c=new L;Hm(c);c.b=$rt_createCharArray(16);d.C=c;d.ba=$rt_createCharArray(32);d.bf=0;c=new Bn;Bo(c,B(2),F(X,0));d.be=c;A.XT
=d;}EK(b,A.XT);}}}if(a.RR===null)return;b=a.RR;$p=1;case 1:BqW(b);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,$p);}
function Bd$(a,b,c,d){var e,f,g,h;GO(a,0);e=A.ABh;f=a.bQ;e=Bz(e,B(2841));g=a.bk/2|0;h=(a.bD/2|0)-50|0;Ch(f,e,g-(B$(f,e)/2|0)|0,h,16777215,1);h=0;a:{while(h<a.bV.g){e=a.bV;if(h<0)break a;if(h>=e.g)break a;e.p.data[h].kM(a.L,b,c);h=h+1|0;}return;}e=new O;e.f=1;e.e=1;H(e);}
function AAJ(){Qg.call(this);}
A.A1w=function(){var a=new AAJ();BME(a);return a;};
function BME(a){a.F4=0;a.g3=0;a.lC=$rt_createFloatArray(16);a.dL=0;a.xD=$rt_createFloatArray(4);}
function Tw(){var a=this;DC.call(a);a.yG=0;a.yr=null;a.Wj=0;a.KI=0.0;}
A.A1x=null;A.A1y=null;A.A1z=null;A.A1A=function(){var a=new Tw();AX1(a);return a;};
function AX1(a){Dr(a);a.yG=0;a.Wj=0;a.KI=0.5;}
function BDk(a){var b,c,d,e,$$je,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:a.yG=a.yG+1|0;b=(((a.Wj+a.bD|0)+a.bD|0)+24|0)/a.KI;if(a.yG<=b)return;c=a.L.w.hr;d=new Pc;BT();d.cb=Br();d.b7=0;d.Iv=1;if(!c.eC){c=c.dX;a:{try{Oj(c.kn);OL(d,Q6(c.kn));NC(IU(c.kn));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Cs){d=$$je;}else{throw $$e;}}if(A.XT===null){e=new Bm;c=new Bp;Hm(e);e.P=c;c=new L;Id(c,16);e.C=c;e.ba=$rt_createCharArray(32);e.bf
=0;c=new Bn;Bo(c,B(2),F(X,0));e.be=c;A.XT=e;}EK(d,A.XT);}}d=a.L;c=null;$p=1;case 1:A0$(d,c);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,e,$p);}
function Bkz(a,b,c){var d,e,f,$$je,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:if(c!=1)return;d=a.L.w.hr;e=new Pc;BT();e.cb=Br();e.b7=0;e.Iv=1;if(!d.eC){d=d.dX;a:{try{Oj(d.kn);OL(e,Q6(d.kn));NC(IU(d.kn));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Cs){e=$$je;}else{throw $$e;}}if(A.XT===null){f=new Bm;d=new Bp;Hm(f);f.P=d;d=new L;Id(d,16);f.C=d;f.ba=$rt_createCharArray(32);f.bf=0;d=new Bn;Bo(d,B(2),F(X,0));f.be=d;A.XT
=f;}EK(e,A.XT);}}e=a.L;d=null;$p=1;case 1:A0$(e,d);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,e,f,$p);}
function A$c(a){var b,c,d,e,f,g,h,i,j,k,l,$$je;a:{if(a.yr===null){b=new BI;b.p=F(E,10);a.yr=b;try{b=B(44);c=BH(Hl(Hl(Hl(Hl(V(BP(),B(44)),A.AWl),A.AWm),A.AWi),A.AWj));d=CCq(Long_fromInt(8124371));e=ACR(B(2842)).data.length;f=0;while(f<e){HT();b=AFa(b,B(2843),A.XI);while(Ml(b,c)){g=AU6(b,c);h=Kk(b,0,g);i=HK(b,g+Fw(c)|0);b=BH(V(V(Hl(Hl(V(BP(),h),A.AWl),A.AWm),Kk(B(2844),0,Gv(d,4)+3|0)),i));}X$(a.yr,AR4(a.L.fp,b,274));J(a.yr,B(44));f=f+1|0;}j=0;while(j<8){J(a.yr,B(44));j=j+1|0;}j=ACR(B(2845)).data.length;k=0;while
(k<j){HT();b=AFa(AFa(b,B(2843),A.XI),B(2846),B(2847));X$(a.yr,AR4(a.L.fp,b,274));J(a.yr,B(44));k=k+1|0;}a.Wj=CQ(a.yr)*12|0;break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Ef){l=$$je;}else{throw $$e;}}if(A.XT===null){c=new Bm;c.P=new Bp;b=new L;b.b=$rt_createCharArray(16);c.C=b;c.ba=$rt_createCharArray(32);c.bf=0;b=new Bn;Bo(b,B(2),F(X,0));c.be=b;A.XT=c;}EK(l,A.XT);}}}
function BdE(a,b,c,d){var e,f,g,h,i,j,k,l,m,n;Ce();e=A.ABn;Bu(A.A1x);CS(e,98);CF(e,255,255,255,255);f=a.bk;g=0.0-(a.yG+d)*0.5*a.KI;h=a.bD-(a.yG+d)*0.5*a.KI;i=(a.yG+d-0.0)*0.019999999552965164;j=((((a.Wj+a.bD|0)+a.bD|0)+24|0)/a.KI-20.0-(a.yG+d))*0.004999999888241291;if(j>=i)j=i;if(j>1.0)j=1.0;b=j*j*96.0/255.0*255.0|0;CF(e,b,b,b,255);k=a.bD;l=a.e1;m=g*0.015625;e.G=1;e.H=0.0;j=m;e.I=j;P(e,0.0,k,l);l=f;m=a.bD;n=a.e1;k=f*0.015625;e.G=1;i=k;e.H=i;e.I=j;P(e,l,m,n);n=a.e1;k=h*0.015625;e.G=1;e.H=i;i=k;e.I=i;P(e,l,0.0,
n);n=a.e1;e.G=1;e.H=0.0;e.I=i;P(e,0.0,0.0,n);BJ(e);}
function Bdb(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r;BdE(a,b,c,d);Ce();e=A.ABn;f=(a.bk/2|0)-137|0;g=a.bD+50|0;h= -(a.yG+d)*a.KI;BR();i=A.AAJ;i.bI=0.0;i.bH=h;i.bJ=0.0;i=BC();Cn(A.AAJ,i,i);if(A.ZC){if(A.XT===null){j=new Bm;j.P=new Bp;i=new L;i.b=$rt_createCharArray(16);j.C=i;j.ba=$rt_createCharArray(32);j.bf=0;i=new Bn;Bo(i,B(2),F(X,0));j.be=i;A.XT=j;}k=A.XT;i=k.C;G(i,i.a,B(222));l=i.a;Bd(i,l,l+1|0);i.b.data[l]=10;Bv(k);}Bu(A.A1y);A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;CN(a,f,g,0,0,155,44);CN(a,f+155|0,g,0,45,155,
44);CF(e,255,255,255,255);l=g+200|0;m=0;while(m<CQ(a.yr)){if(m==(a.yr.g-1|0)){n=l+h-((a.bD/2|0)-6|0);if(n<0.0)BF(0.0, -n,0.0);}n=l+h;if(n+12.0+8.0>0.0&&n<a.bD){i=CG(a.yr,m);if(Jo(i,B(2848)))Eh(a.bQ,HK(i,3),f+((274-B$(a.bQ,HK(i,3))|0)/2|0)|0,l,16777215);else{TL(a.bQ.beX,Long_add(Long_mul(Long_fromInt(m),new Long(4238972211, 0)),Long_fromInt(a.yG/4|0)));Eh(a.bQ,i,f,l,16777215);}}l=l+12|0;m=m+1|0;}BN();Bu(A.A1z);Be(16);CR(0,45);CS(e,98);CF(e,255,255,255,255);o=a.bk;p=a.bD;q=a.e1;e.G=1;e.H=0.0;e.I=1.0;P(e,0.0,p,
q);r=o;q=a.e1;e.G=1;e.H=1.0;e.I=1.0;P(e,r,p,q);q=a.e1;Qz(e,1.0,0.0);P(e,r,0.0,q);q=a.e1;Qz(e,0.0,0.0);P(e,0.0,0.0,q);BJ(e);Bi(16);NJ(a,b,c,d);}
function A$w(){var b;b=new BG;b.bF=B(2849);b.bB=(-1);J(A.ACQ,b);A.A1x=b;b=new BG;b.bF=B(776);b.bB=(-1);J(A.ACQ,b);A.A1y=b;b=new BG;b.bF=B(990);b.bB=(-1);J(A.ACQ,b);A.A1z=b;}
function Vn(){var a=this;Dc.call(a);a.rV=null;a.KA=0;a.a4y=0;a.bfN=null;}
A.A1x=function(a,b,c){var d=new Vn();Bod(d,a,b,c);return d;};
function Bod(a,b,c,d){var $p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:Fv(a,b,c.k,c.bj.bA+c.cN/2.0,c.l,c.s,c.u,c.t);a.KA=0;a.a4y=0;a.rV=c;a.a4y=3;a.bfN=d;$p=1;case 1:BDY(a);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,$p);}
function Bdc(a,b,c,d,e,f,g,h){return;}
function BDY(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();n=$T.l();m=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:b=0;c=24;while(b<16){d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));e=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));f
=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));g=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;if(e*e+f*f+g*g<=1.0){h=a.rV.k+e*a.rV.bv/4.0;i=a.rV.bj.bA+a.rV.cN/2.0+f*a.rV.cN/4.0;j=a.rV.l+g*a.rV.bv/4.0;d=a.c;k=a.bfN;l=f+0.2;m=0;if(m<d.F.g){n=d.F;if(m>=0&&m<n.g){n=n.p.data[m];$p=1;continue _;}d=new O;d.f=1;d.e=1;H(d);}}b=b+1|0;}a.KA=a.KA+1|0;if(a.KA>=a.a4y)a.bU=1;return;case 1:BF9(n,k,h,i,j,e,l,g);if(D()){break _;}m
=m+1|0;a:while(true){if(m<d.F.g){n=d.F;if(m>=0&&m<n.g){n=n.p.data[m];continue _;}d=new O;d.f=1;d.e=1;H(d);}while(true){b=b+1|0;if(b>=16)break a;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));e=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));f=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),
Long_fromInt(11)),new Long(4294967295, 65535));g=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;if(e*e+f*f+g*g>1.0)continue;else break;}h=a.rV.k+e*a.rV.bv/4.0;i=a.rV.bj.bA+a.rV.cN/2.0+f*a.rV.cN/4.0;j=a.rV.l+g*a.rV.bv/4.0;d=a.c;k=a.bfN;l=f+0.2;m=0;}a.KA=a.KA+1|0;if(a.KA>=a.a4y)a.bU=1;return;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,m,n,$p);}
function B42(a){return 3;}
function OP(){}
A.A1B=null;A.AV_=null;A.A1C=null;A.AF7=null;A.AF6=null;A.A1D=null;function Bt9(){var b,c;A.A1B=B7(16,0.75);b=new P0;b.SO=B(2850);R(A.A1B,B(2850),b);A.AV_=b;c=new P0;c.SO=B(2851);R(A.A1B,B(2851),c);A.A1C=c;c=new P0;c.SO=B(2852);R(A.A1B,B(2852),c);A.AF7=c;c=new P0;c.SO=B(2853);R(A.A1B,B(2853),c);A.AF6=c;c=new APE;c.SO=B(2854);R(A.A1B,B(2854),c);A.A1D=c;}
function AHr(){var a=this;FF.call(a);a.Vv=null;a.a0N=null;a.a7l=null;a.ya=0;a.bch=null;}
A.A1E=null;function BYZ(a,b,c,d){var e=new AHr();Bcn(e,a,b,c,d);return e;}
function Bcn(a,b,c,d,e){Fc(a,A.W9(b,c,d));a.ya=0;a.Vv=c;if(!(e!==null&&e.A.data.length>=1))e=Bz(A.ADm,B(2855));a.bch=e;}
function A6w(a){var b,c,d,e,f,g,h;Ux(a);b=(a.bk-a.fJ|0)/2|0;c=(a.bD-a.fr|0)/2|0;d=a.bV;e=new AAk;f=(b+120|0)+27|0;g=(c+24|0)-1|0;Fu(e,1,f,g,12,19,B(44));e.bbH=1;a.a0N=e;J(d,e);e=a.bV;h=new AAk;Fu(h,2,(b+36|0)-19|0,g,12,19,B(44));h.bbH=0;a.a7l=h;J(e,h);a.a0N.fd=0;a.a7l.fd=0;}
A.Iz=function(a,b,c){Ch(a.bQ,a.bch,(a.fJ/2|0)-(B$(a.bQ,a.bch)/2|0)|0,6,4210752,0);Ch(a.bQ,Bz(A.ADm,B(1056)),8,(a.fr-96|0)+2|0,4210752,0);};
function A2o(a){var b,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:$p=1;case 1:Bqt(a);if(D()){break _;}b=a.Vv.Wt(a.L.w);if(b!==null){a.a0N.fd=a.ya>=(b.g-1|0)?0:1;a.a7l.fd=a.ya<=0?0:1;}return;default:AGu();}}N6().s(a,b,$p);}
function A_h(a,b){var c,d,e,f,$$je;c=0;if(b===a.a0N){a.ya=a.ya+1|0;c=1;}else if(b===a.a7l){a.ya=a.ya-1|0;c=1;}a:{if(c){b=a.hq;c=a.ya;b=b.ET;b.UY=c;PX(b);d=new JZ;d.kk=$rt_createByteArray(32);e=new P_;e.P=d;e.kH=$rt_createByteArray(8);try{E0(e,a.ya);Lh(Yl(a.L),X5(B(2856),IU(d)));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Ef){f=$$je;}else{throw $$e;}}if(A.XT===null){d=new Bm;d.P=new Bp;b=new L;b.b=$rt_createCharArray(16);d.C=b;d.ba=$rt_createCharArray(32);d.bf=0;b=new Bn;Bo(b,B(2),F(X,0));d.be=b;A.XT
=d;}EK(f,A.XT);}}}
function Bs6(a,b,c,d){var e,f,g;Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;Bu(A.A1E);CN(a,(a.bk-a.fJ|0)/2|0,(a.bD-a.fr|0)/2|0,0,0,a.fJ,a.fr);e=a.Vv.Wt(a.L.w);if(e!==null&&!(e.g?0:1)){f=a.ya;if(f>=0&&f<e.g){g=e.p.data[f];if(g.xT<g.tP?0:1){Bu(A.A1E);A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;Bi(13);CN(a,a.jh+83|0,a.jS+21|0,212,0,28,21);CN(a,a.jh+83|0,a.jS+51|0,212,0,28,21);}}else{e=new O;e.f=1;e.e=1;H(e);}}}
function Bt7(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();n=$T.l();m=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:$p=1;case 1:Boo(a,b,c,d);if(D()){break _;}e=a.Vv.Wt(a.L.w);if(e!==null&&!(e.g?0:1)){f=(a.bk-a.fJ|0)/2|0;g=(a.bD-a.fr|0)/2|0;h=a.ya;if(h>=0&&h<e.g){i=e.p.data[h];BR();j=i.qg;k=i.kf;l=i.BL;Rc();Bi(13);Be(41);Be(15);Be(13);A.AKm.jx=100.0;i=A.AKm;e=a.bQ;m=a.L.dt;h=f+36
|0;n=g+24|0;$p=2;continue _;}i=new O;i.f=1;i.e=1;H(i);}return;case 2:BhE(i,e,m,j,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,j,h,n,null);if(k===null){i=A.AKm;m=a.bQ;e=a.L.dt;h=f+120|0;$p=3;continue _;}i=A.AKm;e=a.bQ;m=a.L.dt;h=f+62|0;$p=4;continue _;case 3:BhE(i,m,e,l,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,l,h,n,null);A.AKm.jx=0.0;Bi(13);if(Qx(a,36,24,16,16,b,c))Qi(a,j,b,c);else if(k!==null&&Qx(a,62,24,16,16,b,c))Qi(a,k,b,c);else if(Qx(a,120,24,16,16,b,c))Qi(a,l,b,c);BN();Be(13);Be(4);Be(13);Be(15);Kq();return;case 4:BhE(i,
e,m,k,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,k,h,n,null);i=A.AKm;m=a.bQ;e=a.L.dt;h=f+120|0;$p=3;continue _;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,m,n,$p);}
function BwF(a){return a.Vv;}
function BCk(){var b;b=new BG;b.bF=B(2857);b.bB=(-1);J(A.ACQ,b);A.A1E=b;}
A.A1y=null;A.AV_=null;A.A1z=null;A.AF7=null;A.AF6=null;A.A1A=null;function Bt9(){var b,c;A.A1y=B7(16,0.75);b=new P0;b.SO=B(2842);R(A.A1y,B(2842),b);A.AV_=b;c=new P0;c.SO=B(2843);R(A.A1y,B(2843),c);A.A1z=c;c=new P0;c.SO=B(2844);R(A.A1y,B(2844),c);A.AF7=c;c=new P0;c.SO=B(2845);R(A.A1y,B(2845),c);A.AF6=c;c=new APE;c.SO=B(2846);R(A.A1y,B(2846),c);A.A1A=c;}
function BzC(){var a=this;Dc.call(a);a.PU=null;a.AK=null;a.Uz=0;a.a0g=0;a.bnA=0.0;}
function AFY(a,b,c,d){var e=new BzC();BUA(e,a,b,c,d);return e;}
function BUA(a,b,c,d,e){Fv(a,b,c.k,c.n,c.l,c.s,c.u,c.t);a.Uz=0;a.a0g=0;a.PU=c;a.AK=d;a.a0g=3;a.bnA=e;}
@ -14264,21 +14250,35 @@ j+n*q;o=k+(m-k)*q;q=l+(p-l)*q;n=o+a.dE/2.0;a:{s=Ke(a,c);t=s%65536|0;u=s/65536|0;
=p;d=a.PU.J;$p=1;case 1:BEM(b,v,n,m,p,d,c);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,$p);}
function A0a(a){a.Uz=a.Uz+1|0;if(a.Uz==a.a0g)a.bU=1;}
function BKL(a){return 3;}
function Vn(){var a=this;Dc.call(a);a.rV=null;a.KA=0;a.a4y=0;a.bfN=null;}
A.A1F=function(a,b,c){var d=new Vn();Bod(d,a,b,c);return d;};
function Bod(a,b,c,d){var $p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:Fv(a,b,c.k,c.bj.bA+c.cN/2.0,c.l,c.s,c.u,c.t);a.KA=0;a.a4y=0;a.rV=c;a.a4y=3;a.bfN=d;$p=1;case 1:BDY(a);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,$p);}
function Bdc(a,b,c,d,e,f,g,h){return;}
function BDY(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();n=$T.l();m=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:b=0;c=24;while(b<16){d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));e=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));f
=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));g=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;if(e*e+f*f+g*g<=1.0){h=a.rV.k+e*a.rV.bv/4.0;i=a.rV.bj.bA+a.rV.cN/2.0+f*a.rV.cN/4.0;j=a.rV.l+g*a.rV.bv/4.0;d=a.c;k=a.bfN;l=f+0.2;m=0;if(m<d.F.g){n=d.F;if(m>=0&&m<n.g){n=n.p.data[m];$p=1;continue _;}d=new O;d.f=1;d.e=1;H(d);}}b=b+1|0;}a.KA=a.KA+1|0;if(a.KA>=a.a4y)a.bU=1;return;case 1:BF9(n,k,h,i,j,e,l,g);if(D()){break _;}m
=m+1|0;a:while(true){if(m<d.F.g){n=d.F;if(m>=0&&m<n.g){n=n.p.data[m];continue _;}d=new O;d.f=1;d.e=1;H(d);}while(true){b=b+1|0;if(b>=16)break a;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));e=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),Long_fromInt(11)),new Long(4294967295, 65535));f=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;d=a.m;d.h=Long_and(Long_add(Long_mul(d.h,new Long(3740067437, 5)),
Long_fromInt(11)),new Long(4294967295, 65535));g=Long_shru(d.h,c).lo/1.6777216E7*2.0-1.0;if(e*e+f*f+g*g>1.0)continue;else break;}h=a.rV.k+e*a.rV.bv/4.0;i=a.rV.bj.bA+a.rV.cN/2.0+f*a.rV.cN/4.0;j=a.rV.l+g*a.rV.bv/4.0;d=a.c;k=a.bfN;l=f+0.2;m=0;}a.KA=a.KA+1|0;if(a.KA>=a.a4y)a.bU=1;return;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,m,n,$p);}
function B42(a){return 3;}
function ARs(){var a=this;E.call(a);a.bFc=null;a.brO=null;a.bpB=null;}
function B4$(a){return a.brO;}
function BPd(a,b){return;}
function BML(a,b){return a.bpB;}
function CgE(a,b){a.bpB=b;}
A.Qg=function(a,b){return;};
function Tw(){var a=this;DC.call(a);a.yG=0;a.yr=null;a.Wj=0;a.KI=0.0;}
A.A1B=null;A.A1C=null;A.A1D=null;A.A1E=function(){var a=new Tw();AX1(a);return a;};
function AX1(a){Dr(a);a.yG=0;a.Wj=0;a.KI=0.5;}
function BDk(a){var b,c,d,e,$$je,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:a.yG=a.yG+1|0;b=(((a.Wj+a.bD|0)+a.bD|0)+24|0)/a.KI;if(a.yG<=b)return;c=a.L.w.hr;d=new Pc;BT();d.cb=Br();d.b7=0;d.Iv=1;if(!c.eC){c=c.dX;a:{try{Oj(c.kn);OL(d,Q6(c.kn));NC(IU(c.kn));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Cs){d=$$je;}else{throw $$e;}}if(A.XT===null){e=new Bm;c=new Bp;Hm(e);e.P=c;c=new L;Id(c,16);e.C=c;e.ba=$rt_createCharArray(32);e.bf
=0;c=new Bn;Bo(c,B(2),F(X,0));e.be=c;A.XT=e;}EK(d,A.XT);}}d=a.L;c=null;$p=1;case 1:A0$(d,c);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,e,$p);}
function Bkz(a,b,c){var d,e,f,$$je,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:if(c!=1)return;d=a.L.w.hr;e=new Pc;BT();e.cb=Br();e.b7=0;e.Iv=1;if(!d.eC){d=d.dX;a:{try{Oj(d.kn);OL(e,Q6(d.kn));NC(IU(d.kn));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Cs){e=$$je;}else{throw $$e;}}if(A.XT===null){f=new Bm;d=new Bp;Hm(f);f.P=d;d=new L;Id(d,16);f.C=d;f.ba=$rt_createCharArray(32);f.bf=0;d=new Bn;Bo(d,B(2),F(X,0));f.be=d;A.XT
=f;}EK(e,A.XT);}}e=a.L;d=null;$p=1;case 1:A0$(e,d);if(D()){break _;}return;default:AGu();}}N6().s(a,b,c,d,e,f,$p);}
function A$c(a){var b,c,d,e,f,g,h,i,j,k,l,$$je;a:{if(a.yr===null){b=new BI;b.p=F(E,10);a.yr=b;try{b=B(44);c=BH(Hl(Hl(Hl(Hl(V(BP(),B(44)),A.AWl),A.AWm),A.AWi),A.AWj));d=CCq(Long_fromInt(8124371));e=ACR(B(2847)).data.length;f=0;while(f<e){HT();b=AFa(b,B(2848),A.XI);while(Ml(b,c)){g=AU6(b,c);h=Kk(b,0,g);i=HK(b,g+Fw(c)|0);b=BH(V(V(Hl(Hl(V(BP(),h),A.AWl),A.AWm),Kk(B(2849),0,Gv(d,4)+3|0)),i));}X$(a.yr,AR4(a.L.fp,b,274));J(a.yr,B(44));f=f+1|0;}j=0;while(j<8){J(a.yr,B(44));j=j+1|0;}j=ACR(B(2850)).data.length;k=0;while
(k<j){HT();b=AFa(AFa(b,B(2848),A.XI),B(2851),B(2852));X$(a.yr,AR4(a.L.fp,b,274));J(a.yr,B(44));k=k+1|0;}a.Wj=CQ(a.yr)*12|0;break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Ef){l=$$je;}else{throw $$e;}}if(A.XT===null){c=new Bm;c.P=new Bp;b=new L;b.b=$rt_createCharArray(16);c.C=b;c.ba=$rt_createCharArray(32);c.bf=0;b=new Bn;Bo(b,B(2),F(X,0));c.be=b;A.XT=c;}EK(l,A.XT);}}}
function BdE(a,b,c,d){var e,f,g,h,i,j,k,l,m,n;Ce();e=A.ABn;Bu(A.A1B);CS(e,98);CF(e,255,255,255,255);f=a.bk;g=0.0-(a.yG+d)*0.5*a.KI;h=a.bD-(a.yG+d)*0.5*a.KI;i=(a.yG+d-0.0)*0.019999999552965164;j=((((a.Wj+a.bD|0)+a.bD|0)+24|0)/a.KI-20.0-(a.yG+d))*0.004999999888241291;if(j>=i)j=i;if(j>1.0)j=1.0;b=j*j*96.0/255.0*255.0|0;CF(e,b,b,b,255);k=a.bD;l=a.e1;m=g*0.015625;e.G=1;e.H=0.0;j=m;e.I=j;P(e,0.0,k,l);l=f;m=a.bD;n=a.e1;k=f*0.015625;e.G=1;i=k;e.H=i;e.I=j;P(e,l,m,n);n=a.e1;k=h*0.015625;e.G=1;e.H=i;i=k;e.I=i;P(e,l,0.0,
n);n=a.e1;e.G=1;e.H=0.0;e.I=i;P(e,0.0,0.0,n);BJ(e);}
function Bdb(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r;BdE(a,b,c,d);Ce();e=A.ABn;f=(a.bk/2|0)-137|0;g=a.bD+50|0;h= -(a.yG+d)*a.KI;BR();i=A.AAJ;i.bI=0.0;i.bH=h;i.bJ=0.0;i=BC();Cn(A.AAJ,i,i);if(A.ZC){if(A.XT===null){j=new Bm;j.P=new Bp;i=new L;i.b=$rt_createCharArray(16);j.C=i;j.ba=$rt_createCharArray(32);j.bf=0;i=new Bn;Bo(i,B(2),F(X,0));j.be=i;A.XT=j;}k=A.XT;i=k.C;G(i,i.a,B(222));l=i.a;Bd(i,l,l+1|0);i.b.data[l]=10;Bv(k);}Bu(A.A1C);A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;CN(a,f,g,0,0,155,44);CN(a,f+155|0,g,0,45,155,
44);CF(e,255,255,255,255);l=g+200|0;m=0;while(m<CQ(a.yr)){if(m==(a.yr.g-1|0)){n=l+h-((a.bD/2|0)-6|0);if(n<0.0)BF(0.0, -n,0.0);}n=l+h;if(n+12.0+8.0>0.0&&n<a.bD){i=CG(a.yr,m);if(Jo(i,B(2853)))Eh(a.bQ,HK(i,3),f+((274-B$(a.bQ,HK(i,3))|0)/2|0)|0,l,16777215);else{TL(a.bQ.beX,Long_add(Long_mul(Long_fromInt(m),new Long(4238972211, 0)),Long_fromInt(a.yG/4|0)));Eh(a.bQ,i,f,l,16777215);}}l=l+12|0;m=m+1|0;}BN();Bu(A.A1D);Be(16);CR(0,45);CS(e,98);CF(e,255,255,255,255);o=a.bk;p=a.bD;q=a.e1;e.G=1;e.H=0.0;e.I=1.0;P(e,0.0,p,
q);r=o;q=a.e1;e.G=1;e.H=1.0;e.I=1.0;P(e,r,p,q);q=a.e1;Qz(e,1.0,0.0);P(e,r,0.0,q);q=a.e1;Qz(e,0.0,0.0);P(e,0.0,0.0,q);BJ(e);Bi(16);NJ(a,b,c,d);}
function A$w(){var b;b=new BG;b.bF=B(2854);b.bB=(-1);J(A.ACQ,b);A.A1B=b;b=new BG;b.bF=B(776);b.bB=(-1);J(A.ACQ,b);A.A1C=b;b=new BG;b.bF=B(990);b.bB=(-1);J(A.ACQ,b);A.A1D=b;}
function AHr(){var a=this;FF.call(a);a.Vv=null;a.a0N=null;a.a7l=null;a.ya=0;a.bch=null;}
A.A1F=null;function BYZ(a,b,c,d){var e=new AHr();Bcn(e,a,b,c,d);return e;}
function Bcn(a,b,c,d,e){Fc(a,A.W9(b,c,d));a.ya=0;a.Vv=c;if(!(e!==null&&e.A.data.length>=1))e=Bz(A.ADm,B(2855));a.bch=e;}
function A6w(a){var b,c,d,e,f,g,h;Ux(a);b=(a.bk-a.fJ|0)/2|0;c=(a.bD-a.fr|0)/2|0;d=a.bV;e=new AAk;f=(b+120|0)+27|0;g=(c+24|0)-1|0;Fu(e,1,f,g,12,19,B(44));e.bbH=1;a.a0N=e;J(d,e);e=a.bV;h=new AAk;Fu(h,2,(b+36|0)-19|0,g,12,19,B(44));h.bbH=0;a.a7l=h;J(e,h);a.a0N.fd=0;a.a7l.fd=0;}
A.Iz=function(a,b,c){Ch(a.bQ,a.bch,(a.fJ/2|0)-(B$(a.bQ,a.bch)/2|0)|0,6,4210752,0);Ch(a.bQ,Bz(A.ADm,B(1056)),8,(a.fr-96|0)+2|0,4210752,0);};
function A2o(a){var b,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:$p=1;case 1:Bqt(a);if(D()){break _;}b=a.Vv.Wt(a.L.w);if(b!==null){a.a0N.fd=a.ya>=(b.g-1|0)?0:1;a.a7l.fd=a.ya<=0?0:1;}return;default:AGu();}}N6().s(a,b,$p);}
function A_h(a,b){var c,d,e,f,$$je;c=0;if(b===a.a0N){a.ya=a.ya+1|0;c=1;}else if(b===a.a7l){a.ya=a.ya-1|0;c=1;}a:{if(c){b=a.hq;c=a.ya;b=b.ET;b.UY=c;PX(b);d=new JZ;d.kk=$rt_createByteArray(32);e=new P_;e.P=d;e.kH=$rt_createByteArray(8);try{E0(e,a.ya);Lh(Yl(a.L),X5(B(2856),IU(d)));break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Ef){f=$$je;}else{throw $$e;}}if(A.XT===null){d=new Bm;d.P=new Bp;b=new L;b.b=$rt_createCharArray(16);d.C=b;d.ba=$rt_createCharArray(32);d.bf=0;b=new Bn;Bo(b,B(2),F(X,0));d.be=b;A.XT
=d;}EK(f,A.XT);}}}
function Bs6(a,b,c,d){var e,f,g;Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;Bu(A.A1F);CN(a,(a.bk-a.fJ|0)/2|0,(a.bD-a.fr|0)/2|0,0,0,a.fJ,a.fr);e=a.Vv.Wt(a.L.w);if(e!==null&&!(e.g?0:1)){f=a.ya;if(f>=0&&f<e.g){g=e.p.data[f];if(g.xT<g.tP?0:1){Bu(A.A1F);A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;Bi(13);CN(a,a.jh+83|0,a.jS+21|0,212,0,28,21);CN(a,a.jh+83|0,a.jS+51|0,212,0,28,21);}}else{e=new O;e.f=1;e.e=1;H(e);}}}
function Bt7(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();n=$T.l();m=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:$p=1;case 1:Boo(a,b,c,d);if(D()){break _;}e=a.Vv.Wt(a.L.w);if(e!==null&&!(e.g?0:1)){f=(a.bk-a.fJ|0)/2|0;g=(a.bD-a.fr|0)/2|0;h=a.ya;if(h>=0&&h<e.g){i=e.p.data[h];BR();j=i.qg;k=i.kf;l=i.BL;Rc();Bi(13);Be(41);Be(15);Be(13);A.AKm.jx=100.0;i=A.AKm;e=a.bQ;m=a.L.dt;h=f+36
|0;n=g+24|0;$p=2;continue _;}i=new O;i.f=1;i.e=1;H(i);}return;case 2:BhE(i,e,m,j,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,j,h,n,null);if(k===null){i=A.AKm;m=a.bQ;e=a.L.dt;h=f+120|0;$p=3;continue _;}i=A.AKm;e=a.bQ;m=a.L.dt;h=f+62|0;$p=4;continue _;case 3:BhE(i,m,e,l,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,l,h,n,null);A.AKm.jx=0.0;Bi(13);if(Qx(a,36,24,16,16,b,c))Qi(a,j,b,c);else if(k!==null&&Qx(a,62,24,16,16,b,c))Qi(a,k,b,c);else if(Qx(a,120,24,16,16,b,c))Qi(a,l,b,c);BN();Be(13);Be(4);Be(13);Be(15);Kq();return;case 4:BhE(i,
e,m,k,h,n);if(D()){break _;}Or(A.AKm,a.bQ,a.L.dt,k,h,n,null);i=A.AKm;m=a.bQ;e=a.L.dt;h=f+120|0;$p=3;continue _;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,m,n,$p);}
function BwF(a){return a.Vv;}
function BCk(){var b;b=new BG;b.bF=B(2857);b.bB=(-1);J(A.ACQ,b);A.A1F=b;}
function M0(){var a=this;E.call(a);a.bBR=null;a.bkI=0;a.bIl=0;a.bGg=0.0;}
function N0(a,b){var $$je;a.bBR=b;a.bkI=b!==null&&Co(OE(b),B(2727))?1:0;a:{try{a.bIl=Lv(b);break a;}catch($$e){$$je=Bx($$e);if($$je instanceof Jb){}else{throw $$e;}}}b:{try{a.bGg=BeQ(b);break b;}catch($$e){$$je=Bx($$e);if($$je instanceof Jb){}else{throw $$e;}}}}
function B32(a){return a.bkI;}
@ -14293,6 +14293,18 @@ function PX(a){var b,c,d,e,f,g,h,i;a.Uj=null;b=a.jQ.data[0];c=a.jQ.data[1];if(b=
=0;if(d.Y!==null)b.Y=DV(d.Y);OC(a,2,b);}else OC(a,2,null);}}}}
function Ccv(a){return a.Uj;}
A.OG=function(a,b){a.UY=b;PX(a);};
function Bs2(){var a=this;Fk.call(a);a.N1=null;a.QM=null;a.brH=0;a.bku=null;}
A.SD=function(a,b,c){var d=new Bs2();CcZ(d,a,b,c);return d;};
function CcZ(a,b,c,d){var e,f,g,h,i,j;Ju(a);e=new YR;e.ev=F(Z,4);e.DC=a;e.Ct=2;a.N1=e;e=new WB;e.s5=F(Z,1);a.QM=e;a.brH=0;a.brH=c;a.bku=d;d=new AFC;e=b.oL;f=a.N1;d.dw=a.QM;d.ez=0;d.eO=144;d.eD=36;d.re=e;d.HP=f;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);g=0;while(g<2){h=0;while(h<2){d=new Di;e=a.N1;c=h+(g*2|0)|0;i=88+(h*18|0)|0;j=26+(g*18|0)|0;d.dw=e;d.ez=c;d.eO=i;d.eD=j;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);h=h+1|0;}g=g+1|0;}g=0;while(g<4){d=new AKe;h=((b.c_.data.length+4|0)-1|0)-g|0;c=8+(g*18|0)|0;d.dw=b;d.ez=h;d.eO=
8;d.eD=c;d.bAO=a;d.a6d=g;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);g=g+1|0;}c=0;while(c<3){h=0;while(h<9){d=new Di;g=h+((c+1|0)*9|0)|0;i=8+(h*18|0)|0;j=84+(c*18|0)|0;d.dw=b;d.ez=g;d.eO=i;d.eD=j;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);h=h+1|0;}c=c+1|0;}c=0;while(c<9){d=new Di;g=8+(c*18|0)|0;d.dw=b;d.ez=c;d.eO=g;d.eD=142;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);c=c+1|0;}b=a.QM;WT();d=Wb(A.AK8,a.N1,a.bku.c);b.s5.data[0]=d;}
A.Ew=function(a,b){var c;b=a.QM;WT();c=Wb(A.AK8,a.N1,a.bku.c);b.s5.data[0]=c;};
function AOa(a,b){var c,d,e;c=b.Z;if(c.gJ!==null){FP(b,c.gJ,0);c.gJ=null;}d=0;while(d<4){c=a.N1;if(c.ev.data[d]===null)e=null;else{e=c.ev.data[d];c.ev.data[d]=null;}if(e!==null)FP(b,e,0);d=d+1|0;}c=a.QM;b=null;c.s5.data[0]=b;}
function B61(a,b){return 1;}
function Bzx(a,b,c){var d,e,f,g,h,i,j,k,l,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:d=null;e=a.bG;if(c>=0&&c<e.g){f=e.p.data[c];if(f!==null&&f.ge()){g=f.el();d=new Z;h=g.o;i=g.d;j=g.i;d.d=0;d.V=null;d.o=h;d.d=i;d.i=j;if(d.i<0)d.i=0;if(g.Y!==null)d.Y=DV(g.Y);if(!c){c=9;k=45;h=1;$p=1;continue _;}if(c>=1&&c<5){c=9;k=45;h=0;$p=2;continue _;}if(c>=5&&c<9){c=9;k=45;h=0;$p=3;continue _;}a:
{T();if(A.ABC.data[d.o] instanceof EZ){l=a.bG;h=5+A.ABC.data[d.o].xz|0;if(h>=0&&h<l.g){if(l.p.data[h].ge())break a;k=5+A.ABC.data[d.o].xz|0;c=k+1|0;h=0;$p=10;continue _;}b=new O;b.f=1;b.e=1;H(b);}}if(c>=9&&c<36){c=36;k=45;h=0;$p=7;continue _;}if(c>=36&&c<45){c=9;k=36;h=0;$p=9;continue _;}c=9;k=45;h=0;$p=6;continue _;}return d;}b=new O;b.f=1;b.e=1;H(b);case 1:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;OX(f,g,d);if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 2:$z=Bdm(a,g,c,k,h);if(D()){break _;}c
=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 3:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 4:f.bAS();if(D()){break _;}if(g.d==d.d)return null;$p=8;continue _;case 5:f.bEJ(e);if(D()){break _;}if(g.d==d.d)return null;$p=8;continue _;case 6:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 7:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d)
{$p=4;continue _;}e=null;$p=5;continue _;case 8:f.Op(b,g);if(D()){break _;}return d;case 9:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 10:$z=Bdm(a,g,k,c,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,$p);}
A.Fv=function(a,b,c){return c.dw===a.QM?0:1;};
function AUU(){Qg.call(this);}
A.A1G=function(){var a=new AUU();Cri(a);return a;};
function Cri(a){a.F4=0;a.g3=0;a.lC=$rt_createFloatArray(16);a.dL=0;a.xD=$rt_createFloatArray(4);}
@ -14318,18 +14330,6 @@ function Cgc(a,b,c){return 1;}
function P0(){E.call(this);this.SO=null;}
function CDc(a){return 0;}
function APE(){P0.call(this);}
function Bs2(){var a=this;Fk.call(a);a.N1=null;a.QM=null;a.brH=0;a.bku=null;}
A.SD=function(a,b,c){var d=new Bs2();CcZ(d,a,b,c);return d;};
function CcZ(a,b,c,d){var e,f,g,h,i,j;Ju(a);e=new YR;e.ev=F(Z,4);e.DC=a;e.Ct=2;a.N1=e;e=new WB;e.s5=F(Z,1);a.QM=e;a.brH=0;a.brH=c;a.bku=d;d=new AFC;e=b.oL;f=a.N1;d.dw=a.QM;d.ez=0;d.eO=144;d.eD=36;d.re=e;d.HP=f;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);g=0;while(g<2){h=0;while(h<2){d=new Di;e=a.N1;c=h+(g*2|0)|0;i=88+(h*18|0)|0;j=26+(g*18|0)|0;d.dw=e;d.ez=c;d.eO=i;d.eD=j;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);h=h+1|0;}g=g+1|0;}g=0;while(g<4){d=new AKe;h=((b.c_.data.length+4|0)-1|0)-g|0;c=8+(g*18|0)|0;d.dw=b;d.ez=h;d.eO=
8;d.eD=c;d.bAO=a;d.a6d=g;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);g=g+1|0;}c=0;while(c<3){h=0;while(h<9){d=new Di;g=h+((c+1|0)*9|0)|0;i=8+(h*18|0)|0;j=84+(c*18|0)|0;d.dw=b;d.ez=g;d.eO=i;d.eD=j;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);h=h+1|0;}c=c+1|0;}c=0;while(c<9){d=new Di;g=8+(c*18|0)|0;d.dw=b;d.ez=c;d.eO=g;d.eD=142;d.ep=a.bG.g;J(a.bG,d);J(a.fs,null);c=c+1|0;}b=a.QM;WT();d=Wb(A.AK8,a.N1,a.bku.c);b.s5.data[0]=d;}
A.Ew=function(a,b){var c;b=a.QM;WT();c=Wb(A.AK8,a.N1,a.bku.c);b.s5.data[0]=c;};
function AOa(a,b){var c,d,e;c=b.Z;if(c.gJ!==null){FP(b,c.gJ,0);c.gJ=null;}d=0;while(d<4){c=a.N1;if(c.ev.data[d]===null)e=null;else{e=c.ev.data[d];c.ev.data[d]=null;}if(e!==null)FP(b,e,0);d=d+1|0;}c=a.QM;b=null;c.s5.data[0]=b;}
function B61(a,b){return 1;}
function Bzx(a,b,c){var d,e,f,g,h,i,j,k,l,$p,$z;$p=0;if(AG9()){var $T=N6();$p=$T.l();l=$T.l();k=$T.l();j=$T.l();i=$T.l();h=$T.l();g=$T.l();f=$T.l();e=$T.l();d=$T.l();c=$T.l();b=$T.l();a=$T.l();}_:while(true){switch($p){case 0:d=null;e=a.bG;if(c>=0&&c<e.g){f=e.p.data[c];if(f!==null&&f.ge()){g=f.el();d=new Z;h=g.o;i=g.d;j=g.i;d.d=0;d.V=null;d.o=h;d.d=i;d.i=j;if(d.i<0)d.i=0;if(g.Y!==null)d.Y=DV(g.Y);if(!c){c=9;k=45;h=1;$p=1;continue _;}if(c>=1&&c<5){c=9;k=45;h=0;$p=2;continue _;}if(c>=5&&c<9){c=9;k=45;h=0;$p=3;continue _;}a:
{T();if(A.ABC.data[d.o] instanceof EZ){l=a.bG;h=5+A.ABC.data[d.o].xz|0;if(h>=0&&h<l.g){if(l.p.data[h].ge())break a;k=5+A.ABC.data[d.o].xz|0;c=k+1|0;h=0;$p=10;continue _;}b=new O;b.f=1;b.e=1;H(b);}}if(c>=9&&c<36){c=36;k=45;h=0;$p=7;continue _;}if(c>=36&&c<45){c=9;k=36;h=0;$p=9;continue _;}c=9;k=45;h=0;$p=6;continue _;}return d;}b=new O;b.f=1;b.e=1;H(b);case 1:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;OX(f,g,d);if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 2:$z=Bdm(a,g,c,k,h);if(D()){break _;}c
=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 3:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 4:f.bAS();if(D()){break _;}if(g.d==d.d)return null;$p=8;continue _;case 5:f.bEJ(e);if(D()){break _;}if(g.d==d.d)return null;$p=8;continue _;case 6:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 7:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d)
{$p=4;continue _;}e=null;$p=5;continue _;case 8:f.Op(b,g);if(D()){break _;}return d;case 9:$z=Bdm(a,g,c,k,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;case 10:$z=Bdm(a,g,k,c,h);if(D()){break _;}c=$z;if(!c)return null;if(g.d){$p=4;continue _;}e=null;$p=5;continue _;default:AGu();}}N6().s(a,b,c,d,e,f,g,h,i,j,k,l,$p);}
A.Fv=function(a,b,c){return c.dw===a.QM?0:1;};
function WB(){E.call(this);this.s5=null;}
A.A1I=function(){var a=new WB();Cii(a);return a;};
function Cii(a){a.s5=F(Z,1);}
@ -15127,18 +15127,18 @@ function BGb(a){var b,c;Bdw();b=new IN;c=Long_fromNumber(performance.now()*10000
function A$T(a){var b,c,d,e;b=Bj(a.RP,2)+3|0;c=B(44);d=0;while(d<b){if(d>0){e=new L;e.b=$rt_createCharArray(16);G(e,e.a,c);G(e,e.a,B(321));c=Q(e.b,0,e.a);}e=new L;e.b=$rt_createCharArray(16);G(e,e.a,c);c=a.a7i.data[Bj(a.RP,a.a7i.data.length)];G(e,e.a,c);c=Q(e.b,0,e.a);d=d+1|0;}return c;}
function Byr(a,b){a.RP.h=b;}
function BVQ(){var b,c,d;b=new AFd;Bdw();c=new IN;d=Long_fromNumber(performance.now()*1000000.0);c.h=Long_fromInt(69);c.nB=0;c.h=d;b.RP=c;b.a7i=G7(Gb(B(321),0),B(2952),0);A.A1Y=b;}
function AAk(){HJ.call(this);this.bbH=0;}
A.A2r=null;A.N7=function(a,b,c,d){var e,f,g;if(a.r0){Bu(A.A2r);Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;e=c>=a.iT&&d>=a.i3&&c<(a.iT+a.iX|0)&&d<(a.i3+a.qt|0)?1:0;f=0;g=176;if(!a.fd)g=g+(a.iX*2|0)|0;else if(e)g=g+a.iX|0;if(!a.bbH)f=f+a.qt|0;CN(a,a.iT,a.i3,g,f,a.iX,a.qt);}};
function Blx(){var b;b=new BG;b.bF=B(2857);b.bB=(-1);J(A.ACQ,b);A.A2r=b;}
function Nv(){var a=this;HJ.call(a);a.a5U=null;a.a6g=0;a.a5W=0;a.JW=0;}
A.A2s=null;function B5d(a,b,c,d){var e;if(a.r0){Bu(A.A2s);Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;a.Jj=c>=a.iT&&d>=a.i3&&c<(a.iT+a.iX|0)&&d<(a.i3+a.qt|0)?1:0;e=0;if(!a.fd)e=e+(a.iX*2|0)|0;else if(a.JW)e=e+(a.iX*1|0)|0;else if(a.Jj)e=e+(a.iX*3|0)|0;CN(a,a.iT,a.i3,e,219,a.iX,a.qt);Bu(a.a5U);CN(a,a.iT+2|0,a.i3+2|0,a.a6g,a.a5W,18,18);}}
A.A2r=null;function B5d(a,b,c,d){var e;if(a.r0){Bu(A.A2r);Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;a.Jj=c>=a.iT&&d>=a.i3&&c<(a.iT+a.iX|0)&&d<(a.i3+a.qt|0)?1:0;e=0;if(!a.fd)e=e+(a.iX*2|0)|0;else if(a.JW)e=e+(a.iX*1|0)|0;else if(a.Jj)e=e+(a.iX*3|0)|0;CN(a,a.iT,a.i3,e,219,a.iX,a.qt);Bu(a.a5U);CN(a,a.iT+2|0,a.i3+2|0,a.a6g,a.a5W,18,18);}}
A.LW=function(a){return a.JW;};
function B3D(a,b){a.JW=b;}
function A_A(){var b;b=new BG;b.bF=B(778);b.bB=(-1);J(A.ACQ,b);A.A2s=b;}
function A_A(){var b;b=new BG;b.bF=B(778);b.bB=(-1);J(A.ACQ,b);A.A2r=b;}
function ALj(){Nv.call(this);this.bzQ=null;}
function Csj(a,b,c){var d,e,f;d=a.bzQ;e=Bz(A.ADm,B(460));f=F(X,1);f.data[0]=e;e=new Jr;e.tK=f;PM(d,e,b,c);}
function ALU(){Nv.call(this);this.bxd=null;}
function B4Q(a,b,c){var d,e,f;d=a.bxd;e=Bz(A.ADm,B(2328));f=F(X,1);f.data[0]=e;e=new Jr;e.tK=f;PM(d,e,b,c);}
function AAk(){HJ.call(this);this.bbH=0;}
A.A2s=null;A.N7=function(a,b,c,d){var e,f,g;if(a.r0){Bu(A.A2s);Bt();A.ZL=1.0;A.ZM=1.0;A.ZN=1.0;A.ZO=1.0;e=c>=a.iT&&d>=a.i3&&c<(a.iT+a.iX|0)&&d<(a.i3+a.qt|0)?1:0;f=0;g=176;if(!a.fd)g=g+(a.iX*2|0)|0;else if(e)g=g+a.iX|0;if(!a.bbH)f=f+a.qt|0;CN(a,a.iT,a.i3,g,f,a.iX,a.qt);}};
function Blx(){var b;b=new BG;b.bF=B(2857);b.bB=(-1);J(A.ACQ,b);A.A2s=b;}
function ANf(){var a=this;Nv.call(a);a.bi1=0;a.bxs=0;a.bpk=null;}
function A9I(a,b,c,d,e,f){var g=new ANf();A.E1(g,a,b,c,d,e,f);return g;}
A.E1=function(a,b,c,d,e,f,g){var h,i,j;h=0+((A.AKr.data[f].qf%8|0)*18|0)|0;i=198+((A.AKr.data[f].qf/8|0)*18|0)|0;Fu(a,c,d,e,22,22,B(44));j=new BG;j.bF=B(1171);j.bB=(-1);J(A.ACQ,j);a.a5U=j;a.a6g=h;a.a5W=i;a.bpk=b;a.bi1=f;a.bxs=g;};
@ -15325,7 +15325,7 @@ function(){return A.J3(this);},"bz0",function(){return Cry(this);},"bud",functio
b);},"iB",function(b,c,d){Bla(this,b,c,d);},"k5",function(){ByG(this);}],AQG,0,E,[],0,3,0,0,ABl,0,ABT,[],1,0,0,0,Ol,0,ABl,[],0,0,0,0]);
$rt_metadata([ABO,0,E,[],1,3,0,0,Kg,0,E,[],0,3,0,0,AIn,0,E,[],0,3,0,0,AOC,0,AIn,[],4,0,0,0,QS,0,E,[Ic],0,3,0,0,BeU,0,E,[],0,3,0,0,JK,0,DW,[],12,3,0,0,AJm,0,IH,[],12,0,0,["a1h",function(b,c,d,e,f){A.Hf(this,b,c,d,e,f);}],AJl,0,IH,[],12,0,0,["a1h",function(b,c,d,e,f){CmK(this,b,c,d,e,f);}],AJk,0,IH,[],12,0,0,["a1h",function(b,c,d,e,f){BYL(this,b,c,d,e,f);}],AJj,0,IH,[],12,0,0,["a1h",function(b,c,d,e,f){BW4(this,b,c,d,e,f);}],FG,"Locale",8,E,[Ic,E8],4,3,0,0,JA,"DecimalFormat$FormatField",14,E,[],3,0,0,0,TU,"DecimalFormat$TextField",
14,E,[JA],0,0,0,["vs",function(b,c){B1j(this,b,c);},"eL",function(b){return B36(this,b);},"e7",function(){return BIR(this);}],Hk,0,DW,[],12,3,0,0,AGC,"Currency",8,E,[E8],4,3,0,["d9",function(){return BG8(this);}],Nu,0,E,[],4,3,0,0,Bx$,0,E,[],4,0,0,0,AEq,0,E,[],4,3,0,0,ADw,0,E,[],1,3,0,0,TM,0,ADw,[Rb,Ic,E8],0,3,0,0,U_,0,TM,[],0,3,0,0,AUi,0,E,[],3,3,0,0,APx,0,E,[AUi],4,0,0,0,KU,0,E,[],3,3,0,0,APw,0,E,[KU],4,0,0,0,XP,0,UV,[],0,0,0,0,V0,0,T_,[],1,0,0,["Bl",function(){return BQx(this);}],AIZ,0,V0,[],0,0,0,["a8D",
function(b){return CoA(this,b);},"VW",function(b,c){BHg(this,b,c);}],AUW,0,V0,[],0,0,0,["a8D",function(b){return CxO(this,b);},"VW",function(b,c){Cke(this,b,c);}],ANE,"IDAT",3,Mx,[],0,3,0,0,AKp,0,Mx,[],0,3,0,0,ASH,0,Mx,[],0,3,0,0,SG,"Double",15,H$,[F6],0,3,0,["a_6",function(){return A.Lb(this);},"d9",function(){return B2l(this);},"e7",function(){return BVl(this);}],AGx,0,E,[],0,3,0,0,AD8,0,E,[],0,3,0,0,AHG,0,E,[],0,3,A.Tg,0,ADz,0,E,[],0,3,0,0,AJy,0,E,[],0,3,0,0,ALC,0,E,[],0,3,0,0,Sh,0,E,[],0,3,0,0,QT,0,E,[],
function(b){return CoA(this,b);},"VW",function(b,c){BHg(this,b,c);}],AUW,0,V0,[],0,0,0,["a8D",function(b){return CxO(this,b);},"VW",function(b,c){Cke(this,b,c);}],ASH,0,Mx,[],0,3,0,0,ANE,"IDAT",3,Mx,[],0,3,0,0,AKp,0,Mx,[],0,3,0,0,SG,"Double",15,H$,[F6],0,3,0,["a_6",function(){return A.Lb(this);},"d9",function(){return B2l(this);},"e7",function(){return BVl(this);}],AGx,0,E,[],0,3,0,0,AD8,0,E,[],0,3,0,0,AHG,0,E,[],0,3,A.Tg,0,ADz,0,E,[],0,3,0,0,AJy,0,E,[],0,3,0,0,ALC,0,E,[],0,3,0,0,Sh,0,E,[],0,3,0,0,QT,0,E,[],
0,3,0,0,EC,0,E,[],0,3,ER,0,ASl,0,E,[],3,3,0,0,AKU,0,E,[ASl],0,3,0,0,AQQ,0,E,[],0,3,0,0,AWu,0,E,[],3,3,0,0,Sa,"RenderGlobal",28,E,[AWu],0,3,0,0,Wk,"EffectRenderer",28,E,[],0,3,0,0,E4,0,E,[],0,3,0,0]);
$rt_metadata([Qv,0,IL,[],0,3,0,0,AUQ,0,E,[],3,3,0,0,AFX,0,E,[AUQ],0,3,0,0,AFN,"StringTranslate",28,E,[],0,3,0,0,Vh,0,DC,[],0,3,0,["ii",function(){Bdq(this);},"lT",function(b,c){Bz1(this,b,c);},"i1",function(b){BdC(this,b);},"iB",function(b,c,d){Be2(this,b,c,d);},"k5",function(){BsR(this);}],AHO,0,E,[],0,0,0,0,ADX,0,E,[],4,0,0,0,F$,0,La,[],0,0,0,["cd",function(){return Cvj(this);},"d5",function(){return A.Dk(this);}],L6,"Long",15,H$,[F6],0,3,0,["d9",function(){return BXw(this);},"e7",function(){return Cid(this);
},"eL",function(b){return Cul(this,b);},"nN",function(b){return A.JJ(this,b);}],JN,0,E,[],0,3,0,0,Nj,0,DC,[],0,3,0,["ii",function(){A_W(this);},"un",function(){Blp(this);},"iB",function(b,c,d){Bug(this,b,c,d);},"i1",function(b){Bi2(this,b);},"k5",function(){BiQ(this);},"lT",function(b,c){A_U(this,b,c);},"vj",function(b,c,d){AWI(this,b,c,d);}],L5,"KeyBinding",28,E,[],0,3,0,0,Pf,"EntityPlayerSP",28,C0,[],0,3,0,["YJ",function(b,c,d){Bh_(this,b,c,d);},"K5",function(){Bnh(this);},"bhZ",function(){return Csw(this);
@ -15644,21 +15644,21 @@ $rt_metadata([AI5,0,T7,[KU],0,0,0,["dU",function(){return CkN(this);}],AVs,0,E,[
$rt_metadata([BrS,0,Do,[],0,3,0,0,EA,"EnumArt",28,DW,[],12,3,0,0,AK4,0,Pb,[],0,0,0,["cj",function(){return B5X(this);},"DB",function(){return CbO(this);}],Uk,0,E,[],0,3,0,0,A$l,0,E,[],0,0,0,0,AJH,0,IO,[],0,0,0,0,Qw,0,Ef,[],0,3,0,0,AFH,"InstantiationException",15,Qw,[],0,3,0,0,WK,"InvalidMarkException",10,Gu,[],0,3,0,0,AFT,0,E,[AGy],0,3,0,0,AJ1,0,E,[],3,3,0,0,ZW,"Constructor",16,AFT,[AJ1],0,3,0,["d9",function(){return BJj(this);}],R3,0,E,[],3,3,0,0,AVR,0,E,[R3],4,0,0,["baC",function(b){return B6O(this,b);}],Ll,
"EnumGameType",28,DW,[],12,3,0,0,Lc,"WorldType",28,E,[],0,3,0,0,AUf,"NoSuchMethodException",15,Qw,[],0,3,0,0,AHa,0,E,[],0,3,0,0,YR,0,E,[H9],0,3,0,["js",function(b){return ZI(this,b);},"nZ",function(b,c){return ARY(this,b,c);},"pK",function(b,c){A9B(this,b,c);},"on",function(){return CbX(this);},"my",function(){A3Y(this);}],AUy,0,Fk,[],0,0,0,0,JX,"EntityDragonPart",28,C1,[],0,3,0,["gO",function(){BJe(this);},"nH",function(){return BOJ(this);},"gH",function(b,c){return BGo(this,b,c);},"bue",function(b){return CB2(this,
b);}],AXR,0,E,[],0,3,0,0,Bu6,0,E,[KU],0,0,0,0,ARo,0,E,[],0,3,0,0,AL5,"EntityLookHelper",28,E,[],0,3,0,0,ANH,"EntityMoveHelper",28,E,[],0,3,0,0,AME,"EntityJumpHelper",28,E,[],0,3,0,0,AMa,0,E,[],0,3,0,0,AM9,"EntitySenses",28,E,[],0,3,0,0,KB,0,RY,[],0,3,0,0,ACt,0,E,[],0,3,0,0,Bhq,"RuntimeObject",25,ACt,[],0,3,0,0,IX,"EnumStatus",28,DW,[],12,3,0,0,AVN,"InventoryEnderChest",28,MB,[],0,3,0,["tg",function(b){return BNq(this,b);},"Ad",function(){A2b(this);},"AO",function(){BBQ(this);}],MZ,"EnumCreatureAttribute",28,
DW,[],12,3,0,0,BgO,"Explosion",28,E,[],0,3,0,0,AA8,"MerchantRecipe",28,E,[],0,3,0,0,AQL,"MerchantRecipeList",28,BI,[],0,3,0,0,A$B,"Packet51MapChunkData",28,E,[],0,3,0,0,AB1,0,E,[],4,3,0,0,ACQ,0,DC,[],0,3,0,["lT",function(b,c){Bzm(this,b,c);},"ii",function(){Byx(this);},"k5",function(){BeG(this);},"iB",function(b,c,d){Bd$(this,b,c,d);}],AAJ,0,Qg,[],0,3,0,0,Tw,0,DC,[],0,3,0,["k5",function(){BDk(this);},"lT",function(b,c){Bkz(this,b,c);},"ii",function(){A$c(this);},"iB",function(b,c,d){Bdb(this,b,c,d);}],OP,0,
E,[],3,3,0,0,AHr,0,FF,[],0,3,0,["ii",function(){A6w(this);},"uW",function(b,c){A.Iz(this,b,c);},"k5",function(){A2o(this);},"i1",function(b){A_h(this,b);},"vA",function(b,c,d){Bs6(this,b,c,d);},"iB",function(b,c,d){Bt7(this,b,c,d);}],BzC,"EntityPickupFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){A0w(this,b,c,d,e,f,g,h);},"eY",function(){A0a(this);},"zu",function(){return BKL(this);}],Vn,"EntityCrit2FX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){Bdc(this,b,c,d,e,f,g,h);},"eY",function(){BDY(this);},"zu",
function(){return B42(this);}],ARs,0,E,[ACL],0,3,0,["brc",function(){return B4$(this);},"bne",function(b){BPd(this,b);},"Wt",function(b){return BML(this,b);},"bu5",function(b){CgE(this,b);},"btc",function(b){A.Qg(this,b);}],M0,"GameRuleValue",28,E,[],0,0,0,0,ADQ,0,E,[H9],0,3,0,["js",function(b){return A.FT(this,b);},"nZ",function(b,c){return A0y(this,b,c);},"pK",function(b,c){OC(this,b,c);},"on",function(){return B4t(this);},"my",function(){A2k(this);}]]);
$rt_metadata([AUU,0,Qg,[],0,3,0,["a8E",function(){ClC(this);},"bbF",function(b,c){return CoN(this,b,c);},"bcF",function(){B2F(this);},"H_",function(){return B6H(this);},"xc",function(b,c){return CnG(this,b,c);},"bjN",function(){return A.Da(this);},"bc3",function(b,c){return CfN(this,b,c);}],APT,0,Qg,[],0,3,0,["a8E",function(){CpT(this);},"xc",function(b,c){return Cpy(this,b,c);},"a9E",function(b,c){return Chn(this,b,c);},"bbF",function(b,c){return Cyy(this,b,c);},"boR",function(){return Cey(this);},"bjN",function()
{return A.Pn(this);},"H_",function(){return CtF(this);},"bfC",function(){return BMe(this);},"bc3",function(b,c){return Cgc(this,b,c);}],P0,"ScoreDummyCriteria",28,E,[OP],0,3,0,0,APE,"ScoreHealthCriteria",28,P0,[],0,3,0,0,Bs2,0,Fk,[],0,3,0,["BA",function(b){A.Ew(this,b);},"xv",function(b){AOa(this,b);},"vQ",function(b){return B61(this,b);},"v0",function(b,c){return Bzx(this,b,c);},"Pm",function(b,c){return A.Fv(this,b,c);}],WB,0,E,[H9],0,3,0,["js",function(b){return A.CW(this,b);},"nZ",function(b,c){return Bne(this,
b,c);},"pK",function(b,c){UO(this,b,c);},"on",function(){return BS1(this);},"my",function(){BAO(this);}],AFC,"SlotCrafting",28,Di,[],0,3,0,["lF",function(b){return BVJ(this,b);},"ZW",function(b){return BqC(this,b);},"a3R",function(b,c){Clg(this,b,c);},"Op",function(b,c){Brq(this,b,c);}],AKe,"SlotArmor",28,Di,[],0,0,0,["nm",function(){return CB0(this);},"lF",function(b){return B0T(this,b);},"a1M",function(){return CoK(this);}],AUr,"PathEntity",28,E,[],0,3,0,0,ASR,"IllegalAccessException",15,Qw,[],0,3,0,0,BaG,
0,E,[],4,3,0,0,BlQ,0,E,[],4,3,0,0,AKu,0,E,[],0,3,WT,0,AIL,0,E,[],3,3,0,0,AKd,0,E,[AIL],0,3,0,0,ARt,0,E,[],0,3,0,0,AOP,0,S6,[],0,3,0,["boX",function(b,c){return BZO(this,b,c);},"bsJ",function(){Chq(this);},"a6x",function(){A.Me(this);},"rk",function(b,c,d){return A.MD(this,b,c,d);},"Ww",function(b,c,d){return B25(this,b,c,d);},"bIs",function(b,c,d,e,f){return A8o(this,b,c,d,e,f);},"cK",function(b,c,d){return BIT(this,b,c,d);},"byt",function(b,c,d,e){return BXt(this,b,c,d,e);},"Qs",function(b,c,d,e){return CtK(this,
b,c,d,e);},"bbx",function(b,c,d,e,f){BRq(this,b,c,d,e,f);},"a4$",function(b,c,d,e){return BYF(this,b,c,d,e);},"SB",function(b){Cdt(this,b);},"AD",function(b){Cq6(this,b);},"Xv",function(b,c){B8Y(this,b,c);},"A0",function(b,c,d){return A.O9(this,b,c,d);},"DP",function(b,c,d){return B6Z(this,b,c,d);},"Pf",function(b,c,d,e){CdB(this,b,c,d,e);},"M6",function(b,c,d){BH$(this,b,c,d);},"bq9",function(){Co9(this);},"bhl",function(){A.F0(this);},"bqC",function(b,c,d,e){Cbd(this,b,c,d,e);},"blc",function(b,c,d,e){CmS(this,
b,c,d,e);},"xp",function(){return Cae(this);},"buS",function(b,c){return A.Ng(this,b,c);}],UX,0,E,[],0,0,0,0,BhO,0,E,[],0,3,0,0,AW2,0,E,[],0,3,0,0,AWW,0,E,[],0,3,0,0,A4u,0,E,[],0,3,0,0,BFN,0,E,[],0,3,0,0,BrH,0,E,[],0,3,0,0,Bsl,0,E,[],0,3,0,0,ST,0,E,[],3,3,0,0,Bu2,"RecipesArmorDyes",28,E,[ST],0,3,0,["Qd",function(b,c){return BSE(this,b,c);},"OG",function(b){return CCE(this,b);},"FE",function(){return CxD(this);}],BCF,"RecipesMapCloning",28,E,[ST],0,3,0,["Qd",function(b,c){return B_t(this,b,c);},"OG",function(b)
{return CeB(this,b);},"FE",function(){return BYE(this);}],Rh,"ShapedRecipes",28,E,[ST],0,3,0,["Qd",function(b,c){return A8D(this,b,c);},"OG",function(b){return Cus(this,b);},"FE",function(){return Cbo(this);}],BdF,"RecipesMapExtending",28,Rh,[],0,3,0,["Qd",function(b,c){return Cir(this,b,c);},"OG",function(b){return CoL(this,b);}],A9A,"RecipeFireworks",28,E,[ST],0,3,0,["Qd",function(b,c){return BSt(this,b,c);},"OG",function(b){return Cb3(this,b);},"FE",function(){return B$H(this);}],Bjl,0,E,[J$],0,0,0,["wv",
function(b,c){return BT6(this,b,c);}],Y5,0,E,[],0,3,0,0,PF,0,FF,[],0,3,0,["uW",function(b,c){BRK(this,b,c);},"vA",function(b,c,d){ByD(this,b,c,d);}],UC,0,FF,[],0,3,0,["uW",function(b,c){Cgg(this,b,c);},"vA",function(b,c,d){BBB(this,b,c,d);}],VM,0,FF,[],0,3,0,["ii",function(){ASa(this);},"k5",function(){A9N(this);},"i1",function(b){A_r(this,b);},"uW",function(b,c){CyY(this,b,c);},"vA",function(b,c,d){Bhm(this,b,c,d);}],Vg,"GuiRepair",28,FF,[AGf],0,3,0,["ii",function(){A6r(this);},"un",function(){A9U(this);},
"uW",function(b,c){A.NS(this,b,c);},"lT",function(b,c){BkP(this,b,c);},"vj",function(b,c,d){BEc(this,b,c,d);},"iB",function(b,c,d){A_J(this,b,c,d);},"vA",function(b,c,d){A0K(this,b,c,d);},"btE",function(b,c){BS2(this,b,c);},"bld",function(b,c,d){PW(this,b,c,d);},"Gh",function(b,c,d){Chm(this,b,c,d);}],Zt,0,FF,[],0,3,0,["uW",function(b,c){BVj(this,b,c);},"vA",function(b,c,d){Bq8(this,b,c,d);}],SA,0,FF,[],0,3,0,["uW",function(b,c){B9L(this,b,c);},"vA",function(b,c,d){BsF(this,b,c,d);}],W8,0,FF,[],0,3,0,["uW",
function(b,c){A.LI(this,b,c);},"vA",function(b,c,d){Bzd(this,b,c,d);}],RI,0,FF,[],0,3,0,["uW",function(b,c){A.Lh(this,b,c);},"k5",function(){Buz(this);},"vj",function(b,c,d){BqF(this,b,c,d);},"vA",function(b,c,d){BGj(this,b,c,d);}],Ye,0,FF,[],0,3,0,["uW",function(b,c){CiP(this,b,c);},"vA",function(b,c,d){Btl(this,b,c,d);}],AVb,"ChunkCoordIntPair",28,E,[],0,3,0,["e7",function(){return BmC(this);},"eL",function(b){return BIZ(this,b);},"d9",function(){return Ccg(this);}],AVc,0,E,[],3,3,0,0,A78,0,E,[AVc],0,3,0,
0,ZN,"ShapelessRecipes",28,E,[ST],0,3,0,["Qd",function(b,c){return BI8(this,b,c);},"OG",function(b){return Cvw(this,b);},"FE",function(){return A.QI(this);}],JL,0,EM,[],0,3,0,["ib",function(){return B4M(this);}],ACe,0,Fk,[],0,3,0,["vQ",function(b){return A.MT(this,b);},"v0",function(b,c){return AZQ(this,b,c);},"xv",function(b){Btr(this,b);}],AZ4,0,Fk,[],0,3,0,["BA",function(b){BPs(this,b);},"xv",function(b){BbB(this,b);},"vQ",function(b){return Ci1(this,b);},"v0",function(b,c){return BAK(this,b,c);},"Pm",function(b,
c){return BNt(this,b,c);}],BFW,0,Fk,[],0,3,0,["HG",function(b){CbQ(this,b);},"FP",function(){B6w(this);},"HD",function(b,c){Csx(this,b,c);},"vQ",function(b){return A.HI(this,b);},"v0",function(b,c){return AZu(this,b,c);}]]);
DW,[],12,3,0,0,BgO,"Explosion",28,E,[],0,3,0,0,AA8,"MerchantRecipe",28,E,[],0,3,0,0,AQL,"MerchantRecipeList",28,BI,[],0,3,0,0,A$B,"Packet51MapChunkData",28,E,[],0,3,0,0,ARs,0,E,[ACL],0,3,0,["brc",function(){return B4$(this);},"bne",function(b){BPd(this,b);},"Wt",function(b){return BML(this,b);},"bu5",function(b){CgE(this,b);},"btc",function(b){A.Qg(this,b);}],AAJ,0,Qg,[],0,3,0,0,AB1,0,E,[],4,3,0,0,ACQ,0,DC,[],0,3,0,["lT",function(b,c){Bzm(this,b,c);},"ii",function(){Byx(this);},"k5",function(){BeG(this);},"iB",
function(b,c,d){Bd$(this,b,c,d);}],Vn,"EntityCrit2FX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){Bdc(this,b,c,d,e,f,g,h);},"eY",function(){BDY(this);},"zu",function(){return B42(this);}],OP,0,E,[],3,3,0,0,BzC,"EntityPickupFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){A0w(this,b,c,d,e,f,g,h);},"eY",function(){A0a(this);},"zu",function(){return BKL(this);}],Tw,0,DC,[],0,3,0,["k5",function(){BDk(this);},"lT",function(b,c){Bkz(this,b,c);},"ii",function(){A$c(this);},"iB",function(b,c,d){Bdb(this,b,c,d);}],AHr,
0,FF,[],0,3,0,["ii",function(){A6w(this);},"uW",function(b,c){A.Iz(this,b,c);},"k5",function(){A2o(this);},"i1",function(b){A_h(this,b);},"vA",function(b,c,d){Bs6(this,b,c,d);},"iB",function(b,c,d){Bt7(this,b,c,d);}],M0,"GameRuleValue",28,E,[],0,0,0,0,ADQ,0,E,[H9],0,3,0,["js",function(b){return A.FT(this,b);},"nZ",function(b,c){return A0y(this,b,c);},"pK",function(b,c){OC(this,b,c);},"on",function(){return B4t(this);},"my",function(){A2k(this);}]]);
$rt_metadata([Bs2,0,Fk,[],0,3,0,["BA",function(b){A.Ew(this,b);},"xv",function(b){AOa(this,b);},"vQ",function(b){return B61(this,b);},"v0",function(b,c){return Bzx(this,b,c);},"Pm",function(b,c){return A.Fv(this,b,c);}],AUU,0,Qg,[],0,3,0,["a8E",function(){ClC(this);},"bbF",function(b,c){return CoN(this,b,c);},"bcF",function(){B2F(this);},"H_",function(){return B6H(this);},"xc",function(b,c){return CnG(this,b,c);},"bjN",function(){return A.Da(this);},"bc3",function(b,c){return CfN(this,b,c);}],APT,0,Qg,[],0,
3,0,["a8E",function(){CpT(this);},"xc",function(b,c){return Cpy(this,b,c);},"a9E",function(b,c){return Chn(this,b,c);},"bbF",function(b,c){return Cyy(this,b,c);},"boR",function(){return Cey(this);},"bjN",function(){return A.Pn(this);},"H_",function(){return CtF(this);},"bfC",function(){return BMe(this);},"bc3",function(b,c){return Cgc(this,b,c);}],P0,"ScoreDummyCriteria",28,E,[OP],0,3,0,0,APE,"ScoreHealthCriteria",28,P0,[],0,3,0,0,WB,0,E,[H9],0,3,0,["js",function(b){return A.CW(this,b);},"nZ",function(b,c){
return Bne(this,b,c);},"pK",function(b,c){UO(this,b,c);},"on",function(){return BS1(this);},"my",function(){BAO(this);}],AFC,"SlotCrafting",28,Di,[],0,3,0,["lF",function(b){return BVJ(this,b);},"ZW",function(b){return BqC(this,b);},"a3R",function(b,c){Clg(this,b,c);},"Op",function(b,c){Brq(this,b,c);}],AKe,"SlotArmor",28,Di,[],0,0,0,["nm",function(){return CB0(this);},"lF",function(b){return B0T(this,b);},"a1M",function(){return CoK(this);}],AUr,"PathEntity",28,E,[],0,3,0,0,ASR,"IllegalAccessException",15,Qw,
[],0,3,0,0,BaG,0,E,[],4,3,0,0,BlQ,0,E,[],4,3,0,0,AKu,0,E,[],0,3,WT,0,AIL,0,E,[],3,3,0,0,AKd,0,E,[AIL],0,3,0,0,ARt,0,E,[],0,3,0,0,AOP,0,S6,[],0,3,0,["boX",function(b,c){return BZO(this,b,c);},"bsJ",function(){Chq(this);},"a6x",function(){A.Me(this);},"rk",function(b,c,d){return A.MD(this,b,c,d);},"Ww",function(b,c,d){return B25(this,b,c,d);},"bIs",function(b,c,d,e,f){return A8o(this,b,c,d,e,f);},"cK",function(b,c,d){return BIT(this,b,c,d);},"byt",function(b,c,d,e){return BXt(this,b,c,d,e);},"Qs",function(b,c,
d,e){return CtK(this,b,c,d,e);},"bbx",function(b,c,d,e,f){BRq(this,b,c,d,e,f);},"a4$",function(b,c,d,e){return BYF(this,b,c,d,e);},"SB",function(b){Cdt(this,b);},"AD",function(b){Cq6(this,b);},"Xv",function(b,c){B8Y(this,b,c);},"A0",function(b,c,d){return A.O9(this,b,c,d);},"DP",function(b,c,d){return B6Z(this,b,c,d);},"Pf",function(b,c,d,e){CdB(this,b,c,d,e);},"M6",function(b,c,d){BH$(this,b,c,d);},"bq9",function(){Co9(this);},"bhl",function(){A.F0(this);},"bqC",function(b,c,d,e){Cbd(this,b,c,d,e);},"blc",
function(b,c,d,e){CmS(this,b,c,d,e);},"xp",function(){return Cae(this);},"buS",function(b,c){return A.Ng(this,b,c);}],UX,0,E,[],0,0,0,0,BhO,0,E,[],0,3,0,0,AW2,0,E,[],0,3,0,0,AWW,0,E,[],0,3,0,0,A4u,0,E,[],0,3,0,0,BFN,0,E,[],0,3,0,0,BrH,0,E,[],0,3,0,0,Bsl,0,E,[],0,3,0,0,ST,0,E,[],3,3,0,0,Bu2,"RecipesArmorDyes",28,E,[ST],0,3,0,["Qd",function(b,c){return BSE(this,b,c);},"OG",function(b){return CCE(this,b);},"FE",function(){return CxD(this);}],BCF,"RecipesMapCloning",28,E,[ST],0,3,0,["Qd",function(b,c){return B_t(this,
b,c);},"OG",function(b){return CeB(this,b);},"FE",function(){return BYE(this);}],Rh,"ShapedRecipes",28,E,[ST],0,3,0,["Qd",function(b,c){return A8D(this,b,c);},"OG",function(b){return Cus(this,b);},"FE",function(){return Cbo(this);}],BdF,"RecipesMapExtending",28,Rh,[],0,3,0,["Qd",function(b,c){return Cir(this,b,c);},"OG",function(b){return CoL(this,b);}],A9A,"RecipeFireworks",28,E,[ST],0,3,0,["Qd",function(b,c){return BSt(this,b,c);},"OG",function(b){return Cb3(this,b);},"FE",function(){return B$H(this);}],Bjl,
0,E,[J$],0,0,0,["wv",function(b,c){return BT6(this,b,c);}],Y5,0,E,[],0,3,0,0,PF,0,FF,[],0,3,0,["uW",function(b,c){BRK(this,b,c);},"vA",function(b,c,d){ByD(this,b,c,d);}],UC,0,FF,[],0,3,0,["uW",function(b,c){Cgg(this,b,c);},"vA",function(b,c,d){BBB(this,b,c,d);}],VM,0,FF,[],0,3,0,["ii",function(){ASa(this);},"k5",function(){A9N(this);},"i1",function(b){A_r(this,b);},"uW",function(b,c){CyY(this,b,c);},"vA",function(b,c,d){Bhm(this,b,c,d);}],Vg,"GuiRepair",28,FF,[AGf],0,3,0,["ii",function(){A6r(this);},"un",function()
{A9U(this);},"uW",function(b,c){A.NS(this,b,c);},"lT",function(b,c){BkP(this,b,c);},"vj",function(b,c,d){BEc(this,b,c,d);},"iB",function(b,c,d){A_J(this,b,c,d);},"vA",function(b,c,d){A0K(this,b,c,d);},"btE",function(b,c){BS2(this,b,c);},"bld",function(b,c,d){PW(this,b,c,d);},"Gh",function(b,c,d){Chm(this,b,c,d);}],Zt,0,FF,[],0,3,0,["uW",function(b,c){BVj(this,b,c);},"vA",function(b,c,d){Bq8(this,b,c,d);}],SA,0,FF,[],0,3,0,["uW",function(b,c){B9L(this,b,c);},"vA",function(b,c,d){BsF(this,b,c,d);}],W8,0,FF,[],
0,3,0,["uW",function(b,c){A.LI(this,b,c);},"vA",function(b,c,d){Bzd(this,b,c,d);}],RI,0,FF,[],0,3,0,["uW",function(b,c){A.Lh(this,b,c);},"k5",function(){Buz(this);},"vj",function(b,c,d){BqF(this,b,c,d);},"vA",function(b,c,d){BGj(this,b,c,d);}],Ye,0,FF,[],0,3,0,["uW",function(b,c){CiP(this,b,c);},"vA",function(b,c,d){Btl(this,b,c,d);}],AVb,"ChunkCoordIntPair",28,E,[],0,3,0,["e7",function(){return BmC(this);},"eL",function(b){return BIZ(this,b);},"d9",function(){return Ccg(this);}],AVc,0,E,[],3,3,0,0,A78,0,E,
[AVc],0,3,0,0,ZN,"ShapelessRecipes",28,E,[ST],0,3,0,["Qd",function(b,c){return BI8(this,b,c);},"OG",function(b){return Cvw(this,b);},"FE",function(){return A.QI(this);}],JL,0,EM,[],0,3,0,["ib",function(){return B4M(this);}],ACe,0,Fk,[],0,3,0,["vQ",function(b){return A.MT(this,b);},"v0",function(b,c){return AZQ(this,b,c);},"xv",function(b){Btr(this,b);}],AZ4,0,Fk,[],0,3,0,["BA",function(b){BPs(this,b);},"xv",function(b){BbB(this,b);},"vQ",function(b){return Ci1(this,b);},"v0",function(b,c){return BAK(this,b,
c);},"Pm",function(b,c){return BNt(this,b,c);}],BFW,0,Fk,[],0,3,0,["HG",function(b){CbQ(this,b);},"FP",function(){B6w(this);},"HD",function(b,c){Csx(this,b,c);},"vQ",function(b){return A.HI(this,b);},"v0",function(b,c){return AZu(this,b,c);}]]);
$rt_metadata([BzJ,0,Fk,[],0,3,0,["HG",function(b){CCs(this,b);},"HD",function(b,c){BNh(this,b,c);},"xv",function(b){BbQ(this,b);},"vQ",function(b){return B5Y(this,b);},"v0",function(b,c){return BfJ(this,b,c);}],BuC,0,Fk,[],0,3,0,["vQ",function(b){return Ca_(this,b);},"v0",function(b,c){return BnQ(this,b,c);}],BDO,0,Fk,[],0,3,0,["vQ",function(b){return CgX(this,b);},"v0",function(b,c){return Bun(this,b,c);},"xv",function(b){BuF(this,b);}],BxO,0,Fk,[],0,3,0,["HG",function(b){B6G(this,b);},"FP",function(){BKw(this);
},"HD",function(b,c){CbL(this,b,c);},"vQ",function(b){return B9t(this,b);},"v0",function(b,c){return But(this,b,c);},"xv",function(b){BCJ(this,b);}],AZN,0,Fk,[],0,3,0,["HG",function(b){B$$(this,b);},"FP",function(){BqA(this);},"HD",function(b,c){BHD(this,b,c);},"vQ",function(b){return CpE(this,b);},"v0",function(b,c){return AZt(this,b,c);}],Bs0,0,Fk,[],0,3,0,["HG",function(b){CmE(this,b);},"FP",function(){APO(this);},"HD",function(b,c){Cx$(this,b,c);},"xv",function(b){AZY(this,b);},"vQ",function(b){return Cqv(this,
b);},"v0",function(b,c){return A$Y(this,b,c);}],BAk,0,Fk,[],0,3,0,["HG",function(b){B1d(this,b);},"FP",function(){Bwu(this);},"HD",function(b,c){B22(this,b,c);},"vQ",function(b){return B7x(this,b);},"v0",function(b,c){return BaV(this,b,c);}],KD,0,JL,[],0,3,0,["bbo",function(){return B1Y(this);},"ib",function(){return BPl(this);}],AVM,"SlotBeacon",28,Di,[],0,0,0,["lF",function(b){return BDa(this,b);},"nm",function(){return CwZ(this);}],AWn,0,MB,[],0,0,0,["my",function(){AYo(this);}],AKs,"SlotRepair",28,Di,[],
@ -15672,11 +15672,11 @@ function(b){return Czn(this,b);},"nm",function(){return Cpx(this);}],AT3,0,MB,[]
}],BFz,"EntitySplashFX",28,AF7,[],0,3,0,0,BCf,"EntityCloudFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){BC8(this,b,c,d,e,f,g,h);},"eY",function(){BgZ(this);}],A92,"EntityReddustFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){AXp(this,b,c,d,e,f,g,h);},"eY",function(){Be$(this);}],XN,"EntityBreakingFX",28,Dc,[],0,3,0,["zu",function(){return Cpn(this);},"kO",function(b,c,d,e,f,g,h){BC9(this,b,c,d,e,f,g,h);}],AH0,"EntityDropParticleFX",28,Dc,[],0,3,0,["lE",function(b){return CkI(this,b);},"eY",function(){A12(this);
}],BkC,"EntitySnowShovelFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){A2r(this,b,c,d,e,f,g,h);},"eY",function(){A0C(this);}],Bar,"EntityHeartFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){A57(this,b,c,d,e,f,g,h);},"eY",function(){A4t(this);}],AQF,"EntityLargeExplodeFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){BC$(this,b,c,d,e,f,g,h);},"lE",function(b){return BNu(this,b);},"eY",function(){BAp(this);},"zu",function(){return Cyf(this);}],BFq,"EntityFireworkSparkFX",28,Dc,[],0,3,0,["a53",function(){return A.O(this);
},"A_",function(){return CgJ(this);},"kO",function(b,c,d,e,f,g,h){Bc$(this,b,c,d,e,f,g,h);},"eY",function(){A8Z(this);},"lE",function(b){return A.DY(this,b);}],A$n,"EntityFireworkStarterFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){Bi_(this,b,c,d,e,f,g,h);},"eY",function(){Blz(this);},"zu",function(){return BLR(this);}],ADA,0,E,[Ic],4,3,0,0]);
$rt_metadata([AFd,0,E,[],0,3,Bdw,0,AAk,"GuiButtonMerchant",28,HJ,[],0,0,0,["kM",function(b,c,d){A.N7(this,b,c,d);}],Nv,0,HJ,[],0,0,0,["kM",function(b,c,d){B5d(this,b,c,d);}],ALj,"GuiBeaconButtonConfirm",28,Nv,[],0,0,0,["a7t",function(b,c){Csj(this,b,c);}],ALU,"GuiBeaconButtonCancel",28,Nv,[],0,0,0,["a7t",function(b,c){B4Q(this,b,c);}],ANf,"GuiBeaconButtonPower",28,Nv,[],0,0,0,["a7t",function(b,c){B71(this,b,c);}],J7,0,E,[],4,0,0,0,AVP,0,E,[R3],4,0,0,["baC",function(b){return CaO(this,b);}],ARH,0,E,[R3],4,0,
$rt_metadata([AFd,0,E,[],0,3,Bdw,0,Nv,0,HJ,[],0,0,0,["kM",function(b,c,d){B5d(this,b,c,d);}],ALj,"GuiBeaconButtonConfirm",28,Nv,[],0,0,0,["a7t",function(b,c){Csj(this,b,c);}],ALU,"GuiBeaconButtonCancel",28,Nv,[],0,0,0,["a7t",function(b,c){B4Q(this,b,c);}],AAk,"GuiButtonMerchant",28,HJ,[],0,0,0,["kM",function(b,c,d){A.N7(this,b,c,d);}],ANf,"GuiBeaconButtonPower",28,Nv,[],0,0,0,["a7t",function(b,c){B71(this,b,c);}],J7,0,E,[],4,0,0,0,AVP,0,E,[R3],4,0,0,["baC",function(b){return CaO(this,b);}],ARH,0,E,[R3],4,0,
0,["baC",function(b){return Co$(this,b);}],Kc,0,E,[],0,0,0,0,AJI,0,DC,[],0,3,0,["k5",function(){BDZ(this);},"ii",function(){BiP(this);},"un",function(){BFD(this);},"i1",function(b){BpT(this,b);},"lT",function(b,c){Bnk(this,b,c);},"iB",function(b,c,d){BwS(this,b,c,d);}],Bue,"EntityFireworkOverlayFX",28,Dc,[],0,3,0,["kO",function(b,c,d,e,f,g,h){ByA(this,b,c,d,e,f,g,h);}],AVL,"CombatEntry",28,E,[],0,3,0,0,BCg,0,E,[],0,3,0,0,Zw,"GuiButtonNextPage",28,HJ,[],0,0,0,["kM",function(b,c,d){B7s(this,b,c,d);}],AIY,0,E,
[],0,3,0,0,I3,"PathPoint",28,E,[],0,3,0,0,AHc,0,IO,[],0,0,0,["cd",function(){return BY9(this);},"d5",function(){return Cf2(this);}],S5,0,E,[],4,0,APo,0,AQI,0,T7,[KU],0,0,0,["dU",function(){return A.F8(this);}],BoW,"MapInfo",28,E,[],0,3,0,0]);
function $rt_array(cls,data){this.iO=null;this.$id$=0;this.type=cls;this.data=data;this.constructor=$rt_arraycls(cls);}$rt_array.prototype=Object.create(($rt_objcls()).prototype);$rt_array.prototype.toString=function(){var str="[";for(var i=0;i<this.data.length;++i){if(i>0){str+=", ";}str+=this.data[i].toString();}str+="]";return str;};$rt_setCloneMethod($rt_array.prototype,function(){var dataCopy;if('slice' in this.data){dataCopy=this.data.slice();}else {dataCopy=new this.data.constructor(this.data.length);for
(var i=0;i<dataCopy.length;++i){dataCopy[i]=this.data[i];}}return new $rt_array(this.type,dataCopy);});$rt_stringPool(["Can\'t enter monitor from another thread synchronously","@","UTF-8"," -------- starting minecraft -------- ","Native Browser Exception\n","----------------------------------\n"," Line: "," Type: "," Message: ","----------------------------------\n\n","Game Crashed! I have fallen and I can\'t get up! Send the following text to cgiacun@gmail.com or LAX1DUDE#6306 on discord or @calderyounggg on instagram\n\n",
(var i=0;i<dataCopy.length;++i){dataCopy[i]=this.data[i];}}return new $rt_array(this.type,dataCopy);});$rt_stringPool(["Can\'t enter monitor from another thread synchronously","@","UTF-8"," -------- starting minecraft -------- ","Native Browser Exception\n","----------------------------------\n"," Line: "," Type: "," Message: ","----------------------------------\n\n","Game Crashed! I have fallen and I can\'t get up! If this has happened more than once then please copy the text on this screen and publish it in the issues feed of this fork\'s GitHub repository.\n\nThe URL to this fork\'s GitHub repository is: https://github.com/LAX1DUDE/eaglercraft\n\n",
"eaglercraft.version = \"","22w04b","\"\n","eaglercraft.minecraft = \"1.5.2\"\n","eaglercraft.brand = \"eagtek\"\n","eaglercraft.username = \"","eaglercraft.channel = \"","window.minecraftOpts"," = ","window.navigator.userAgent","window.navigator.vendor","window.navigator.language","window.navigator.hardwareConcurrency","window.navigator.deviceMemory","window.navigator.platform","window.navigator.product","rootElement.clientWidth = ","rootElement.clientHeight = ","window.innerWidth","window.innerHeight","window.outerWidth",
"window.outerHeight","window.devicePixelRatio","window.screen.availWidth","window.screen.availHeight","window.screen.colorDepth","window.screen.pixelDepth","window.currentContext","window.location.href","window.location.ancestorOrigins","\n----- Begin Minecraft Config -----\n","\n----- End Minecraft Config -----\n\n","window.minecraftServer","","position:relative;","[]","<init>","null",": "," at ","Caused by: ","Index out of bounds","String contains invalid digits: ","String contains digits out of radix ",
"The value is too big for int type: ","String is null or empty","Illegal radix: ","#version 300 es","/","\r\n","\n","[\r\n]","overflow-x:hidden;overflow-y:hidden;","WebGL 2.0 is not supported in your browser (",")","win","mousedown","wheel","keyup","_eaglercraft.","NONE","ESCAPE","1","2","3","4","5","6","7","8","9","0","MINUS","EQUALS","BACK","TAB","Q","W","E","R","T","Y","U","I","O","P","LBRACKET","RBRACKET","RETURN","LCONTROL","A","S","D","F","G","H","J","K","L","SEMICOLON","APOSTROPHE","GRAVE","LSHIFT","BACKSLASH",
@ -15794,7 +15794,7 @@ function $rt_array(cls,data){this.iO=null;this.$id$=0;this.type=cls;this.data=da
"he_IL","selectServer.hiddenAddress","Server out of date!","Client out of date!","(no connection)","3rd party","addServer.enterIp","https","addServer.SSLWarn1","addServer.SSLWarn2","addServer.add","addServer.hideAddress","addServer.title","addServer.enterName","frame-","icon-","--#+ 0,(<","Illegal format flags "," for conversion ","Unknown format conversion: ","false","true","Illegal precision: ","Can\'t format argument of "," using "," conversion","Can\'t convert code point "," to char","0x","Illegal format flags: ",
"+ ","0-","Missing format with for specifier ","Duplicate format flags: ","ws://","wss://","://","invalid uri websocket protocol","connect.failed","wss","invalid port number","could not connect to ","EAG|MySkin","connect.connecting","connect.authorizing","container.furnace","BurnTime","CookTime","RecordItem","Record","container.dispenser","container.dropper","container.brewing","BrewTime","Command","SuccessCount","TransferCooldown","container.hopper","OutputSignal","explosion.player","inFire","inWall","drown",
"starve","outOfWorld","magic","fallingBlock","Can\'t set null data","fail","websocket to "," failed","okay","Block","cube","base","Kebab","Aztec","Alban","Aztec2","Bomb","Plant","Wasteland","Pool","Courbet","Sea","Sunset","Creebet","Wanderer","Graham","Match","Bust","Stage","Void","SkullAndRoses","Wither","Fighters","Pointer","Pigscene","BurningSkull","DonkeyKong","NOT_SET","SURVIVAL","survival","CREATIVE","creative","ADVENTURE","adventure","flat","largeBiomes","default_1_1","public","protected","private","abstract",
"static","final","transient","volatile","synchronized","native","strictfp","interface","doFireTick","doMobSpawning","commandBlockOutput","vines","OK","NOT_POSSIBLE_HERE","NOT_POSSIBLE_NOW","TOO_FAR_AWAY","OTHER_PROBLEM","NOT_SAFE","UNDEFINED","UNDEAD","ARTHROPOD","multiplayer.downloadingTerrain","/title/win.txt","PLAYERNAME","XXXXXXXX","/title/credits.txt","\t"," ","[C]","%blur%/gui/background.png","dummy","deathCount","playerKillCount","totalKillCount","health","entity.Villager.name","MC|TrSel","/gui/trading.png",
"static","final","transient","volatile","synchronized","native","strictfp","interface","doFireTick","doMobSpawning","commandBlockOutput","vines","OK","NOT_POSSIBLE_HERE","NOT_POSSIBLE_NOW","TOO_FAR_AWAY","OTHER_PROBLEM","NOT_SAFE","UNDEFINED","UNDEAD","ARTHROPOD","multiplayer.downloadingTerrain","dummy","deathCount","playerKillCount","totalKillCount","health","/title/win.txt","PLAYERNAME","XXXXXXXX","/title/credits.txt","\t"," ","[C]","%blur%/gui/background.png","entity.Villager.name","MC|TrSel","/gui/trading.png",
"###","#W#","#X#","XXX","##","X#X","# #"," X ","AAA","BEB","CCC"," # ","X X","XRX","XSX"," B ","A "," B","# ","## "," #"," #X","# X","# "," X","III","#R#","TTT","D#D"," i ","iii","GGG","QQQ","WWW","I I","ICI"," I "," recipes","Invalid shapeless recipy!","MultiplayerChunkCache: ","XX","X#","MMM","#-","#E#"," R ","RGR","GSG","OOO","NN","/gui/container.png","/gui/crafting.png","MC|Beacon","tile.beacon.primary","tile.beacon.secondary","container.repair","container.repair.cost","container.repair.expensive","MC|ItemName",
"/gui/repair.png","/gui/trap.png","/gui/hopper.png","/gui/alchemy.png","/gui/enchant.png","/gui/furnace.png","minecart.base","minecart.inside","Repair","Naming an item only, cost too high; giving discount to cap cost to 39 levels","Enchant","finished","failed to deflate","Done","MC|AdvCdm","advMode.setCommand","advMode.command","advMode.nearestPlayer","advMode.randomPlayer","advMode.allPlayers","/misc/footprint.png","/misc/explosion.png","fireworks.","blast","largeBlast","_far","twinkle","twinkle_far","stream end",
"file error","stream error","data error","insufficient memory","buffer error","incompatible version","the elder scrolls klaatu berata niktu xyzzy bless curse light darkness fire air earth water hot dry cold wet ignite snuff embiggen twist shorten stretch fiddle destroy imbue galvanize enchant free limited range of towards inside sphere cube self other ball mental physical grow shrink demon elemental spirit animal creature beast humanoid undead fresh stale ","pages","book.signButton","book.finalizeButton","MC|BEdit",

File diff suppressed because one or more lines are too long