Guest User

Untitled

a guest
Jul 10th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.29 KB | None | 0 0
  1. {
  2. "net.minecraft.client": {
  3. "classes": [
  4. {
  5. "extends": {
  6. "type": "java.lang.Object"
  7. },
  8. "implements": [
  9. {
  10. "type": "net.minecraft.util.IThreadListener"
  11. },
  12. {
  13. "type": "net.minecraft.profiler.IPlayerUsage"
  14. }
  15. ],
  16. "fields": [
  17. {
  18. "type": {
  19. "type": "org.apache.logging.log4j.Logger"
  20. },
  21. "name": "logger",
  22. "access": 26
  23. },
  24. {
  25. "type": {
  26. "type": "net.minecraft.util.ResourceLocation"
  27. },
  28. "name": "locationMojangPng",
  29. "access": 26
  30. },
  31. {
  32. "type": {
  33. "type": "boolean"
  34. },
  35. "name": "isRunningOnMac",
  36. "access": 25
  37. },
  38. {
  39. "type": {
  40. "type": "byte[]"
  41. },
  42. "name": "memoryReserve",
  43. "access": 9
  44. },
  45. {
  46. "type": {
  47. "type": "java.util.List"
  48. },
  49. "name": "macDisplayModes",
  50. "access": 26
  51. },
  52. {
  53. "type": {
  54. "type": "java.io.File"
  55. },
  56. "name": "fileResourcepacks",
  57. "access": 18
  58. },
  59. {
  60. "type": {
  61. "type": "com.mojang.authlib.properties.PropertyMap"
  62. },
  63. "name": "twitchDetails",
  64. "access": 18
  65. },
  66. {
  67. "type": {
  68. "type": "net.minecraft.client.multiplayer.ServerData"
  69. },
  70. "name": "currentServerData",
  71. "access": 2
  72. },
  73. {
  74. "type": {
  75. "type": "net.minecraft.client.renderer.texture.TextureManager"
  76. },
  77. "name": "renderEngine",
  78. "access": 1
  79. },
  80. {
  81. "type": {
  82. "type": "net.minecraft.client.Minecraft"
  83. },
  84. "name": "theMinecraft",
  85. "access": 10
  86. },
  87. {
  88. "type": {
  89. "type": "net.minecraft.client.multiplayer.PlayerControllerMP"
  90. },
  91. "name": "playerController",
  92. "access": 1
  93. },
  94. {
  95. "type": {
  96. "type": "boolean"
  97. },
  98. "name": "fullscreen",
  99. "access": 2
  100. },
  101. {
  102. "type": {
  103. "type": "boolean"
  104. },
  105. "name": "enableGLErrorChecking",
  106. "access": 2
  107. },
  108. {
  109. "type": {
  110. "type": "boolean"
  111. },
  112. "name": "hasCrashed",
  113. "access": 2
  114. },
  115. {
  116. "type": {
  117. "type": "net.minecraft.crash.CrashReport"
  118. },
  119. "name": "crashReporter",
  120. "access": 2
  121. },
  122. {
  123. "type": {
  124. "type": "int"
  125. },
  126. "name": "displayWidth",
  127. "access": 1
  128. },
  129. {
  130. "type": {
  131. "type": "int"
  132. },
  133. "name": "displayHeight",
  134. "access": 1
  135. },
  136. {
  137. "type": {
  138. "type": "net.minecraft.util.Timer"
  139. },
  140. "name": "timer",
  141. "access": 2
  142. },
  143. {
  144. "type": {
  145. "type": "net.minecraft.profiler.PlayerUsageSnooper"
  146. },
  147. "name": "usageSnooper",
  148. "access": 2
  149. },
  150. {
  151. "type": {
  152. "type": "net.minecraft.client.multiplayer.WorldClient"
  153. },
  154. "name": "theWorld",
  155. "access": 1
  156. },
  157. {
  158. "type": {
  159. "type": "net.minecraft.client.renderer.RenderGlobal"
  160. },
  161. "name": "renderGlobal",
  162. "access": 1
  163. },
  164. {
  165. "type": {
  166. "type": "net.minecraft.client.renderer.entity.RenderManager"
  167. },
  168. "name": "renderManager",
  169. "access": 2
  170. },
  171. {
  172. "type": {
  173. "type": "net.minecraft.client.renderer.entity.RenderItem"
  174. },
  175. "name": "renderItem",
  176. "access": 2
  177. },
  178. {
  179. "type": {
  180. "type": "net.minecraft.client.renderer.ItemRenderer"
  181. },
  182. "name": "itemRenderer",
  183. "access": 2
  184. },
  185. {
  186. "type": {
  187. "type": "net.minecraft.client.entity.EntityPlayerSP"
  188. },
  189. "name": "thePlayer",
  190. "access": 1
  191. },
  192. {
  193. "type": {
  194. "type": "net.minecraft.entity.Entity"
  195. },
  196. "name": "renderViewEntity",
  197. "access": 2
  198. },
  199. {
  200. "type": {
  201. "type": "net.minecraft.entity.Entity"
  202. },
  203. "name": "pointedEntity",
  204. "access": 1
  205. },
  206. {
  207. "type": {
  208. "type": "net.minecraft.client.particle.EffectRenderer"
  209. },
  210. "name": "effectRenderer",
  211. "access": 1
  212. },
  213. {
  214. "type": {
  215. "type": "net.minecraft.util.Session"
  216. },
  217. "name": "session",
  218. "access": 18
  219. },
  220. {
  221. "type": {
  222. "type": "boolean"
  223. },
  224. "name": "isGamePaused",
  225. "access": 2
  226. },
  227. {
  228. "type": {
  229. "type": "net.minecraft.client.gui.FontRenderer"
  230. },
  231. "name": "fontRendererObj",
  232. "access": 1
  233. },
  234. {
  235. "type": {
  236. "type": "net.minecraft.client.gui.FontRenderer"
  237. },
  238. "name": "standardGalacticFontRenderer",
  239. "access": 1
  240. },
  241. {
  242. "type": {
  243. "type": "net.minecraft.client.gui.GuiScreen"
  244. },
  245. "name": "currentScreen",
  246. "access": 1
  247. },
  248. {
  249. "type": {
  250. "type": "net.minecraft.client.LoadingScreenRenderer"
  251. },
  252. "name": "loadingScreen",
  253. "access": 1
  254. },
  255. {
  256. "type": {
  257. "type": "net.minecraft.client.renderer.EntityRenderer"
  258. },
  259. "name": "entityRenderer",
  260. "access": 1
  261. },
  262. {
  263. "type": {
  264. "type": "int"
  265. },
  266. "name": "leftClickCounter",
  267. "access": 2
  268. },
  269. {
  270. "type": {
  271. "type": "int"
  272. },
  273. "name": "tempDisplayWidth",
  274. "access": 2
  275. },
  276. {
  277. "type": {
  278. "type": "int"
  279. },
  280. "name": "tempDisplayHeight",
  281. "access": 2
  282. },
  283. {
  284. "type": {
  285. "type": "net.minecraft.server.integrated.IntegratedServer"
  286. },
  287. "name": "theIntegratedServer",
  288. "access": 2
  289. },
  290. {
  291. "type": {
  292. "type": "net.minecraft.client.gui.achievement.GuiAchievement"
  293. },
  294. "name": "guiAchievement",
  295. "access": 1
  296. },
  297. {
  298. "type": {
  299. "type": "net.minecraft.client.gui.GuiIngame"
  300. },
  301. "name": "ingameGUI",
  302. "access": 1
  303. },
  304. {
  305. "type": {
  306. "type": "boolean"
  307. },
  308. "name": "skipRenderWorld",
  309. "access": 1
  310. },
  311. {
  312. "type": {
  313. "type": "net.minecraft.util.MovingObjectPosition"
  314. },
  315. "name": "objectMouseOver",
  316. "access": 1
  317. },
  318. {
  319. "type": {
  320. "type": "net.minecraft.client.settings.GameSettings"
  321. },
  322. "name": "gameSettings",
  323. "access": 1
  324. },
  325. {
  326. "type": {
  327. "type": "net.minecraft.util.MouseHelper"
  328. },
  329. "name": "mouseHelper",
  330. "access": 1
  331. },
  332. {
  333. "type": {
  334. "type": "java.io.File"
  335. },
  336. "name": "mcDataDir",
  337. "access": 17
  338. },
  339. {
  340. "type": {
  341. "type": "java.io.File"
  342. },
  343. "name": "fileAssets",
  344. "access": 18
  345. },
  346. {
  347. "type": {
  348. "type": "java.lang.String"
  349. },
  350. "name": "launchedVersion",
  351. "access": 18
  352. },
  353. {
  354. "type": {
  355. "type": "java.net.Proxy"
  356. },
  357. "name": "proxy",
  358. "access": 18
  359. },
  360. {
  361. "type": {
  362. "type": "net.minecraft.world.storage.ISaveFormat"
  363. },
  364. "name": "saveLoader",
  365. "access": 2
  366. },
  367. {
  368. "type": {
  369. "type": "int"
  370. },
  371. "name": "debugFPS",
  372. "access": 10
  373. },
  374. {
  375. "type": {
  376. "type": "int"
  377. },
  378. "name": "rightClickDelayTimer",
  379. "access": 2
  380. },
  381. {
  382. "type": {
  383. "type": "java.lang.String"
  384. },
  385. "name": "serverName",
  386. "access": 2
  387. },
  388. {
  389. "type": {
  390. "type": "int"
  391. },
  392. "name": "serverPort",
  393. "access": 2
  394. },
  395. {
  396. "type": {
  397. "type": "boolean"
  398. },
  399. "name": "inGameHasFocus",
  400. "access": 1
  401. },
  402. {
  403. "type": {
  404. "type": "long"
  405. },
  406. "name": "systemTime",
  407. "access": 0
  408. },
  409. {
  410. "type": {
  411. "type": "int"
  412. },
  413. "name": "joinPlayerCounter",
  414. "access": 2
  415. },
  416. {
  417. "type": {
  418. "type": "boolean"
  419. },
  420. "name": "jvm64bit",
  421. "access": 18
  422. },
  423. {
  424. "type": {
  425. "type": "boolean"
  426. },
  427. "name": "isDemo",
  428. "access": 18
  429. },
  430. {
  431. "type": {
  432. "type": "net.minecraft.network.NetworkManager"
  433. },
  434. "name": "myNetworkManager",
  435. "access": 2
  436. },
  437. {
  438. "type": {
  439. "type": "boolean"
  440. },
  441. "name": "integratedServerIsRunning",
  442. "access": 2
  443. },
  444. {
  445. "type": {
  446. "type": "net.minecraft.profiler.Profiler"
  447. },
  448. "name": "mcProfiler",
  449. "access": 17
  450. },
  451. {
  452. "type": {
  453. "type": "long"
  454. },
  455. "name": "debugCrashKeyPressTime",
  456. "access": 2
  457. },
  458. {
  459. "type": {
  460. "type": "net.minecraft.client.resources.IReloadableResourceManager"
  461. },
  462. "name": "mcResourceManager",
  463. "access": 2
  464. },
  465. {
  466. "type": {
  467. "type": "net.minecraft.client.resources.data.IMetadataSerializer"
  468. },
  469. "name": "metadataSerializer_",
  470. "access": 18
  471. },
  472. {
  473. "type": {
  474. "type": "java.util.List"
  475. },
  476. "name": "defaultResourcePacks",
  477. "access": 18
  478. },
  479. {
  480. "type": {
  481. "type": "net.minecraft.client.resources.DefaultResourcePack"
  482. },
  483. "name": "mcDefaultResourcePack",
  484. "access": 17
  485. },
  486. {
  487. "type": {
  488. "type": "net.minecraft.client.resources.ResourcePackRepository"
  489. },
  490. "name": "mcResourcePackRepository",
  491. "access": 2
  492. },
  493. {
  494. "type": {
  495. "type": "net.minecraft.client.resources.LanguageManager"
  496. },
  497. "name": "mcLanguageManager",
  498. "access": 2
  499. },
  500. {
  501. "type": {
  502. "type": "net.minecraft.client.stream.IStream"
  503. },
  504. "name": "stream",
  505. "access": 2
  506. },
  507. {
  508. "type": {
  509. "type": "net.minecraft.client.shader.Framebuffer"
  510. },
  511. "name": "framebufferMc",
  512. "access": 2
  513. },
  514. {
  515. "type": {
  516. "type": "net.minecraft.client.renderer.texture.TextureMap"
  517. },
  518. "name": "textureMapBlocks",
  519. "access": 2
  520. },
  521. {
  522. "type": {
  523. "type": "net.minecraft.client.audio.SoundHandler"
  524. },
  525. "name": "mcSoundHandler",
  526. "access": 2
  527. },
  528. {
  529. "type": {
  530. "type": "net.minecraft.client.audio.MusicTicker"
  531. },
  532. "name": "mcMusicTicker",
  533. "access": 2
  534. },
  535. {
  536. "type": {
  537. "type": "net.minecraft.util.ResourceLocation"
  538. },
  539. "name": "mojangLogo",
  540. "access": 2
  541. },
  542. {
  543. "type": {
  544. "type": "com.mojang.authlib.minecraft.MinecraftSessionService"
  545. },
  546. "name": "sessionService",
  547. "access": 18
  548. },
  549. {
  550. "type": {
  551. "type": "net.minecraft.client.resources.SkinManager"
  552. },
  553. "name": "skinManager",
  554. "access": 2
  555. },
  556. {
  557. "type": {
  558. "type": "java.util.Queue"
  559. },
  560. "name": "scheduledTasks",
  561. "access": 18
  562. },
  563. {
  564. "type": {
  565. "type": "long"
  566. },
  567. "name": "field_175615_aJ",
  568. "access": 2
  569. },
  570. {
  571. "type": {
  572. "type": "java.lang.Thread"
  573. },
  574. "name": "mcThread",
  575. "access": 18
  576. },
  577. {
  578. "type": {
  579. "type": "net.minecraft.client.resources.model.ModelManager"
  580. },
  581. "name": "modelManager",
  582. "access": 2
  583. },
  584. {
  585. "type": {
  586. "type": "net.minecraft.client.renderer.BlockRendererDispatcher"
  587. },
  588. "name": "blockRenderDispatcher",
  589. "access": 2
  590. },
  591. {
  592. "type": {
  593. "type": "boolean"
  594. },
  595. "name": "running",
  596. "access": 64
  597. },
  598. {
  599. "type": {
  600. "type": "java.lang.String"
  601. },
  602. "name": "debug",
  603. "access": 1
  604. },
  605. {
  606. "type": {
  607. "type": "boolean"
  608. },
  609. "name": "field_175613_B",
  610. "access": 1
  611. },
  612. {
  613. "type": {
  614. "type": "boolean"
  615. },
  616. "name": "field_175614_C",
  617. "access": 1
  618. },
  619. {
  620. "type": {
  621. "type": "boolean"
  622. },
  623. "name": "field_175611_D",
  624. "access": 1
  625. },
  626. {
  627. "type": {
  628. "type": "boolean"
  629. },
  630. "name": "renderChunksMany",
  631. "access": 1
  632. },
  633. {
  634. "type": {
  635. "type": "long"
  636. },
  637. "name": "debugUpdateTime",
  638. "access": 0
  639. },
  640. {
  641. "type": {
  642. "type": "int"
  643. },
  644. "name": "fpsCounter",
  645. "access": 0
  646. },
  647. {
  648. "type": {
  649. "type": "long"
  650. },
  651. "name": "prevFrameTime",
  652. "access": 0
  653. },
  654. {
  655. "type": {
  656. "type": "java.lang.String"
  657. },
  658. "name": "debugProfilerName",
  659. "access": 2
  660. },
  661. {
  662. "type": {
  663. "type": "java.lang.String"
  664. },
  665. "name": "__OBFID",
  666. "access": 26
  667. },
  668. {
  669. "type": {
  670. "type": "int"
  671. },
  672. "name": "max_texture_size",
  673. "access": 10
  674. }
  675. ],
  676. "constructors": [
  677. {
  678. "args": [
  679. {
  680. "type": {
  681. "type": "net.minecraft.client.main.GameConfiguration"
  682. },
  683. "name": "gameConfig",
  684. "access": 0
  685. }
  686. ],
  687. "access": 1
  688. }
  689. ],
  690. "methods": [
  691. {
  692. "return": "void",
  693. "name": "run",
  694. "access": 1
  695. },
  696. {
  697. "return": "void",
  698. "throws": [
  699. {
  700. "type": "org.lwjgl.LWJGLException"
  701. }
  702. ],
  703. "name": "startGame",
  704. "access": 2
  705. },
  706. {
  707. "return": "void",
  708. "name": "registerMetadataSerializers",
  709. "access": 2
  710. },
  711. {
  712. "return": "void",
  713. "name": "initStream",
  714. "access": 2
  715. },
  716. {
  717. "return": "void",
  718. "throws": [
  719. {
  720. "type": "org.lwjgl.LWJGLException"
  721. }
  722. ],
  723. "name": "createDisplay",
  724. "access": 2
  725. },
  726. {
  727. "return": "void",
  728. "throws": [
  729. {
  730. "type": "org.lwjgl.LWJGLException"
  731. }
  732. ],
  733. "name": "setInitialDisplayMode",
  734. "access": 2
  735. },
  736. {
  737. "return": "void",
  738. "name": "setWindowIcon",
  739. "access": 2
  740. },
  741. {
  742. "return": "boolean",
  743. "name": "isJvm64bit",
  744. "access": 10
  745. },
  746. {
  747. "return": "net.minecraft.client.shader.Framebuffer",
  748. "name": "getFramebuffer",
  749. "access": 1
  750. },
  751. {
  752. "return": "java.lang.String",
  753. "name": "getVersion",
  754. "access": 1
  755. },
  756. {
  757. "return": "void",
  758. "name": "startTimerHackThread",
  759. "access": 2
  760. },
  761. {
  762. "return": "void",
  763. "args": [
  764. {
  765. "type": {
  766. "type": "net.minecraft.crash.CrashReport"
  767. },
  768. "name": "crash",
  769. "access": 0
  770. }
  771. ],
  772. "name": "crashed",
  773. "access": 1
  774. },
  775. {
  776. "return": "void",
  777. "args": [
  778. {
  779. "type": {
  780. "type": "net.minecraft.crash.CrashReport"
  781. },
  782. "name": "crashReportIn",
  783. "access": 0
  784. }
  785. ],
  786. "name": "displayCrashReport",
  787. "access": 1
  788. },
  789. {
  790. "return": "boolean",
  791. "name": "isUnicode",
  792. "access": 1
  793. },
  794. {
  795. "return": "void",
  796. "name": "refreshResources",
  797. "access": 1
  798. },
  799. {
  800. "return": "java.nio.ByteBuffer",
  801. "args": [
  802. {
  803. "type": {
  804. "type": "java.io.InputStream"
  805. },
  806. "name": "imageStream",
  807. "access": 0
  808. }
  809. ],
  810. "throws": [
  811. {
  812. "type": "java.io.IOException"
  813. }
  814. ],
  815. "name": "readImageToBuffer",
  816. "access": 2
  817. },
  818. {
  819. "return": "void",
  820. "throws": [
  821. {
  822. "type": "org.lwjgl.LWJGLException"
  823. }
  824. ],
  825. "name": "updateDisplayMode",
  826. "access": 2
  827. },
  828. {
  829. "return": "void",
  830. "args": [
  831. {
  832. "type": {
  833. "type": "net.minecraft.client.renderer.texture.TextureManager"
  834. },
  835. "name": "textureManagerInstance",
  836. "access": 0
  837. }
  838. ],
  839. "name": "drawSplashScreen",
  840. "access": 1
  841. },
  842. {
  843. "return": "void",
  844. "args": [
  845. {
  846. "type": {
  847. "type": "int"
  848. },
  849. "name": "width",
  850. "access": 0
  851. },
  852. {
  853. "type": {
  854. "type": "int"
  855. },
  856. "name": "height",
  857. "access": 0
  858. },
  859. {
  860. "type": {
  861. "type": "int"
  862. },
  863. "name": "width2",
  864. "access": 0
  865. },
  866. {
  867. "type": {
  868. "type": "int"
  869. },
  870. "name": "height2",
  871. "access": 0
  872. },
  873. {
  874. "type": {
  875. "type": "int"
  876. },
  877. "name": "stdTextureWidth",
  878. "access": 0
  879. },
  880. {
  881. "type": {
  882. "type": "int"
  883. },
  884. "name": "stdTextureHeight",
  885. "access": 0
  886. }
  887. ],
  888. "name": "scaledTessellator",
  889. "access": 1
  890. },
  891. {
  892. "return": "net.minecraft.world.storage.ISaveFormat",
  893. "name": "getSaveLoader",
  894. "access": 1
  895. },
  896. {
  897. "return": "void",
  898. "args": [
  899. {
  900. "type": {
  901. "type": "net.minecraft.client.gui.GuiScreen"
  902. },
  903. "name": "guiScreenIn",
  904. "access": 0
  905. }
  906. ],
  907. "name": "displayGuiScreen",
  908. "access": 1
  909. },
  910. {
  911. "return": "void",
  912. "args": [
  913. {
  914. "type": {
  915. "type": "java.lang.String"
  916. },
  917. "name": "message",
  918. "access": 0
  919. }
  920. ],
  921. "name": "checkGLError",
  922. "access": 2
  923. },
  924. {
  925. "return": "void",
  926. "name": "shutdownMinecraftApplet",
  927. "access": 1
  928. },
  929. {
  930. "return": "void",
  931. "throws": [
  932. {
  933. "type": "java.io.IOException"
  934. }
  935. ],
  936. "name": "runGameLoop",
  937. "access": 2
  938. },
  939. {
  940. "return": "void",
  941. "name": "updateDisplay",
  942. "access": 1
  943. },
  944. {
  945. "return": "void",
  946. "name": "checkWindowResize",
  947. "access": 4
  948. },
  949. {
  950. "return": "int",
  951. "name": "getLimitFramerate",
  952. "access": 1
  953. },
  954. {
  955. "return": "boolean",
  956. "name": "isFramerateLimitBelowMax",
  957. "access": 1
  958. },
  959. {
  960. "return": "void",
  961. "name": "freeMemory",
  962. "access": 1
  963. },
  964. {
  965. "return": "void",
  966. "args": [
  967. {
  968. "type": {
  969. "type": "int"
  970. },
  971. "name": "keyCount",
  972. "access": 0
  973. }
  974. ],
  975. "name": "updateDebugProfilerName",
  976. "access": 2
  977. },
  978. {
  979. "return": "void",
  980. "args": [
  981. {
  982. "type": {
  983. "type": "long"
  984. },
  985. "name": "elapsedTicksTime",
  986. "access": 0
  987. }
  988. ],
  989. "name": "displayDebugInfo",
  990. "access": 2
  991. },
  992. {
  993. "return": "void",
  994. "name": "shutdown",
  995. "access": 1
  996. },
  997. {
  998. "return": "void",
  999. "name": "setIngameFocus",
  1000. "access": 1
  1001. },
  1002. {
  1003. "return": "void",
  1004. "name": "setIngameNotInFocus",
  1005. "access": 1
  1006. },
  1007. {
  1008. "return": "void",
  1009. "name": "displayInGameMenu",
  1010. "access": 1
  1011. },
  1012. {
  1013. "return": "void",
  1014. "args": [
  1015. {
  1016. "type": {
  1017. "type": "boolean"
  1018. },
  1019. "name": "leftClick",
  1020. "access": 0
  1021. }
  1022. ],
  1023. "name": "sendClickBlockToController",
  1024. "access": 2
  1025. },
  1026. {
  1027. "return": "void",
  1028. "name": "clickMouse",
  1029. "access": 2
  1030. },
  1031. {
  1032. "return": "void",
  1033. "name": "rightClickMouse",
  1034. "access": 2
  1035. },
  1036. {
  1037. "return": "void",
  1038. "name": "toggleFullscreen",
  1039. "access": 1
  1040. },
  1041. {
  1042. "return": "void",
  1043. "args": [
  1044. {
  1045. "type": {
  1046. "type": "int"
  1047. },
  1048. "name": "width",
  1049. "access": 0
  1050. },
  1051. {
  1052. "type": {
  1053. "type": "int"
  1054. },
  1055. "name": "height",
  1056. "access": 0
  1057. }
  1058. ],
  1059. "name": "resize",
  1060. "access": 1
  1061. },
  1062. {
  1063. "return": "void",
  1064. "name": "updateFramebufferSize",
  1065. "access": 2
  1066. },
  1067. {
  1068. "return": "void",
  1069. "throws": [
  1070. {
  1071. "type": "java.io.IOException"
  1072. }
  1073. ],
  1074. "name": "runTick",
  1075. "access": 1
  1076. },
  1077. {
  1078. "return": "void",
  1079. "args": [
  1080. {
  1081. "type": {
  1082. "type": "java.lang.String"
  1083. },
  1084. "name": "folderName",
  1085. "access": 0
  1086. },
  1087. {
  1088. "type": {
  1089. "type": "java.lang.String"
  1090. },
  1091. "name": "worldName",
  1092. "access": 0
  1093. },
  1094. {
  1095. "type": {
  1096. "type": "net.minecraft.world.WorldSettings"
  1097. },
  1098. "name": "worldSettingsIn",
  1099. "access": 0
  1100. }
  1101. ],
  1102. "name": "launchIntegratedServer",
  1103. "access": 1
  1104. },
  1105. {
  1106. "return": "void",
  1107. "args": [
  1108. {
  1109. "type": {
  1110. "type": "net.minecraft.client.multiplayer.WorldClient"
  1111. },
  1112. "name": "worldClientIn",
  1113. "access": 0
  1114. }
  1115. ],
  1116. "name": "loadWorld",
  1117. "access": 1
  1118. },
  1119. {
  1120. "return": "void",
  1121. "args": [
  1122. {
  1123. "type": {
  1124. "type": "net.minecraft.client.multiplayer.WorldClient"
  1125. },
  1126. "name": "worldClientIn",
  1127. "access": 0
  1128. },
  1129. {
  1130. "type": {
  1131. "type": "java.lang.String"
  1132. },
  1133. "name": "loadingMessage",
  1134. "access": 0
  1135. }
  1136. ],
  1137. "name": "loadWorld",
  1138. "access": 1
  1139. },
  1140. {
  1141. "return": "void",
  1142. "args": [
  1143. {
  1144. "type": {
  1145. "type": "int"
  1146. },
  1147. "name": "dimension",
  1148. "access": 0
  1149. }
  1150. ],
  1151. "name": "setDimensionAndSpawnPlayer",
  1152. "access": 1
  1153. },
  1154. {
  1155. "return": "boolean",
  1156. "name": "isDemo",
  1157. "access": 17
  1158. },
  1159. {
  1160. "return": "net.minecraft.client.network.NetHandlerPlayClient",
  1161. "name": "getNetHandler",
  1162. "access": 1
  1163. },
  1164. {
  1165. "return": "boolean",
  1166. "name": "isGuiEnabled",
  1167. "access": 9
  1168. },
  1169. {
  1170. "return": "boolean",
  1171. "name": "isFancyGraphicsEnabled",
  1172. "access": 9
  1173. },
  1174. {
  1175. "return": "boolean",
  1176. "name": "isAmbientOcclusionEnabled",
  1177. "access": 9
  1178. },
  1179. {
  1180. "return": "void",
  1181. "name": "middleClickMouse",
  1182. "access": 2
  1183. },
  1184. {
  1185. "return": "net.minecraft.crash.CrashReport",
  1186. "args": [
  1187. {
  1188. "type": {
  1189. "type": "net.minecraft.crash.CrashReport"
  1190. },
  1191. "name": "theCrash",
  1192. "access": 0
  1193. }
  1194. ],
  1195. "name": "addGraphicsAndWorldToCrashReport",
  1196. "access": 1
  1197. },
  1198. {
  1199. "return": "net.minecraft.client.Minecraft",
  1200. "name": "getMinecraft",
  1201. "access": 9
  1202. },
  1203. {
  1204. "return": "com.google.common.util.concurrent.ListenableFuture",
  1205. "name": "scheduleResourcesRefresh",
  1206. "access": 1
  1207. },
  1208. {
  1209. "return": "void",
  1210. "args": [
  1211. {
  1212. "type": {
  1213. "type": "net.minecraft.profiler.PlayerUsageSnooper"
  1214. },
  1215. "name": "playerSnooper",
  1216. "access": 0
  1217. }
  1218. ],
  1219. "name": "addServerStatsToSnooper",
  1220. "access": 1
  1221. },
  1222. {
  1223. "return": "void",
  1224. "args": [
  1225. {
  1226. "type": {
  1227. "type": "net.minecraft.profiler.PlayerUsageSnooper"
  1228. },
  1229. "name": "playerSnooper",
  1230. "access": 0
  1231. }
  1232. ],
  1233. "name": "addServerTypeToSnooper",
  1234. "access": 1
  1235. },
  1236. {
  1237. "return": "int",
  1238. "name": "getGLMaximumTextureSize",
  1239. "access": 9
  1240. },
  1241. {
  1242. "return": "boolean",
  1243. "name": "isSnooperEnabled",
  1244. "access": 1
  1245. },
  1246. {
  1247. "return": "void",
  1248. "args": [
  1249. {
  1250. "type": {
  1251. "type": "net.minecraft.client.multiplayer.ServerData"
  1252. },
  1253. "name": "serverDataIn",
  1254. "access": 0
  1255. }
  1256. ],
  1257. "name": "setServerData",
  1258. "access": 1
  1259. },
  1260. {
  1261. "return": "net.minecraft.client.multiplayer.ServerData",
  1262. "name": "getCurrentServerData",
  1263. "access": 1
  1264. },
  1265. {
  1266. "return": "boolean",
  1267. "name": "isIntegratedServerRunning",
  1268. "access": 1
  1269. },
  1270. {
  1271. "return": "boolean",
  1272. "name": "isSingleplayer",
  1273. "access": 1
  1274. },
  1275. {
  1276. "return": "net.minecraft.server.integrated.IntegratedServer",
  1277. "name": "getIntegratedServer",
  1278. "access": 1
  1279. },
  1280. {
  1281. "return": "void",
  1282. "name": "stopIntegratedServer",
  1283. "access": 9
  1284. },
  1285. {
  1286. "return": "net.minecraft.profiler.PlayerUsageSnooper",
  1287. "name": "getPlayerUsageSnooper",
  1288. "access": 1
  1289. },
  1290. {
  1291. "return": "long",
  1292. "name": "getSystemTime",
  1293. "access": 9
  1294. },
  1295. {
  1296. "return": "boolean",
  1297. "name": "isFullScreen",
  1298. "access": 1
  1299. },
  1300. {
  1301. "return": "net.minecraft.util.Session",
  1302. "name": "getSession",
  1303. "access": 1
  1304. },
  1305. {
  1306. "return": "com.mojang.authlib.properties.PropertyMap",
  1307. "name": "getTwitchDetails",
  1308. "access": 1
  1309. },
  1310. {
  1311. "return": "java.net.Proxy",
  1312. "name": "getProxy",
  1313. "access": 1
  1314. },
  1315. {
  1316. "return": "net.minecraft.client.renderer.texture.TextureManager",
  1317. "name": "getTextureManager",
  1318. "access": 1
  1319. },
  1320. {
  1321. "return": "net.minecraft.client.resources.IResourceManager",
  1322. "name": "getResourceManager",
  1323. "access": 1
  1324. },
  1325. {
  1326. "return": "net.minecraft.client.resources.ResourcePackRepository",
  1327. "name": "getResourcePackRepository",
  1328. "access": 1
  1329. },
  1330. {
  1331. "return": "net.minecraft.client.resources.LanguageManager",
  1332. "name": "getLanguageManager",
  1333. "access": 1
  1334. },
  1335. {
  1336. "return": "net.minecraft.client.renderer.texture.TextureMap",
  1337. "name": "getTextureMapBlocks",
  1338. "access": 1
  1339. },
  1340. {
  1341. "return": "boolean",
  1342. "name": "isJava64bit",
  1343. "access": 1
  1344. },
  1345. {
  1346. "return": "boolean",
  1347. "name": "isGamePaused",
  1348. "access": 1
  1349. },
  1350. {
  1351. "return": "net.minecraft.client.audio.SoundHandler",
  1352. "name": "getSoundHandler",
  1353. "access": 1
  1354. },
  1355. {
  1356. "return": "net.minecraft.client.audio.MusicTicker$MusicType",
  1357. "name": "getAmbientMusicType",
  1358. "access": 1
  1359. },
  1360. {
  1361. "return": "net.minecraft.client.stream.IStream",
  1362. "name": "getTwitchStream",
  1363. "access": 1
  1364. },
  1365. {
  1366. "return": "void",
  1367. "name": "dispatchKeypresses",
  1368. "access": 1
  1369. },
  1370. {
  1371. "return": "com.mojang.authlib.minecraft.MinecraftSessionService",
  1372. "name": "getSessionService",
  1373. "access": 1
  1374. },
  1375. {
  1376. "return": "net.minecraft.client.resources.SkinManager",
  1377. "name": "getSkinManager",
  1378. "access": 1
  1379. },
  1380. {
  1381. "return": "net.minecraft.entity.Entity",
  1382. "name": "getRenderViewEntity",
  1383. "access": 1
  1384. },
  1385. {
  1386. "return": "void",
  1387. "args": [
  1388. {
  1389. "type": {
  1390. "type": "net.minecraft.entity.Entity"
  1391. },
  1392. "name": "viewingEntity",
  1393. "access": 0
  1394. }
  1395. ],
  1396. "name": "setRenderViewEntity",
  1397. "access": 1
  1398. },
  1399. {
  1400. "return": "com.google.common.util.concurrent.ListenableFuture",
  1401. "args": [
  1402. {
  1403. "type": {
  1404. "type": "java.util.concurrent.Callable"
  1405. },
  1406. "name": "callableToSchedule",
  1407. "access": 0
  1408. }
  1409. ],
  1410. "name": "addScheduledTask",
  1411. "access": 1
  1412. },
  1413. {
  1414. "return": "com.google.common.util.concurrent.ListenableFuture",
  1415. "args": [
  1416. {
  1417. "type": {
  1418. "type": "java.lang.Runnable"
  1419. },
  1420. "name": "runnableToSchedule",
  1421. "access": 0
  1422. }
  1423. ],
  1424. "name": "addScheduledTask",
  1425. "access": 1
  1426. },
  1427. {
  1428. "return": "boolean",
  1429. "name": "isCallingFromMinecraftThread",
  1430. "access": 1
  1431. },
  1432. {
  1433. "return": "net.minecraft.client.renderer.BlockRendererDispatcher",
  1434. "name": "getBlockRendererDispatcher",
  1435. "access": 1
  1436. },
  1437. {
  1438. "return": "net.minecraft.client.renderer.entity.RenderManager",
  1439. "name": "getRenderManager",
  1440. "access": 1
  1441. },
  1442. {
  1443. "return": "net.minecraft.client.renderer.entity.RenderItem",
  1444. "name": "getRenderItem",
  1445. "access": 1
  1446. },
  1447. {
  1448. "return": "net.minecraft.client.renderer.ItemRenderer",
  1449. "name": "getItemRenderer",
  1450. "access": 1
  1451. },
  1452. {
  1453. "return": "int",
  1454. "name": "getDebugFPS",
  1455. "access": 9
  1456. },
  1457. {
  1458. "return": "java.util.Map",
  1459. "name": "getSessionInfo",
  1460. "access": 9
  1461. }
  1462. ],
  1463. "innerClasses": [
  1464. "SwitchEnumMinecartType"
  1465. ],
  1466. "name": "Minecraft",
  1467. "access": 33,
  1468. "annotated": [
  1469. {
  1470. "type": "net.minecraftforge.fml.relauncher.SideOnly",
  1471. "args": {
  1472. "value": {
  1473. "type": "net.minecraftforge.fml.relauncher.Side",
  1474. "value": "CLIENT"
  1475. }
  1476. }
  1477. }
  1478. ]
  1479. },
  1480. {
  1481. "extends": {
  1482. "type": "java.lang.Object"
  1483. },
  1484. "fields": [
  1485. {
  1486. "type": {
  1487. "type": "int[]"
  1488. },
  1489. "name": "field_152390_a",
  1490. "access": 24
  1491. },
  1492. {
  1493. "type": {
  1494. "type": "int[]"
  1495. },
  1496. "name": "field_178901_b",
  1497. "access": 24
  1498. },
  1499. {
  1500. "type": {
  1501. "type": "java.lang.String"
  1502. },
  1503. "name": "__OBFID",
  1504. "access": 26
  1505. }
  1506. ],
  1507. "constructors": [
  1508. {
  1509. "access": 0
  1510. }
  1511. ],
  1512. "name": "Minecraft$SwitchEnumMinecartType",
  1513. "access": 48,
  1514. "annotated": [
  1515. {
  1516. "type": "net.minecraftforge.fml.relauncher.SideOnly",
  1517. "args": {
  1518. "value": {
  1519. "type": "net.minecraftforge.fml.relauncher.Side",
  1520. "value": "CLIENT"
  1521. }
  1522. }
  1523. }
  1524. ]
  1525. }
  1526. ]
  1527. }
  1528. }
Advertisement
Add Comment
Please, Sign In to add comment