├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── incorrect-mapping-name.md │ ├── suggestion.md │ └── visibility-issue.md └── workflows │ ├── build.yml │ ├── build_all.yml │ ├── matrix_prep.yml │ ├── publish.yml │ ├── scripts │ ├── matrix_gen.py │ ├── publish_generator.sh │ └── workflow_gen.py │ └── templates │ └── publish_runner_template.yml ├── .gitignore ├── CONTRIBUTING.md ├── CONVENTIONS.md ├── LICENSE ├── README.md ├── build.gradle ├── build_all.py ├── enigma ├── enigma_profile.json └── simple_type_field_names.json5 ├── exceptions-builds.json ├── feather.py ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── graph.py ├── mappings ├── 1.0.0#1.0.1.tinydiff ├── 1.0.0#11w47a.tinydiff ├── 1.0.0-rc1#1.0.0-rc2-3.tinydiff ├── 1.0.0-rc2-3#1.0.0.tinydiff ├── 1.0.1#11w47a.tinydiff ├── 1.1#12w03a.tinydiff ├── 1.10#1.10.1.tinydiff ├── 1.10-pre1#1.10-pre2.tinydiff ├── 1.10-pre2#1.10.tinydiff ├── 1.10.1#1.10.2.tinydiff ├── 1.10.2#16w32a.tinydiff ├── 1.11#16w50a-1438.tinydiff ├── 1.11-pre1#1.11.tinydiff ├── 1.11.1#1.11.2.tinydiff ├── 1.11.2#17w06a.tinydiff ├── 1.12#17w31a.tinydiff ├── 1.12-pre1#1.12-pre2.tinydiff ├── 1.12-pre2#1.12-pre3-1409.tinydiff ├── 1.12-pre3-1409#1.12-pre4.tinydiff ├── 1.12-pre4#1.12-pre5.tinydiff ├── 1.12-pre5#1.12-pre6.tinydiff ├── 1.12-pre6#1.12-pre7.tinydiff ├── 1.12-pre7#1.12.tinydiff ├── 1.12.1#1.12.2-pre1.tinydiff ├── 1.12.1-pre1#1.12.1.tinydiff ├── 1.12.2#17w43a.tinydiff ├── 1.12.2-pre1#1.12.2-pre2.tinydiff ├── 1.12.2-pre2#1.12.2.tinydiff ├── 1.13#18w30a.tinydiff ├── 1.13-pre1#1.13-pre2.tinydiff ├── 1.13-pre10#1.13.tinydiff ├── 1.13-pre2#1.13-pre3.tinydiff ├── 1.13-pre3#1.13-pre4.tinydiff ├── 1.13-pre4#1.13-pre5.tinydiff ├── 1.13-pre5#1.13-pre6.tinydiff ├── 1.13-pre6#1.13-pre7.tinydiff ├── 1.13-pre7#1.13-pre8.tinydiff ├── 1.13-pre8#1.13-pre9.tinydiff ├── 1.13-pre9#1.13-pre10.tinydiff ├── 1.13.1#1.13.2-pre1.tinydiff ├── 1.13.1-pre1#1.13.1-pre2.tinydiff ├── 1.13.1-pre2#1.13.1.tinydiff ├── 1.13.2#18w43a.tinydiff ├── 1.13.2-pre1#1.13.2-pre2.tinydiff ├── 1.13.2-pre2#1.13.2.tinydiff ├── 1.14#1.14.1-pre1.tinydiff ├── 1.14-pre1#1.14-pre2.tinydiff ├── 1.14-pre2#1.14-pre3.tinydiff ├── 1.14-pre3#1.14-pre4.tinydiff ├── 1.14-pre4#1.14-pre5.tinydiff ├── 1.14-pre5#1.14.tinydiff ├── 1.14.1#1.14.2-pre1.tinydiff ├── 1.14.1-pre1#1.14.1-pre2.tinydiff ├── 1.14.1-pre2#1.14.1.tinydiff ├── 1.14.2#1.14.3-pre1.tinydiff ├── 1.14.2-pre1#1.14.2-pre2.tinydiff ├── 1.14.2-pre2#1.14.2-pre3.tinydiff ├── 1.14.2-pre3#1.14.2-pre4-270720.tinydiff ├── 1.14.2-pre4-270720#1.14.2.tinydiff ├── 1.14.3#1.14.4-pre1.tinydiff ├── 1.14.3-pre1#1.14.3-pre2.tinydiff ├── 1.14.3-pre2#1.14.3-pre3.tinydiff ├── 1.14.3-pre3#1.14.3-pre4.tinydiff ├── 1.14.3-pre4#1.14.3.tinydiff ├── 1.14.4-pre1#1.14.4-pre2.tinydiff ├── 1.14.4-pre2#1.14.4-pre3.tinydiff ├── 1.14.4-pre3#1.14.4-pre4.tinydiff ├── 1.14.4-pre4#1.14.4-pre5.tinydiff ├── 1.14.4-pre5#1.14.4-pre6.tinydiff ├── 1.14.4-pre6#1.14.4-pre7.tinydiff ├── 1.14.4-pre7#1.14.4.tinydiff ├── 1.2#1.2.1.tinydiff ├── 1.2.1#1.2.2.tinydiff ├── 1.2.2#1.2.3.tinydiff ├── 1.2.3#1.2.4.tinydiff ├── 1.2.4#1.2.5.tinydiff ├── 1.2.5#12w15a.tinydiff ├── 1.3-pre-07261249#1.3.1.tinydiff ├── 1.3.1#1.3.2.tinydiff ├── 1.3.1#12w32a.tinydiff ├── 1.4-pre#1.4.1-pre-10231538.tinydiff ├── 1.4.1-pre-10231538#1.4.2.tinydiff ├── 1.4.2#1.4.3-pre.tinydiff ├── 1.4.3-pre#1.4.4.tinydiff ├── 1.4.4#1.4.5.tinydiff ├── 1.4.5#12w49a.tinydiff ├── 1.4.6#1.4.7.tinydiff ├── 1.4.7#13w01a.tinydiff ├── 1.5#13w11a.tinydiff ├── 1.5.1#1.5.2.tinydiff ├── 1.5.1#13w16a-04192037.tinydiff ├── 1.5.1#af-2013-blue.tinydiff ├── 1.5.1#af-2013-red.tinydiff ├── 1.6-pre-06251516#1.6.1.tinydiff ├── 1.6.1#1.6.2-091847.tinydiff ├── 1.6.2-091847#1.6.3-pre-171231.tinydiff ├── 1.6.2-091847#13w36a-09051446.tinydiff ├── 1.6.3-pre-171231#1.6.4.tinydiff ├── 1.7-pre#1.7.1-pre.tinydiff ├── 1.7.1-pre#1.7.2.tinydiff ├── 1.7.10-pre1#1.7.10-pre2.tinydiff ├── 1.7.10-pre2#1.7.10-pre3.tinydiff ├── 1.7.10-pre3#1.7.10-pre4.tinydiff ├── 1.7.10-pre4#1.7.10.tinydiff ├── 1.7.2#13w47a.tinydiff ├── 1.7.3-pre#1.7.4.tinydiff ├── 1.7.4#1.7.5.tinydiff ├── 1.7.4#14w02a.tinydiff ├── 1.7.5#1.7.6-pre1.tinydiff ├── 1.7.6#1.7.7-101331.tinydiff ├── 1.7.6-pre1#1.7.6-pre2.tinydiff ├── 1.7.6-pre2#1.7.6.tinydiff ├── 1.7.7-101331#1.7.8.tinydiff ├── 1.7.8#1.7.9.tinydiff ├── 1.7.9#1.7.10-pre1.tinydiff ├── 1.8#1.8.1-pre1.tinydiff ├── 1.8-pre1#1.8-pre2.tinydiff ├── 1.8-pre2#1.8-pre3.tinydiff ├── 1.8-pre3#1.8.tinydiff ├── 1.8.1#1.8.2-pre1.tinydiff ├── 1.8.1-pre1#1.8.1-pre2.tinydiff ├── 1.8.1-pre2#1.8.1-pre3.tinydiff ├── 1.8.1-pre3#1.8.1-pre4.tinydiff ├── 1.8.1-pre4#1.8.1-pre5.tinydiff ├── 1.8.1-pre5#1.8.1.tinydiff ├── 1.8.2#1.8.3.tinydiff ├── 1.8.2-pre1#1.8.2-pre2.tinydiff ├── 1.8.2-pre2#1.8.2-pre3.tinydiff ├── 1.8.2-pre3#1.8.2-pre4.tinydiff ├── 1.8.2-pre4#1.8.2-pre5.tinydiff ├── 1.8.2-pre5#1.8.2-pre6.tinydiff ├── 1.8.2-pre6#1.8.2-pre7.tinydiff ├── 1.8.2-pre7#1.8.2.tinydiff ├── 1.8.3#1.8.4.tinydiff ├── 1.8.4#1.8.5.tinydiff ├── 1.8.5#1.8.6.tinydiff ├── 1.8.6#1.8.7.tinydiff ├── 1.8.7#1.8.8.tinydiff ├── 1.8.8#1.8.9.tinydiff ├── 1.8.8#15w31a.tinydiff ├── 1.9#1.9.1-pre1.tinydiff ├── 1.9-pre1#1.9-pre2.tinydiff ├── 1.9-pre2#1.9-pre3.tinydiff ├── 1.9-pre3#1.9-pre4.tinydiff ├── 1.9-pre4#1.9.tinydiff ├── 1.9.1#1.9.2.tinydiff ├── 1.9.1-pre1#1.9.1-pre2.tinydiff ├── 1.9.1-pre2#1.9.1-pre3.tinydiff ├── 1.9.1-pre3#1.9.1.tinydiff ├── 1.9.2#16w14a.tinydiff ├── 1.9.3#1.9.4.tinydiff ├── 1.9.3-pre1#1.9.3-pre2.tinydiff ├── 1.9.3-pre2#1.9.3-pre3.tinydiff ├── 1.9.3-pre3#1.9.3.tinydiff ├── 1.9.4#16w20a.tinydiff ├── 11w47a#11w48a.tinydiff ├── 11w48a#11w49a.tinydiff ├── 11w49a#11w50a.tinydiff ├── 11w50a#12w01a.tinydiff ├── 12w01a#1.1.tinydiff ├── 12w03a#12w04a.tinydiff ├── 12w04a#12w05a-1442.tinydiff ├── 12w05a-1442#12w05b.tinydiff ├── 12w05b#12w06a.tinydiff ├── 12w06a#12w07a.tinydiff ├── 12w07a#12w07b.tinydiff ├── 12w07b#12w08a.tinydiff ├── 12w08a#1.2.tinydiff ├── 12w15a#12w16a.tinydiff ├── 12w16a#12w17a.tinydiff ├── 12w17a#12w18a.tinydiff ├── 12w18a#12w19a.tinydiff ├── 12w19a#12w21a.tinydiff ├── 12w21a#12w21b.tinydiff ├── 12w21b#12w22a.tinydiff ├── 12w22a#12w23a.tinydiff ├── 12w23a#12w23b.tinydiff ├── 12w23b#12w24a.tinydiff ├── 12w24a#12w25a.tinydiff ├── 12w25a#12w26a.tinydiff ├── 12w26a#12w27a.tinydiff ├── 12w27a#12w30a.tinydiff ├── 12w30a#12w30b.tinydiff ├── 12w30b#12w30c.tinydiff ├── 12w30c#12w30d.tinydiff ├── 12w30d#12w30e.tinydiff ├── 12w30e#1.3-pre-07261249.tinydiff ├── 12w32a#12w34a.tinydiff ├── 12w34a#12w34b.tinydiff ├── 12w34b#12w36a.tinydiff ├── 12w36a#12w37a.tinydiff ├── 12w37a#12w38a.tinydiff ├── 12w38a#12w38b.tinydiff ├── 12w38b#12w39a.tinydiff ├── 12w39a#12w39b.tinydiff ├── 12w39b#12w40a.tinydiff ├── 12w40a#12w40b.tinydiff ├── 12w40b#12w41a.tinydiff ├── 12w41a#12w41b.tinydiff ├── 12w41b#12w42a.tinydiff ├── 12w42a#12w42b.tinydiff ├── 12w42b#1.4-pre.tinydiff ├── 12w49a#12w50a.tinydiff ├── 12w50a#12w50b.tinydiff ├── 12w50b#1.4.6.tinydiff ├── 13w01a#13w01b.tinydiff ├── 13w01b#13w02a.tinydiff ├── 13w02a#13w02b.tinydiff ├── 13w02b#13w03a-1647.tinydiff ├── 13w03a-1647#13w04a.tinydiff ├── 13w04a#13w05a-1538.tinydiff ├── 13w05a-1538#13w05b.tinydiff ├── 13w05b#13w06a-1636.tinydiff ├── 13w06a-1636#13w07a.tinydiff ├── 13w07a#13w09a.tinydiff ├── 13w09a#13w09b.tinydiff ├── 13w09b#13w09c.tinydiff ├── 13w09c#13w10a.tinydiff ├── 13w10a#13w10b.tinydiff ├── 13w10b#1.5.tinydiff ├── 13w11a#1.5.1.tinydiff ├── 13w16a-04192037#13w16b-04232151.tinydiff ├── 13w16b-04232151#13w17a.tinydiff ├── 13w17a#13w18a.tinydiff ├── 13w18a#13w18b.tinydiff ├── 13w18b#13w18c.tinydiff ├── 13w18c#13w19a.tinydiff ├── 13w19a#13w21a.tinydiff ├── 13w21a#13w21b.tinydiff ├── 13w21b#13w22a.tinydiff ├── 13w22a#13w23a.tinydiff ├── 13w23a#13w23b-06080101.tinydiff ├── 13w23b-06080101#13w24a.tinydiff ├── 13w24a#13w24b.tinydiff ├── 13w24b#13w25a.tinydiff ├── 13w25a#13w25b.tinydiff ├── 13w25b#13w25c.tinydiff ├── 13w25c#13w26a.tinydiff ├── 13w26a#1.6-pre-06251516.tinydiff ├── 13w36a-09051446#13w36b-09061310.tinydiff ├── 13w36b-09061310#13w37a.tinydiff ├── 13w37a#13w37b.tinydiff ├── 13w37b#13w38a.tinydiff ├── 13w38a#13w38b.tinydiff ├── 13w38b#13w38c.tinydiff ├── 13w38c#13w39a.tinydiff ├── 13w39a#13w39b.tinydiff ├── 13w39b#13w41a.tinydiff ├── 13w41a#13w41b-1523.tinydiff ├── 13w41b-1523#13w42a.tinydiff ├── 13w42a#13w42b.tinydiff ├── 13w42b#13w43a.tinydiff ├── 13w43a#1.7-pre.tinydiff ├── 13w47a#13w47b.tinydiff ├── 13w47b#13w47c.tinydiff ├── 13w47c#13w47d.tinydiff ├── 13w47d#13w47e.tinydiff ├── 13w47e#13w48a.tinydiff ├── 13w48a#13w48b.tinydiff ├── 13w48b#13w49a.tinydiff ├── 13w49a#1.7.3-pre.tinydiff ├── 14w02a#14w02b.tinydiff ├── 14w02b#14w02c.tinydiff ├── 14w02c#14w03a.tinydiff ├── 14w03a#14w03b.tinydiff ├── 14w03b#14w04a.tinydiff ├── 14w04a#14w04b-1554.tinydiff ├── 14w04b-1554#14w05a.tinydiff ├── 14w05a#14w05b.tinydiff ├── 14w05b#14w06a.tinydiff ├── 14w06a#14w06b.tinydiff ├── 14w06b#14w07a.tinydiff ├── 14w07a#14w08a.tinydiff ├── 14w08a#14w10a.tinydiff ├── 14w10a#14w10b.tinydiff ├── 14w10b#14w10c.tinydiff ├── 14w10c#14w11a.tinydiff ├── 14w11a#14w11b.tinydiff ├── 14w11b#14w17a.tinydiff ├── 14w17a#14w18a.tinydiff ├── 14w18a#14w18b.tinydiff ├── 14w18b#14w19a.tinydiff ├── 14w19a#14w20a.tinydiff ├── 14w20a#14w20b.tinydiff ├── 14w20b#14w21a.tinydiff ├── 14w21a#14w21b.tinydiff ├── 14w21b#14w25a.tinydiff ├── 14w25a#14w25b.tinydiff ├── 14w25b#14w26a.tinydiff ├── 14w26a#14w26b.tinydiff ├── 14w26b#14w26c.tinydiff ├── 14w26c#14w27a.tinydiff ├── 14w27a#14w27b-07021646.tinydiff ├── 14w27b-07021646#14w28a.tinydiff ├── 14w28a#14w28b.tinydiff ├── 14w28b#14w29a.tinydiff ├── 14w29a#14w29b.tinydiff ├── 14w29b#14w30a.tinydiff ├── 14w30a#14w30b.tinydiff ├── 14w30b#14w30c.tinydiff ├── 14w30c#14w31a.tinydiff ├── 14w31a#14w32a.tinydiff ├── 14w32a#14w32b.tinydiff ├── 14w32b#14w32c.tinydiff ├── 14w32c#14w32d.tinydiff ├── 14w32d#14w33a.tinydiff ├── 14w33a#14w33b.tinydiff ├── 14w33b#14w33c.tinydiff ├── 14w33c#14w34a.tinydiff ├── 14w34a#14w34b.tinydiff ├── 14w34b#14w34c-08191549.tinydiff ├── 14w34c-08191549#14w34d.tinydiff ├── 14w34d#1.8-pre1.tinydiff ├── 15w31a#15w31b.tinydiff ├── 15w31b#15w31c.tinydiff ├── 15w31c#15w32a.tinydiff ├── 15w32a#15w32b.tinydiff ├── 15w32b#15w32c.tinydiff ├── 15w32c#15w33a.tinydiff ├── 15w33a#15w33b.tinydiff ├── 15w33b#15w33c.tinydiff ├── 15w33c#15w34a.tinydiff ├── 15w34a#15w34b.tinydiff ├── 15w34b#15w34c.tinydiff ├── 15w34c#15w34d.tinydiff ├── 15w34d#15w35a.tinydiff ├── 15w35a#15w35b.tinydiff ├── 15w35b#15w35c.tinydiff ├── 15w35c#15w35d.tinydiff ├── 15w35d#15w35e.tinydiff ├── 15w35e#15w36a.tinydiff ├── 15w36a#15w36b.tinydiff ├── 15w36b#15w36c.tinydiff ├── 15w36c#15w36d.tinydiff ├── 15w36d#15w37a.tinydiff ├── 15w37a#15w38a.tinydiff ├── 15w38a#15w38b.tinydiff ├── 15w38b#15w39a.tinydiff ├── 15w39a#15w39b.tinydiff ├── 15w39b#15w39c.tinydiff ├── 15w39c#15w40a.tinydiff ├── 15w40a#15w40b.tinydiff ├── 15w40b#15w41a.tinydiff ├── 15w41a#15w41b.tinydiff ├── 15w41b#15w42a.tinydiff ├── 15w42a#15w43a.tinydiff ├── 15w43a#15w43b.tinydiff ├── 15w43b#15w43c.tinydiff ├── 15w43c#15w44a.tinydiff ├── 15w44a#15w44b.tinydiff ├── 15w44b#15w45a.tinydiff ├── 15w45a#15w46a.tinydiff ├── 15w46a#15w47a.tinydiff ├── 15w47a#15w47b.tinydiff ├── 15w47b#15w47c.tinydiff ├── 15w47c#15w49a.tinydiff ├── 15w49a#15w49b.tinydiff ├── 15w49b#15w50a.tinydiff ├── 15w50a#15w51a.tinydiff ├── 15w51a#15w51b.tinydiff ├── 15w51b#16w02a.tinydiff ├── 16w02a#16w03a.tinydiff ├── 16w03a#16w04a.tinydiff ├── 16w04a#16w05a.tinydiff ├── 16w05a#16w05b.tinydiff ├── 16w05b#16w06a.tinydiff ├── 16w06a#16w07a.tinydiff ├── 16w07a#16w07b.tinydiff ├── 16w07b#1.9-pre1.tinydiff ├── 16w14a#16w15a.tinydiff ├── 16w15a#16w15b.tinydiff ├── 16w15b#1.9.3-pre1.tinydiff ├── 16w20a#16w21a.tinydiff ├── 16w21a#16w21b.tinydiff ├── 16w21b#1.10-pre1.tinydiff ├── 16w32a#16w32b.tinydiff ├── 16w32b#16w33a.tinydiff ├── 16w33a#16w35a.tinydiff ├── 16w35a#16w36a.tinydiff ├── 16w36a#16w38a.tinydiff ├── 16w38a#16w39a.tinydiff ├── 16w39a#16w39b.tinydiff ├── 16w39b#16w39c.tinydiff ├── 16w39c#16w40a.tinydiff ├── 16w40a#16w41a.tinydiff ├── 16w41a#16w42a.tinydiff ├── 16w42a#16w43a.tinydiff ├── 16w43a#16w44a.tinydiff ├── 16w44a#1.11-pre1.tinydiff ├── 16w50a-1438#1.11.1.tinydiff ├── 17w06a#17w13a.tinydiff ├── 17w13a#17w13b.tinydiff ├── 17w13b#17w14a.tinydiff ├── 17w14a#17w15a.tinydiff ├── 17w15a#17w16a.tinydiff ├── 17w16a#17w16b.tinydiff ├── 17w16b#17w17a.tinydiff ├── 17w17a#17w17b.tinydiff ├── 17w17b#17w18a.tinydiff ├── 17w18a#17w18b.tinydiff ├── 17w18b#1.12-pre1.tinydiff ├── 17w31a#1.12.1-pre1.tinydiff ├── 17w43a#17w43b.tinydiff ├── 17w43b#17w45a.tinydiff ├── 17w45a#17w45b.tinydiff ├── 17w45b#17w46a.tinydiff ├── 17w46a#17w47a.tinydiff ├── 17w47a#17w47b.tinydiff ├── 17w47b#17w48a.tinydiff ├── 17w48a#17w49a.tinydiff ├── 17w49a#17w49b.tinydiff ├── 17w49b#17w50a.tinydiff ├── 17w50a#18w01a.tinydiff ├── 18w01a#18w02a.tinydiff ├── 18w02a#18w03a.tinydiff ├── 18w03a#18w03b.tinydiff ├── 18w03b#18w05a.tinydiff ├── 18w05a#18w06a.tinydiff ├── 18w06a#18w07a.tinydiff ├── 18w07a#18w07b.tinydiff ├── 18w07b#18w07c.tinydiff ├── 18w07c#18w08a.tinydiff ├── 18w08a#18w08b.tinydiff ├── 18w08b#18w09a.tinydiff ├── 18w09a#18w10a.tinydiff ├── 18w10a#18w10b.tinydiff ├── 18w10b#18w10c.tinydiff ├── 18w10c#18w10d.tinydiff ├── 18w10d#18w11a.tinydiff ├── 18w11a#18w14a.tinydiff ├── 18w14a#18w14b.tinydiff ├── 18w14b#18w15a.tinydiff ├── 18w15a#18w16a.tinydiff ├── 18w16a#18w19a.tinydiff ├── 18w19a#18w19b.tinydiff ├── 18w19b#18w20a.tinydiff ├── 18w20a#18w20b.tinydiff ├── 18w20b#18w20c.tinydiff ├── 18w20c#18w21a.tinydiff ├── 18w21a#18w21b.tinydiff ├── 18w21b#18w22a.tinydiff ├── 18w22a#18w22b.tinydiff ├── 18w22b#18w22c.tinydiff ├── 18w22c#1.13-pre1.tinydiff ├── 18w30a#18w30b.tinydiff ├── 18w30b#18w31a.tinydiff ├── 18w31a#18w32a.tinydiff ├── 18w32a#18w33a.tinydiff ├── 18w33a#1.13.1-pre1.tinydiff ├── 18w43a#18w43b.tinydiff ├── 18w43b#18w43c.tinydiff ├── 18w43c#18w44a.tinydiff ├── 18w44a#18w45a.tinydiff ├── 18w45a#18w46a.tinydiff ├── 18w46a#18w47a.tinydiff ├── 18w47a#18w47b.tinydiff ├── 18w47b#18w48a.tinydiff ├── 18w48a#18w48b.tinydiff ├── 18w48b#18w49a.tinydiff ├── 18w49a#18w50a.tinydiff ├── 18w50a#19w02a.tinydiff ├── 19w02a#19w03a.tinydiff ├── 19w03a#19w03b.tinydiff ├── 19w03b#19w03c.tinydiff ├── 19w03c#19w04a.tinydiff ├── 19w04a#19w04b.tinydiff ├── 19w04b#19w05a.tinydiff ├── 19w05a#19w06a.tinydiff ├── 19w06a#19w07a.tinydiff ├── 19w07a#19w08a.tinydiff ├── 19w08a#19w08b.tinydiff ├── 19w08b#19w09a.tinydiff ├── 19w09a#19w11a.tinydiff ├── 19w11a#19w11b.tinydiff ├── 19w11b#19w12a.tinydiff ├── 19w12a#19w12b.tinydiff ├── 19w12b#19w13a.tinydiff ├── 19w13a#19w13b-1653.tinydiff ├── 19w13b-1653#19w14a.tinydiff ├── 19w14a#19w14b.tinydiff ├── 19w14b#1.14-pre1.tinydiff ├── a1.0.10#a1.0.9.tinydiff ├── a1.0.11#a1.0.10.tinydiff ├── a1.0.12#a1.0.11.tinydiff ├── a1.0.13#a1.0.12.tinydiff ├── a1.0.13_01#a1.0.13.tinydiff ├── a1.0.14#a1.0.14-1603.tinydiff ├── a1.0.14-1603#a1.0.13_01.tinydiff ├── a1.0.15~server-a0.1.0#a1.0.14.tinydiff ├── a1.0.16_01~server-a0.1.2_01#a1.0.16~server-a0.1.1-1707.tinydiff ├── a1.0.16_02~server-a0.1.3#a1.0.16_01~server-a0.1.2_01.tinydiff ├── a1.0.16~server-a0.1.1-1707#a1.0.15~server-a0.1.0.tinydiff ├── a1.0.17_02~server-a0.1.4#a1.0.16_02~server-a0.1.3.tinydiff ├── a1.0.17_03#a1.0.17_02~server-a0.1.4.tinydiff ├── a1.0.17_04#a1.0.17_03.tinydiff ├── a1.0.1_01#inf-20100630-1835.tinydiff ├── a1.0.2_01#a1.0.1_01.tinydiff ├── a1.0.2_02#a1.0.2_01.tinydiff ├── a1.0.3#a1.0.2_02.tinydiff ├── a1.0.4#a1.0.3.tinydiff ├── a1.0.5#a1.0.4.tinydiff ├── a1.0.5_01#a1.0.5.tinydiff ├── a1.0.6#a1.0.5_01.tinydiff ├── a1.0.6_01#a1.0.6.tinydiff ├── a1.0.6_03#a1.0.6_01.tinydiff ├── a1.0.7#a1.0.6_03.tinydiff ├── a1.0.8_01#a1.0.7.tinydiff ├── a1.0.9#a1.0.8_01.tinydiff ├── a1.1.0#a1.1.0-101847~server-a0.2.0.tinydiff ├── a1.1.0-101847~server-a0.2.0#a1.0.17_02~server-a0.1.4.tinydiff ├── a1.1.0-101847~server-a0.2.0#a1.0.17_04.tinydiff ├── a1.1.1~server-a0.2.1#a1.1.0.tinydiff ├── a1.1.1~server-a0.2.1#server-a0.2.0_01.tinydiff ├── a1.1.2#a1.1.1~server-a0.2.1.tinydiff ├── a1.1.2_01#a1.1.2.tinydiff ├── a1.2.0_01~server-a0.2.2_01#a1.2.0~server-a0.2.2.tinydiff ├── a1.2.0_02#a1.2.0_01~server-a0.2.2_01.tinydiff ├── a1.2.0~server-a0.2.2#a1.1.1~server-a0.2.1.tinydiff ├── a1.2.0~server-a0.2.2#a1.1.2_01.tinydiff ├── a1.2.1_01~server-a0.2.3#a1.2.0_01~server-a0.2.2_01.tinydiff ├── a1.2.1_01~server-a0.2.3#a1.2.0_02.tinydiff ├── a1.2.2#a1.2.2-1624~server-a0.2.4.tinydiff ├── a1.2.2-1624~server-a0.2.4#a1.2.1_01~server-a0.2.3.tinydiff ├── a1.2.3_01#a1.2.3_01-0956.tinydiff ├── a1.2.3_01-0956#a1.2.3~server-a0.2.5-0923.tinydiff ├── a1.2.3_02~server-a0.2.5_01#a1.2.3_01.tinydiff ├── a1.2.3_02~server-a0.2.5_01#server-a0.2.5-1004.tinydiff ├── a1.2.3_04~server-a0.2.5_02#a1.2.3_02~server-a0.2.5_01.tinydiff ├── a1.2.3_05~server-a0.2.6#a1.2.3_04~server-a0.2.5_02.tinydiff ├── a1.2.3~server-a0.2.5-0923#a1.2.2-1624~server-a0.2.4.tinydiff ├── a1.2.3~server-a0.2.5-0923#a1.2.2.tinydiff ├── a1.2.4_01~server-a0.2.6_02#a1.2.3_05~server-a0.2.6.tinydiff ├── a1.2.4_01~server-a0.2.6_02#server-a0.2.6_01.tinydiff ├── a1.2.5~server-a0.2.7#a1.2.4_01~server-a0.2.6_02.tinydiff ├── a1.2.6~server-a0.2.8#a1.2.5~server-a0.2.7.tinydiff ├── af-2013-blue#af-2013-purple.tinydiff ├── af-2013-blue#af-2013-red.tinydiff ├── af-2013-red#af-2013-purple.tinydiff ├── b1.0#a1.2.6~server-a0.2.8.tinydiff ├── b1.0#b1.0_01.tinydiff ├── b1.0.2#b1.1-1245.tinydiff ├── b1.0.tiny ├── b1.0_01#b1.0.2.tinydiff ├── b1.0_01#b1.1-1245.tinydiff ├── b1.1-1245#b1.1-1255.tinydiff ├── b1.1-1245#b1.1_01.tinydiff ├── b1.1-1255#b1.1_01.tinydiff ├── b1.1_01#b1.1_02.tinydiff ├── b1.1_02#b1.2.tinydiff ├── b1.2#b1.2_01.tinydiff ├── b1.2_01#b1.2_02.tinydiff ├── b1.2_01#b1.3-1731.tinydiff ├── b1.2_01#b1.4-1507.tinydiff ├── b1.2_02#b1.3-1750.tinydiff ├── b1.2_02#b1.4-1507.tinydiff ├── b1.3-1750#b1.3_01.tinydiff ├── b1.4-1507#b1.4-1634.tinydiff ├── b1.4-1507#b1.4_01.tinydiff ├── b1.4-1634#b1.4_01.tinydiff ├── b1.4_01#b1.5.tinydiff ├── b1.5#b1.5_01.tinydiff ├── b1.5_01#b1.5_02.tinydiff ├── b1.5_01#b1.6-tb3.tinydiff ├── b1.5_02#b1.6-pre-trailer.tinydiff ├── b1.6#b1.6.1.tinydiff ├── b1.6-pre-trailer#b1.6-tb3.tinydiff ├── b1.6-tb3#b1.6.tinydiff ├── b1.6.1#b1.6.2.tinydiff ├── b1.6.2#b1.6.3.tinydiff ├── b1.6.3#b1.6.4.tinydiff ├── b1.6.4#b1.6.5.tinydiff ├── b1.6.5#b1.6.6.tinydiff ├── b1.6.6#b1.7.tinydiff ├── b1.7#b1.7_01.tinydiff ├── b1.7.2#b1.7.3.tinydiff ├── b1.7.3#b1.8-pre1-201109081459.tinydiff ├── b1.7.3#b1.8-pre1-201109091357.tinydiff ├── b1.7_01#b1.7.2.tinydiff ├── b1.8#b1.8.1.tinydiff ├── b1.8-pre1-201109081459#b1.8-pre1-201109091357.tinydiff ├── b1.8-pre1-201109091357#b1.8-pre2.tinydiff ├── b1.8-pre2#b1.8.tinydiff ├── b1.8.1#b1.9-pre1.tinydiff ├── b1.9-pre1#b1.9-pre2.tinydiff ├── b1.9-pre2#b1.9-pre3-201110061350.tinydiff ├── b1.9-pre3-201110061350#b1.9-pre3-201110061402.tinydiff ├── b1.9-pre3-201110061350#b1.9-pre4-201110131434.tinydiff ├── b1.9-pre3-201110061402#b1.9-pre4-201110131434.tinydiff ├── b1.9-pre4-201110131434#b1.9-pre4-201110131440.tinydiff ├── b1.9-pre4-201110131434#b1.9-pre5.tinydiff ├── b1.9-pre4-201110131440#b1.9-pre5.tinydiff ├── b1.9-pre5#b1.9-pre6.tinydiff ├── b1.9-pre6#1.0.0-rc1.tinydiff ├── b1.9-pre6#1.0.0-rc2-3.tinydiff ├── c0.0.11a-launcher#rd-161348-launcher.tinydiff ├── c0.0.12a_03#c0.0.11a-launcher.tinydiff ├── c0.0.13a-launcher#c0.0.12a_03.tinydiff ├── c0.0.13a_03#c0.0.13a-launcher.tinydiff ├── c0.0.13a_03-launcher#c0.0.13a_03.tinydiff ├── c0.0.14a_08#c0.0.13a_03-launcher.tinydiff ├── c0.0.15a#c0.0.14a_08.tinydiff ├── c0.0.16a_02#c0.0.15a.tinydiff ├── c0.0.17a#c0.0.16a_02.tinydiff ├── c0.0.18a_02#c0.0.17a.tinydiff ├── c0.0.19a_04#c0.0.18a_02.tinydiff ├── c0.0.19a_06#c0.0.19a_04.tinydiff ├── c0.0.20a_01#c0.0.19a_06.tinydiff ├── c0.0.20a_02#c0.0.20a_01.tinydiff ├── c0.0.21a#c0.0.20a_02.tinydiff ├── c0.0.22a_05#c0.0.21a.tinydiff ├── c0.0.23a_01#c0.0.22a_05.tinydiff ├── c0.24_st_03#c0.0.23a_01.tinydiff ├── c0.25_05_st#c0.24_st_03.tinydiff ├── c0.27_st#c0.25_05_st.tinydiff ├── c0.28_01#c0.27_st.tinydiff ├── c0.29#c0.28_01.tinydiff ├── c0.29_01#c0.29.tinydiff ├── c0.29_02#c0.29_01.tinydiff ├── c0.30-c#c0.30-s.tinydiff ├── c0.30-c-renew#c0.30-c.tinydiff ├── c0.30-s#c0.29_02.tinydiff ├── in-20091223-1459#c0.30-c-renew.tinydiff ├── in-20091231-2255#in-20091223-1459.tinydiff ├── in-20100104-2258#in-20091231-2255.tinydiff ├── in-20100110#in-20100104-2258.tinydiff ├── in-20100124-2310#in-20100110.tinydiff ├── in-20100125#in-20100124-2310.tinydiff ├── in-20100128-2304#in-20100125.tinydiff ├── in-20100129-1452#in-20100128-2304.tinydiff ├── in-20100130#in-20100129-1452.tinydiff ├── in-20100131-2244#in-20100130.tinydiff ├── in-20100201-0025#in-20100131-2244.tinydiff ├── in-20100201-2227#in-20100201-0025.tinydiff ├── in-20100202-2330#in-20100201-2227.tinydiff ├── in-20100206-2103#in-20100202-2330.tinydiff ├── in-20100207-1101#in-20100206-2103.tinydiff ├── in-20100207-1703#in-20100207-1101.tinydiff ├── in-20100212-1210#in-20100207-1703.tinydiff ├── in-20100212-1622#in-20100212-1210.tinydiff ├── in-20100213#in-20100212-1622.tinydiff ├── in-20100214#in-20100213.tinydiff ├── in-20100218-0016#in-20100214.tinydiff ├── in-20100219#in-20100218-0016.tinydiff ├── in-20100223#in-20100219.tinydiff ├── inf-20100227-1433#in-20100223.tinydiff ├── inf-20100313#inf-20100227-1433.tinydiff ├── inf-20100316#inf-20100313.tinydiff ├── inf-20100320#inf-20100316.tinydiff ├── inf-20100321-1817#inf-20100320.tinydiff ├── inf-20100325-1640#inf-20100321-1817.tinydiff ├── inf-20100327#inf-20100325-1640.tinydiff ├── inf-20100330-1611#inf-20100327.tinydiff ├── inf-20100413-1953#inf-20100330-1611.tinydiff ├── inf-20100414#inf-20100413-1953.tinydiff ├── inf-20100415#inf-20100414.tinydiff ├── inf-20100420#inf-20100415.tinydiff ├── inf-20100607#inf-20100420.tinydiff ├── inf-20100608#inf-20100607.tinydiff ├── inf-20100611#inf-20100608.tinydiff ├── inf-20100615#inf-20100611.tinydiff ├── inf-20100616-1808#inf-20100615.tinydiff ├── inf-20100617-1205#inf-20100616-1808.tinydiff ├── inf-20100617-1531#inf-20100617-1205.tinydiff ├── inf-20100618#inf-20100617-1531.tinydiff ├── inf-20100624#inf-20100618.tinydiff ├── inf-20100625-0922#inf-20100624.tinydiff ├── inf-20100625-1917#inf-20100625-0922.tinydiff ├── inf-20100627#inf-20100625-1917.tinydiff ├── inf-20100629#inf-20100627.tinydiff ├── inf-20100630-1340#inf-20100629.tinydiff ├── inf-20100630-1835#inf-20100630-1340.tinydiff ├── rd-132328-launcher#rd-132211-launcher.tinydiff ├── rd-160052-launcher#rd-132328-launcher.tinydiff ├── rd-161348-launcher#rd-160052-launcher.tinydiff ├── server-a0.2.0_01#a1.1.0-101847~server-a0.2.0.tinydiff ├── server-a0.2.5-1004#a1.2.3~server-a0.2.5-0923.tinydiff └── server-a0.2.6_01#a1.2.3_05~server-a0.2.6.tinydiff ├── named-mappings-builds.json ├── nests-builds.json ├── publish.py ├── settings.gradle ├── signatures-builds.json ├── src └── constants │ └── java │ └── net │ └── ornithemc │ └── feather │ └── constants │ ├── Dimensions.java │ ├── GameModes.java │ ├── NbtTypes.java │ └── SetBlockFlags.java └── unpick-definitions ├── dimensions.unpick ├── gamemodes.unpick ├── gl.unpick ├── mc13w01a-mc17w46a └── setblockflags.unpick ├── mc17w47a-mc1.14.4 └── setblockflags.unpick ├── nbttypes.unpick └── unpick.json /.editorconfig: -------------------------------------------------------------------------------- 1 | [*.{gradle,mapping}] 2 | indent_style = tab 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.mapping text eol=lf -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/incorrect-mapping-name.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Incorrect mapping name 3 | about: Report an incorrect mapping name 4 | title: 5 | labels: bug 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Type** 11 | Class / Field / Method / Parameter 12 | 13 | **Describe where the element is** 14 | State the affected element's type descriptor or describe where it is 15 | 16 | **Description of the element** 17 | Describe what the element does 18 | 19 | **Expected name** 20 | The expected name 21 | 22 | **Additional Context** 23 | Any additional information 24 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/suggestion.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Suggestion 3 | about: Suggest classes that should be mapped or documented 4 | title: 5 | labels: enhancement 6 | assignees: '' 7 | 8 | --- 9 | **Minecraft Version** 10 | 1.7.10 11 | 12 | **Names of the classes** 13 | Class1, Class2 14 | 15 | **Additional Context** 16 | Any Additional information 17 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/visibility-issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Class visibility issue 3 | about: Report an incorrect package name 4 | title: 5 | labels: bug 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Name of the class** 11 | Classname 12 | 13 | **Affected Classes** 14 | Class1, Class2 15 | 16 | **Description of the class** 17 | Describe what the class does 18 | 19 | **Additional context** 20 | Any Additional context or screenshots 21 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- 1 | name: Build 2 | on: [push, pull_request] 3 | concurrency: 4 | group: build-${{ github.ref }} 5 | cancel-in-progress: true 6 | jobs: 7 | build: 8 | runs-on: ubuntu-24.04 9 | strategy: 10 | max-parallel: 20 11 | matrix: 12 | version: ["a1.0.1_01", "a1.1.0", "a1.2.0", "a1.2.6", "b1.0", "b1.2", "b1.5", "b1.6", "b1.7", "b1.8", "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"] 13 | steps: 14 | - name: checkout repository 15 | uses: actions/checkout@v4 16 | 17 | - uses: actions/setup-java@v4 18 | with: 19 | distribution: 'temurin' 20 | java-version: '21' 21 | 22 | - name: wrapper validation 23 | uses: gradle/actions/wrapper-validation@v4 24 | 25 | - name: make gradle wrapper executable 26 | if: ${{ runner.os != 'Windows' }} 27 | run: chmod +x ./gradlew 28 | 29 | - name: set up python 30 | uses: actions/setup-python@v4 31 | with: 32 | python-version: '3.10' 33 | 34 | - name: install python packages 35 | run: python -m pip install --upgrade pip 36 | 37 | - name: run feather script 38 | run: python feather.py clean build mapMinecraftToNamed ${{ matrix.version }} 39 | -------------------------------------------------------------------------------- /.github/workflows/build_all.yml: -------------------------------------------------------------------------------- 1 | name: Build All 2 | on: [ workflow_dispatch ] 3 | jobs: 4 | matrix_prep: 5 | uses: ./.github/workflows/matrix_prep.yml 6 | 7 | display_versions: 8 | needs: matrix_prep 9 | runs-on: ubuntu-24.04 10 | steps: 11 | - name: display versions 12 | run: echo '${{ needs.matrix_prep.outputs.versions }}' | jq '.include[].version_range[]' 13 | 14 | build: 15 | needs: matrix_prep 16 | runs-on: ubuntu-24.04 17 | 18 | strategy: 19 | max-parallel: 20 20 | fail-fast: false 21 | matrix: ${{ fromJson(needs.matrix_prep.outputs.versions) }} 22 | 23 | steps: 24 | - name: checkout repository 25 | uses: actions/checkout@v4 26 | 27 | - name: setup java 28 | uses: actions/setup-java@v4 29 | with: 30 | distribution: 'temurin' 31 | java-version: '21' 32 | 33 | - name: wrapper validation 34 | uses: gradle/actions/wrapper-validation@v4 35 | 36 | - name: make gradle wrapper executable 37 | if: ${{ runner.os != 'Windows' }} 38 | run: chmod +x ./gradlew 39 | 40 | - name: run build script 41 | run: python3 build_all.py 42 | env: 43 | MC_VERSIONS: ${{ join(matrix.version_range, ',') }} 44 | 45 | # generate_publish_workflows: # not for now, if you want to enable check **requirements** here https://github.com/OrnitheMC/feather-mappings/pull/134 46 | # needs: build 47 | # runs-on: ubuntu-22.04 48 | # # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token 49 | # permissions: 50 | # contents: write 51 | # actions: write 52 | # steps: 53 | # - name: checkout repository 54 | # uses: actions/checkout@v3 55 | # with: 56 | # token: ${{ secrets.WORKFLOW_TOKEN }} 57 | # 58 | # - name: generate publish workflow 59 | # run: python3 .github/workflows/scripts/workflow_gen.py 60 | # 61 | # - name: submit publish files 62 | # run: | 63 | # rm -r .github/workflows/publish_*.yml 64 | # python3 .github/workflows/scripts/workflow_gen.py 65 | # git config user.name github-actions 66 | # git config user.email github-actions@github.com 67 | # git add . 68 | # git commit -m "publish workflows update" 69 | # git push 70 | -------------------------------------------------------------------------------- /.github/workflows/matrix_prep.yml: -------------------------------------------------------------------------------- 1 | name: step.matrix_prepare 2 | on: 3 | workflow_call: 4 | outputs: 5 | versions: 6 | description: all the versions partitioned 7 | value: ${{ jobs.matrix_prep.outputs.versions }} 8 | jobs: 9 | matrix_prep: 10 | runs-on: ubuntu-22.04 11 | steps: 12 | - name: checkout repository 13 | uses: actions/checkout@v4 14 | 15 | - name: get current version matrix 16 | id: getMatrix 17 | run: python3 .github/workflows/scripts/matrix_gen.py 18 | 19 | outputs: 20 | versions: ${{ steps.getMatrix.outputs.versions }} 21 | -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- 1 | name: Publish 2 | on: [ workflow_dispatch ] 3 | jobs: 4 | matrix_prep: 5 | uses: ./.github/workflows/matrix_prep.yml 6 | 7 | display_versions: 8 | needs: matrix_prep 9 | runs-on: ubuntu-24.04 10 | steps: 11 | - name: display versions 12 | run: echo '${{ needs.matrix_prep.outputs.versions }}' | jq '.include[].version_range[]' 13 | 14 | publish: 15 | needs: matrix_prep 16 | runs-on: ubuntu-24.04 17 | 18 | strategy: 19 | max-parallel: 1 20 | fail-fast: false 21 | matrix: ${{ fromJson(needs.matrix_prep.outputs.versions) }} 22 | 23 | steps: 24 | - name: checkout repository 25 | uses: actions/checkout@v4 26 | 27 | - name: setup java 28 | uses: actions/setup-java@v4 29 | with: 30 | distribution: 'temurin' 31 | java-version: '21' 32 | 33 | - name: wrapper validation 34 | uses: gradle/actions/wrapper-validation@v4 35 | 36 | - name: make gradle wrapper executable 37 | if: ${{ runner.os != 'Windows' }} 38 | run: chmod +x ./gradlew 39 | 40 | - name: run publish script 41 | run: python3 publish.py 42 | env: 43 | MC_VERSIONS: ${{ join(matrix.version_range, ',') }} 44 | MAVEN_URL: ${{ secrets.NEW_MAVEN_URL }} 45 | MAVEN_USERNAME: ${{ secrets.NEW_MAVEN_USERNAME }} 46 | MAVEN_PASSWORD: ${{ secrets.NEW_MAVEN_PASSWORD }} 47 | -------------------------------------------------------------------------------- /.github/workflows/scripts/matrix_gen.py: -------------------------------------------------------------------------------- 1 | import json 2 | import math 3 | import os 4 | from typing import Generator 5 | 6 | 7 | def find_minecraft_versions() -> Generator[str, str, None]: 8 | for filename in os.listdir("mappings"): 9 | if filename.endswith(".tiny"): 10 | yield filename.removesuffix(".tiny") 11 | elif filename.endswith(".tinydiff"): 12 | if len(pair := filename.removesuffix(".tinydiff").split("#")) == 2: 13 | yield pair[-1] 14 | 15 | 16 | def split_in_jobs(n_jobs: int, versions: list[str]) -> list[dict[str, list[str]]]: 17 | versions_per_job: int = math.ceil(len(versions) / n_jobs) 18 | start: int = 0 19 | result: list[dict[str, list[str]]] = [] 20 | for i in range(n_jobs): 21 | result.append({"version_range": versions[start:start+versions_per_job]}) 22 | start += versions_per_job 23 | return result 24 | 25 | 26 | def main(): 27 | minecraft_versions: list[str] = list(set(find_minecraft_versions())) 28 | print(minecraft_versions) 29 | jobs: list[dict[str, list[str]]] = split_in_jobs(20, minecraft_versions) 30 | version_split: str = json.dumps({"include": jobs}) 31 | with open(os.environ["GITHUB_OUTPUT"], "w") as f: 32 | f.write(f"versions={version_split}\n") 33 | print(os.getenv("GITHUB_OUTPUT")) 34 | 35 | 36 | if __name__ == '__main__': 37 | main() 38 | -------------------------------------------------------------------------------- /.github/workflows/scripts/publish_generator.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Script to update the publish workflow when a new version gets added 4 | rm -f .github/workflows/publish_*.yml > /dev/null 5 | python3 .github/workflows/scripts/workflow_gen.py -------------------------------------------------------------------------------- /.github/workflows/scripts/workflow_gen.py: -------------------------------------------------------------------------------- 1 | import math 2 | import os 3 | from typing import Generator 4 | 5 | 6 | def find_minecraft_versions() -> Generator[str, str, None]: 7 | for filename in os.listdir("mappings"): 8 | if filename.endswith(".tiny"): 9 | yield filename.removesuffix(".tiny") 10 | elif filename.endswith(".tinydiff"): 11 | if len(pair := filename.removesuffix(".tinydiff").split("#")) == 2: 12 | yield pair[-1] 13 | 14 | 15 | def split_in_workflows(max_versions: int, versions: list[str]) -> list[list[str]]: 16 | n_workflows: int = math.ceil(len(versions) / max_versions) 17 | start: int = 0 18 | result: list[list[str]] = [] 19 | for i in range(n_workflows): 20 | result.append(versions[start:start+max_versions]) 21 | start += max_versions 22 | return result 23 | 24 | 25 | def main(): 26 | minecraft_versions: list[str] = list(set(find_minecraft_versions())) 27 | minecraft_versions.sort() 28 | workflows: list[list[str]] = split_in_workflows(230, minecraft_versions) 29 | for i, versions in enumerate(workflows): 30 | formatted_versions = str(versions).replace("'", '"') 31 | with open(".github/workflows/templates/publish_runner_template.yml", "r") as r_template: 32 | template: str = r_template.read() 33 | template: str = template.replace("PUBLISH_NUMBER", str(i)) 34 | template: str = template.replace("PUBLISH_VERSIONS", formatted_versions) 35 | template: str = template.replace("PUBLISH_ID", "Publish" if i == 0 else f"Publish_{i - 1}") 36 | with open(f".github/workflows/publish_{i}.yml", "w") as publish: 37 | publish.write(template) 38 | 39 | 40 | if __name__ == '__main__': 41 | main() 42 | -------------------------------------------------------------------------------- /.github/workflows/templates/publish_runner_template.yml: -------------------------------------------------------------------------------- 1 | name: Publish_PUBLISH_NUMBER 2 | on: 3 | workflow_run: 4 | workflows: [ PUBLISH_ID ] 5 | types: 6 | - completed 7 | jobs: 8 | build: 9 | runs-on: ubuntu-22.04 10 | 11 | strategy: 12 | max-parallel: 1 13 | fail-fast: false 14 | matrix: 15 | version: PUBLISH_VERSIONS 16 | 17 | steps: 18 | - name: checkout repository 19 | uses: actions/checkout@v3 20 | 21 | - name: setup java 22 | uses: actions/setup-java@v3 23 | with: 24 | distribution: 'temurin' 25 | java-version: '17' 26 | 27 | - name: wrapper validation 28 | uses: gradle/wrapper-validation-action@v1 29 | 30 | - name: make gradle wrapper executable 31 | if: ${{ runner.os != 'Windows' }} 32 | run: chmod +x ./gradlew 33 | 34 | - name: run publish script 35 | run: python3 feather.py publish ${{ matrix.version }} 36 | env: 37 | MAVEN_URL: ${{ secrets.NEW_MAVEN_URL }} 38 | MAVEN_USERNAME: ${{ secrets.NEW_MAVEN_USERNAME }} 39 | MAVEN_PASSWORD: ${{ secrets.NEW_MAVEN_PASSWORD }} -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .gradle/ 2 | *-merged.jar 3 | *-mapped.jar 4 | *-intermediary.jar 5 | *.DS_Store 6 | build/ 7 | out/ 8 | run/ 9 | mappings_official/ 10 | enigma.jar 11 | namedSrc/ 12 | 13 | # idea 14 | .idea/ 15 | *.iml 16 | *.iws 17 | *.ipr 18 | *.jar 19 | 20 | # eclipse 21 | .eclipse 22 | .classpath 23 | .project 24 | .settings/ 25 | .pydevproject 26 | 27 | # vscode 28 | *.code-workspace 29 | enigma.sh 30 | 31 | /mappings.zip 32 | /bin/ 33 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP or Mojang's obfuscation maps) 4 | is **completely forbidden** without explicit permission from the owners of said mappings to distribute the names under the CC0 license. 5 | It is a good idea to consult name changes with other people - use pull requests or our community spaces to ask questions! 6 | 7 | Please have a look at the [naming conventions](/CONVENTIONS.md) before submitting mappings. 8 | -------------------------------------------------------------------------------- /enigma/enigma_profile.json: -------------------------------------------------------------------------------- 1 | { 2 | "services" : { 3 | "name_proposal": [ 4 | { 5 | "id": "enigma:specialized_method_name_proposer" 6 | }, 7 | { 8 | "id": "quiltmc:name_proposal", 9 | "args": { 10 | "disable_map_non_hashed": "false" 11 | } 12 | } 13 | ], 14 | "jar_indexer": { 15 | "id": "quiltmc:jar_index", 16 | "args": { 17 | "simple_type_field_names_path": "./simple_type_field_names.json5" 18 | } 19 | }, 20 | "obfuscation_test": { 21 | "id": "quiltmc:obfuscation_test" 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Done to increase the memory available to gradle. 2 | org.gradle.jvmargs=-Xmx2G 3 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrnitheMC/feather/53bec12eccb14f70be6a579736e498423802b9c2/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /mappings/1.10#1.10.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2627205 3 | m ()Z m_4365968 isEmpty 4 | c net/minecraft/unmapped/C_3134254 5 | m (Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_6755599$C_8806191;)Lnet/minecraft/unmapped/C_2074023; m_7721848 getBlockEntity 6 | p 1 pos 7 | p 2 creationType 8 | m ()Z m_4365968 m_4365968 isEmpty 9 | c net/minecraft/unmapped/C_3906126 10 | m ()Z m_4365968 m_4365968 11 | c net/minecraft/unmapped/C_5283200 12 | f Lnet/minecraft/unmapped/C_2627205; f_8297266 region 13 | f Lnet/minecraft/unmapped/C_3134254; f_8297266 region 14 | c net/minecraft/unmapped/C_8986452 15 | m (Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_1414550; m_9650578 m_9650578 16 | p 1 p_1 17 | p 2 p_2 18 | p 3 p_3 19 | c net/minecraft/unmapped/C_5067501 20 | f Lorg/apache/logging/log4j/Logger; f_4826104 LOGGER 21 | c net/minecraft/unmapped/C_5570075 22 | f [I f_0856689 NAME_FIELD_KEYS 23 | m (C)Z m_0444000 shouldHandleNameFieldKeyPressed 24 | p 0 p_0 25 | m (CI)Z m_0444000 shouldHandleNameFieldKeyPressed 26 | p 0 chr 27 | p 1 key 28 | -------------------------------------------------------------------------------- /mappings/1.10-pre2#1.10.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.10.1#1.10.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.11-pre1#1.11.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1414550 3 | m (Lnet/minecraft/unmapped/C_1414550;)Lnet/minecraft/unmapped/C_1414550; m_3359884 intersection 4 | p 1 box 5 | -------------------------------------------------------------------------------- /mappings/1.11.1#1.11.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.12-pre4#1.12-pre5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.12-pre7#1.12.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.12.1#1.12.2-pre1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0309511 3 | f Lnet/minecraft/unmapped/C_0561170; f_1467464 EDITION_LOCATION 4 | c net/minecraft/unmapped/C_4558465 5 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Ljava/util/Random;)V m_7152477 m_7152477 6 | p 1 p_1 7 | p 2 p_2 8 | p 3 p_3 9 | p 4 p_4 10 | c net/minecraft/unmapped/C_8752044 11 | f I f_8844617 savedKeepAliveTime 12 | f Z f_6368082 keepAlivePending 13 | c net/minecraft/unmapped/C_8986452 14 | f Lnet/minecraft/unmapped/C_1414550; f_4993610 SHAPE_ABOVE 15 | c net/minecraft/unmapped/C_5353417 16 | f I f_3951202 timeMillis 17 | f J f_3951202 timeMillis 18 | m (I)V 19 | p 1 timeMillis 20 | m ()I m_8005313 getTimeMillis 21 | m (J)V 22 | p 1 p_1 23 | m ()J m_8005313 getTimeMillis 24 | c net/minecraft/unmapped/C_1631888 25 | m (I)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 26 | p 1 p_1 27 | c net/minecraft/unmapped/C_3690542 28 | f Lnet/minecraft/unmapped/C_0561170; f_3187232 TITLE_EDITION_LOCATION 29 | c net/minecraft/unmapped/C_6857265 30 | f I f_5688458 timeMillis 31 | f J f_5688458 timeMillis 32 | m (I)V 33 | p 1 timeMillis 34 | m ()I m_7033782 getTimeMillis 35 | m (J)V 36 | p 1 p_1 37 | m ()J m_7033782 getTimeMillis 38 | -------------------------------------------------------------------------------- /mappings/1.12.1-pre1#1.12.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.12.2-pre1#1.12.2-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1310888 3 | f Lnet/minecraft/unmapped/C_4939758; f_5893945 networkHandler 4 | f I f_3647253 ticks 5 | m (Lnet/minecraft/unmapped/C_4939758;)V 6 | p 1 networkHandler 7 | m (CI)V m_2815482 m_2815482 8 | p 1 p_1 9 | p 2 p_2 10 | m ()V m_7135145 m_7135145 11 | m ()V 12 | c net/minecraft/unmapped/C_8986452 13 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)V m_2924333 14 | p 2 pos 15 | p 0 world 16 | p 1 world pos 17 | -------------------------------------------------------------------------------- /mappings/1.12.2-pre2#1.12.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4558465 3 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Ljava/util/Random;)V m_7152477 m_7152477 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | -------------------------------------------------------------------------------- /mappings/1.13.1-pre2#1.13.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.13.2-pre1#1.13.2-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3325443 3 | m ()Z m_4774217 m_4774217 4 | c net/minecraft/unmapped/C_8177665 5 | f Lorg/apache/logging/log4j/Logger; f_7925912 LOGGER 6 | m (Ljava/lang/Thread;Ljava/lang/Throwable;)V m_2431263 m_2431263 7 | p 0 p_0 8 | p 1 p_1 9 | c net/minecraft/unmapped/C_4155912 10 | m (Lcom/mojang/datafixers/Dynamic;Lcom/mojang/datafixers/Dynamic;)Lcom/mojang/datafixers/Dynamic; m_1846035 m_1846035 11 | p 0 p_0 12 | p 1 p_1 13 | -------------------------------------------------------------------------------- /mappings/1.13.2-pre2#1.13.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.14.1-pre1#1.14.1-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3571139 3 | m (Lnet/minecraft/unmapped/C_9386942;)Z m_2278037 m_2278037 4 | p 1 p_1 5 | c net/minecraft/unmapped/C_9484672 6 | m (Lnet/minecraft/unmapped/C_9386942;)Z m_2278037 m_2278037 7 | p 1 p_1 8 | c net/minecraft/unmapped/C_8009477 9 | m (IIIIDLnet/minecraft/unmapped/C_3544601;)Lnet/minecraft/unmapped/C_7694617; m_4127572 m_4127572 10 | p 1 p_1 11 | p 2 p_2 12 | p 3 p_3 13 | p 4 p_4 14 | p 5 p_5 15 | p 7 p_7 16 | m (IIILnet/minecraft/unmapped/C_3544601;Lnet/minecraft/unmapped/C_7694617;)Z m_5525641 m_5525641 17 | p 1 p_1 18 | p 2 p_2 19 | p 3 p_3 20 | p 4 p_4 21 | p 5 p_5 22 | m (Lnet/minecraft/unmapped/C_5250955;Lnet/minecraft/unmapped/C_6707278;)D m_3241412 m_3241412 23 | p 0 p_0 24 | p 1 p_1 25 | c net/minecraft/unmapped/C_9428686 26 | f Ljava/util/List; f_5073598 f_5073598 27 | c net/minecraft/unmapped/C_0401891 28 | f Ljava/util/Set; f_1398919 f_1398919 29 | c net/minecraft/unmapped/C_3262860 30 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_2750078;)V m_8175728 m_8175728 31 | p 0 p_0 32 | p 1 p_1 33 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;ZZ)V m_6687806 m_6687806 34 | p 0 p_0 35 | p 1 p_1 36 | p 2 p_2 37 | p 3 p_3 38 | p 4 p_4 39 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_2750078;)Z m_8175728 m_8175728 40 | p 0 p_0 41 | p 1 p_1 42 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;ZZ)Z m_6687806 m_6687806 43 | p 0 p_0 44 | p 1 p_1 45 | p 2 p_2 46 | p 3 p_3 47 | p 4 p_4 48 | c net/minecraft/unmapped/C_1460858 49 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_9836145;Lnet/minecraft/unmapped/C_6385858;)V m_0997328 m_0997328 50 | p 1 p_1 51 | p 2 p_2 52 | p 3 p_3 53 | p 4 p_4 54 | -------------------------------------------------------------------------------- /mappings/1.14.1-pre2#1.14.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.14.2-pre2#1.14.2-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1896634 3 | m (Lnet/minecraft/unmapped/C_9386942;Z)V m_1948259 m_1948259 4 | p 1 p_1 5 | p 2 p_2 6 | m (Lnet/minecraft/unmapped/C_9386942;)Ljava/lang/String; m_7487228 m_7487228 7 | p 0 p_0 8 | m (Lnet/minecraft/unmapped/C_9386942;Z)V m_8625119 m_8625119 9 | p 1 p_1 10 | p 2 p_2 11 | m ()I m_4717972 m_4717972 12 | c net/minecraft/unmapped/C_2616453 13 | m (Lnet/minecraft/unmapped/C_6707278;)Z m_1740465 m_1740465 14 | p 1 p_1 15 | m (Lnet/minecraft/unmapped/C_9386942;)Z m_2278037 m_2278037 16 | p 1 p_1 17 | m (Lnet/minecraft/unmapped/C_6385858;)Z m_9814056 m_9814056 18 | p 1 p_1 19 | c net/minecraft/unmapped/C_4045198 20 | m ()Z m_7471619 m_7471619 21 | c net/minecraft/unmapped/C_5367636 22 | m ()Z m_5146428 m_5146428 23 | c net/minecraft/unmapped/C_6385858 24 | m (DDD)V m_9581170 m_9581170 25 | p 1 p_1 26 | p 3 p_3 27 | p 5 p_5 28 | c net/minecraft/unmapped/C_0971125 29 | f J f_9984218 f_9984218 30 | f Lnet/minecraft/unmapped/C_0971125; f_9539933 f_9539933 31 | m (Ljava/lang/String;Ljava/util/Comparator;)V 32 | p 1 p_1 33 | p 2 p_2 34 | m (Ljava/lang/String;Ljava/util/Comparator;I)Lnet/minecraft/unmapped/C_0971125; m_2934107 m_2934107 35 | p 0 p_0 36 | p 1 p_1 37 | p 2 p_2 38 | m (Ljava/lang/String;Ljava/util/Comparator;J)V 39 | p 1 p_1 40 | p 2 p_2 41 | p 3 p_3 42 | m ()J m_7996512 m_7996512 43 | c net/minecraft/unmapped/C_1583565 44 | m ()J m_3622139 m_3622139 45 | m (J)Z m_9103209 m_9103209 46 | p 1 p_1 47 | c net/minecraft/unmapped/C_6792903 48 | m ()V m_7724926 m_7724926 49 | m ()Z m_7724926 m_7724926 50 | c net/minecraft/unmapped/C_6222595 51 | m (Lnet/minecraft/unmapped/C_9386942;)Lnet/minecraft/unmapped/C_2800860; m_7137901 m_7137901 52 | p 1 p_1 53 | -------------------------------------------------------------------------------- /mappings/1.14.2-pre3#1.14.2-pre4-270720.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8752044 3 | m (Lnet/minecraft/unmapped/C_2627205;)Z m_9337135 m_9337135 4 | p 1 p_1 5 | -------------------------------------------------------------------------------- /mappings/1.14.2-pre4-270720#1.14.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8752044 3 | m (Lnet/minecraft/unmapped/C_2627205;)Z m_9337135 m_9337135 4 | p 1 p_1 5 | m (Lnet/minecraft/unmapped/C_2627205;)Z m_4911483 m_4911483 6 | p 1 p_1 7 | -------------------------------------------------------------------------------- /mappings/1.14.3-pre2#1.14.3-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4948697 3 | m (Lnet/minecraft/unmapped/C_6385858;I)V m_0759902 getAngryTo 4 | p 1 p_1 5 | p 2 p_2 6 | m (Lnet/minecraft/unmapped/C_4948697;)I m_5469584 m_5469584 7 | p 0 p_0 8 | m (Lnet/minecraft/unmapped/C_4948697;Lnet/minecraft/unmapped/C_6385858;I)V m_9398442 m_9398442 9 | p 0 p_0 10 | p 1 p_1 11 | p 2 p_2 12 | m (Lnet/minecraft/unmapped/C_6385858;)Z m_1028205 m_1028205 13 | p 1 p_1 14 | m ()I m_7574823 m_7574823 15 | m (Lnet/minecraft/unmapped/C_4948697;Lnet/minecraft/unmapped/C_6385858;)Z m_9398442 m_9398442 16 | p 0 p_0 17 | p 1 p_1 18 | m (Lnet/minecraft/unmapped/C_4948697;)Z m_0464165 m_0464165 19 | p 0 p_0 20 | c net/minecraft/unmapped/C_6385858 21 | m (I)V m_9621057 m_9621057 22 | p 1 p_1 23 | m ()I m_5866464 m_5866464 24 | c net/minecraft/unmapped/C_1168245 25 | m (Lnet/minecraft/unmapped/C_0013174;)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 26 | p 1 p_1 27 | c net/minecraft/unmapped/C_3695747 28 | c net/minecraft/unmapped/C_3695747$C_5802636 29 | f I f_7935640 f_7935640 30 | c net/minecraft/unmapped/C_6404817 31 | f Lnet/minecraft/unmapped/C_6404817$C_1492578; f_7551232 DISABLE_RAIDS 32 | c net/minecraft/unmapped/C_1951451 33 | f Lnet/minecraft/unmapped/C_7487928; f_3492988 REPAIR_ITEM 34 | c net/minecraft/unmapped/C_8521533 35 | m (J)V m_7303984 m_7303984 36 | p 1 p_1 37 | m (J)V m_0416062 m_0416062 38 | p 1 p_1 39 | c net/minecraft/unmapped/C_3178861 40 | m (Lnet/minecraft/unmapped/C_0013174;)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 41 | p 1 p_1 42 | m ()V m_8465635 m_8465635 43 | m (Lnet/minecraft/unmapped/C_6907923;)V m_4650833 m_4650833 44 | p 1 p_1 45 | c net/minecraft/unmapped/C_6710431 46 | m (Lnet/minecraft/unmapped/C_1013763;)Z m_7983964 47 | p 0 p_0 48 | p 1 p_1 49 | c net/minecraft/unmapped/C_0404460 net/minecraft/crafting/recipe/RepairItemRecipe 50 | m (Lnet/minecraft/unmapped/C_0561170;)V 51 | p 1 p_1 52 | m (Lnet/minecraft/unmapped/C_2178068;Lnet/minecraft/unmapped/C_3906126;)Z m_8981175 m_8981175 53 | p 1 p_1 54 | p 2 p_2 55 | m (Lnet/minecraft/unmapped/C_2178068;)Lnet/minecraft/unmapped/C_2750078; m_3169979 m_3169979 56 | p 1 p_1 57 | m (II)Z m_7108992 m_7108992 58 | p 1 p_1 59 | p 2 p_2 60 | m ()Lnet/minecraft/unmapped/C_1951451; m_5933558 m_5933558 61 | m (Lnet/minecraft/unmapped/C_4390289;)Lnet/minecraft/unmapped/C_2750078; m_6879194 m_6879194 62 | p 1 p_1 63 | m (Lnet/minecraft/unmapped/C_4390289;Lnet/minecraft/unmapped/C_3906126;)Z m_7723385 m_7723385 64 | p 1 p_1 65 | p 2 p_2 66 | -------------------------------------------------------------------------------- /mappings/1.14.3-pre3#1.14.3-pre4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2627205 3 | m (Lnet/minecraft/unmapped/C_6385858;Lnet/minecraft/unmapped/C_1414550;)Ljava/util/stream/Stream; m_1833149 m_1833149 4 | p 1 p_1 5 | p 2 p_2 6 | c net/minecraft/unmapped/C_6385858 7 | m (Lnet/minecraft/unmapped/C_0336319;Lnet/minecraft/unmapped/C_1414550;Lnet/minecraft/unmapped/C_2627205;Lnet/minecraft/unmapped/C_6385858;)Lnet/minecraft/unmapped/C_0336319; m_6136147 m_6136147 8 | p 0 p_0 9 | p 1 p_1 10 | p 2 p_2 11 | p 3 p_3 12 | m (Lnet/minecraft/unmapped/C_0336319;Lnet/minecraft/unmapped/C_1414550;Lnet/minecraft/unmapped/C_5953599;)Lnet/minecraft/unmapped/C_0336319; m_6136147 m_6136147 13 | p 0 p_0 14 | p 1 p_1 15 | p 2 p_2 16 | c net/minecraft/unmapped/C_3695747 17 | m (Lnet/minecraft/unmapped/C_3695747;Z)V m_6571373 m_6571373 18 | p 0 p_0 19 | p 1 p_1 20 | -------------------------------------------------------------------------------- /mappings/1.14.3-pre4#1.14.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.14.4-pre2#1.14.4-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m (Ljava/nio/file/Path;)V m_3244619 m_3244619 4 | p 1 p_1 5 | c net/minecraft/unmapped/C_3571139 6 | m ()I m_6390367 m_6390367 7 | c net/minecraft/unmapped/C_5269767 8 | m ()Ljava/lang/String; m_4332097 m_4332097 9 | c net/minecraft/unmapped/C_0640744 10 | m (Lnet/minecraft/unmapped/C_0640744$C_9713437;)Lnet/minecraft/unmapped/C_3374628; m_6285927 m_6285927 11 | p 0 p_0 12 | c net/minecraft/unmapped/C_6088271 13 | m (Lnet/minecraft/unmapped/C_3374628;)Ljava/lang/String; m_7836787 m_7836787 14 | p 0 p_0 15 | c net/minecraft/unmapped/C_3478281 16 | f Ljava/util/Collection; f_1095228 f_1095228 17 | m (Lnet/minecraft/unmapped/C_3374628;)V 18 | p 1 p_1 19 | m (Lnet/minecraft/unmapped/C_3374628;Ljava/util/Collection;)V 20 | p 1 p_1 21 | p 2 p_2 22 | m ()Ljava/util/Collection; m_5121950 m_5121950 23 | c net/minecraft/unmapped/C_2528621 24 | m ()I m_8826099 m_8826099 25 | c net/minecraft/unmapped/C_1166271 26 | c net/minecraft/unmapped/C_1166271$C_9932653 27 | m ()V m_7096873 m_7096873 28 | c net/minecraft/unmapped/C_7972722 net/minecraft/unmapped/C_7972722 29 | m ()V 30 | m (Lcom/mojang/brigadier/arguments/LongArgumentType;Lnet/minecraft/unmapped/C_7240405;)V m_3451203 m_3451203 31 | p 1 p_1 32 | p 2 p_2 33 | m (Lnet/minecraft/unmapped/C_7240405;)Lcom/mojang/brigadier/arguments/LongArgumentType; m_1627823 m_1627823 34 | p 1 p_1 35 | m (Lcom/mojang/brigadier/arguments/LongArgumentType;Lcom/google/gson/JsonObject;)V m_1795946 m_1795946 36 | p 1 p_1 37 | p 2 p_2 38 | m (Lcom/mojang/brigadier/arguments/ArgumentType;Lcom/google/gson/JsonObject;)V m_6341580 m_6341580 39 | p 1 p_1 40 | p 2 p_2 41 | m (Lnet/minecraft/unmapped/C_7240405;)Lcom/mojang/brigadier/arguments/ArgumentType; m_2943456 m_2943456 42 | p 1 p_1 43 | m (Lcom/mojang/brigadier/arguments/ArgumentType;Lnet/minecraft/unmapped/C_7240405;)V m_8932200 m_8932200 44 | p 1 p_1 45 | p 2 p_2 46 | -------------------------------------------------------------------------------- /mappings/1.14.4-pre4#1.14.4-pre5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4331994 3 | m (III)Z m_5367247 m_5367247 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | c net/minecraft/unmapped/C_1168245 8 | f J f_1111176 f_1111176 9 | m ()V m_4159227 m_4159227 10 | m ()V m_8888878 m_8888878 11 | c net/minecraft/unmapped/C_1392594 12 | m (J)Ljava/lang/Object; m_9559824 m_9559824 13 | p 0 p_0 14 | m ()Ljava/lang/Object; m_2431468 m_2431468 15 | m ()Ljava/lang/Object; m_7149210 m_7149210 16 | c net/minecraft/unmapped/C_4960738 17 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;IIIFI)V 18 | p 1 p_1 19 | p 2 p_2 20 | p 3 p_3 21 | p 4 p_4 22 | p 5 p_5 23 | p 6 p_6 24 | p 7 p_7 25 | p 8 p_8 26 | m ()I m_0401542 m_0401542 27 | c net/minecraft/unmapped/C_8440064 28 | m (Ljava/lang/String;)Ljava/lang/String; m_8454210 m_8454210 29 | p 0 p_0 30 | c net/minecraft/unmapped/C_9153818 31 | m (Lnet/minecraft/unmapped/C_7366354;Lnet/minecraft/unmapped/C_1168245;Lnet/minecraft/unmapped/C_9009409;JLnet/minecraft/unmapped/C_9000156;)V m_9018590 m_9018590 32 | p 1 p_1 33 | p 2 p_2 34 | p 3 p_3 35 | p 4 p_4 36 | p 6 p_6 37 | m (Lnet/minecraft/unmapped/C_1168245;J)V m_0372765 m_0372765 38 | p 1 p_1 39 | p 2 p_2 40 | m (Lnet/minecraft/unmapped/C_7366354;Lnet/minecraft/unmapped/C_1168245;JLnet/minecraft/unmapped/C_9009409;Lnet/minecraft/unmapped/C_9000156;)V m_9018590 m_9018590 41 | p 1 p_1 42 | p 2 p_2 43 | p 3 p_3 44 | p 5 p_5 45 | p 6 p_6 46 | -------------------------------------------------------------------------------- /mappings/1.14.4-pre6#1.14.4-pre7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4636105 3 | f Ljava/lang/ThreadLocal; f_1735832 f_1735832 4 | m (Lnet/minecraft/unmapped/C_6707278;)F m_9051901 m_9051901 5 | p 1 p_1 6 | m ()Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap; m_8341735 m_8341735 7 | m ()Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap; m_2362132 m_2362132 8 | c net/minecraft/unmapped/C_4636105$7030727 7030727 9 | f Lnet/minecraft/unmapped/C_4636105; f_9132929 f_9132929 10 | m (Lnet/minecraft/unmapped/C_4636105;IF)V 11 | p 1 p_1 12 | p 2 p_2 13 | p 3 p_3 14 | m (I)V rehash rehash 15 | p 1 p_1 16 | c net/minecraft/unmapped/C_2019151 17 | c net/minecraft/unmapped/C_2019151$C_2488861 18 | f Lit/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap; f_6989666 f_6989666 19 | f Lit/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap; f_5813945 f_5813945 20 | f Lit/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap; f_6989666 f_6989666 21 | f Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap; f_5813945 f_5813945 22 | m ()Lit/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap; m_8757300 m_8757300 23 | m ()Lit/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap; m_1597459 m_1597459 24 | m ()Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap; m_8757300 m_8757300 25 | m ()Lit/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap; m_1597459 m_1597459 26 | c net/minecraft/unmapped/C_2441996 27 | m (Lnet/minecraft/unmapped/C_5250955;Lnet/minecraft/unmapped/C_6707278;)Z m_5000366 m_5000366 28 | p 1 p_1 29 | p 2 p_2 30 | c net/minecraft/unmapped/C_2441996$C_1470089 31 | f Z f_3331174 f_3331174 32 | m (Lnet/minecraft/unmapped/C_2441996$C_1470089;)Z m_9054857 m_9054857 33 | p 0 p_0 34 | -------------------------------------------------------------------------------- /mappings/1.14.4-pre7#1.14.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.2#1.2.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.2.1#1.2.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.2.2#1.2.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.3.1#1.3.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m ()Lnet/minecraft/unmapped/C_3133904; m_7653105 m_7653105 4 | c net/minecraft/unmapped/C_7366354 5 | f I f_7156387 f_7156387 6 | m ()V m_2471566 m_2471566 7 | c net/minecraft/unmapped/C_7688744 8 | f Z f_7148041 f_7148041 9 | c net/minecraft/unmapped/C_9219192 10 | m ()Ljava/lang/String; m_9807986 getName 11 | c net/minecraft/unmapped/C_9589891 12 | m ()Ljava/lang/String; m_9807986 m_9807986 13 | c net/minecraft/unmapped/C_3652700 14 | m ()Ljava/lang/String; m_9807986 m_9807986 15 | c net/minecraft/unmapped/C_6653510 16 | m ()Ljava/lang/String; m_9807986 m_9807986 17 | c net/minecraft/unmapped/C_8667269 18 | f Lnet/minecraft/unmapped/C_5009044; f_6523301 igniter 19 | f I f_5808741 lastTargetUpdateTick 20 | c net/minecraft/unmapped/C_3133904 21 | m ()Ljava/lang/String; m_7445667 m_7445667 22 | c net/minecraft/unmapped/C_3350857 23 | m (Lnet/minecraft/unmapped/C_2182707;)Z m_2772006 m_2772006 24 | p 1 p_1 25 | c net/minecraft/unmapped/C_8412059 26 | m (Lnet/minecraft/unmapped/C_3133904;)V m_1865667 m_1865667 27 | p 1 p_1 28 | c net/minecraft/unmapped/C_3417986 29 | m ()Z m_5113178 m_5113178 30 | c net/minecraft/unmapped/C_5326003 net/minecraft/unmapped/C_5326003 31 | m ()V 32 | m (Lnet/minecraft/unmapped/C_2182707;)Z m_2772006 m_2772006 33 | p 1 p_1 34 | m ()Ljava/util/List; m_9353138 m_9353138 35 | m ()Ljava/lang/String; m_5375943 m_5375943 36 | m (Lnet/minecraft/unmapped/C_2182707;[Ljava/lang/String;)V m_2780865 m_2780865 37 | p 1 p_1 38 | p 2 p_2 39 | m (Lnet/minecraft/unmapped/C_2182707;[Ljava/lang/String;)Ljava/util/List; m_6019388 m_6019388 40 | p 1 p_1 41 | p 2 p_2 42 | -------------------------------------------------------------------------------- /mappings/1.4-pre#1.4.1-pre-10231538.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f J f_1355144 f3CTime 4 | c net/minecraft/unmapped/C_1013763 5 | f Z f_4924272 f_4924272 6 | c net/minecraft/unmapped/C_1693934 7 | c net/minecraft/unmapped/C_1693934$C_3470312 8 | f Lnet/minecraft/unmapped/C_1693934$C_3470312; f_9592654 WTIHER 9 | c net/minecraft/unmapped/C_3466301 10 | f D f_0280921 minX 11 | f D f_0817323 maxX 12 | f D f_5004872 minY 13 | f D f_1026671 maxY 14 | f D f_0131247 minZ 15 | f D f_2017366 maxZ 16 | f Z f_7374291 inItemFrame 17 | m (DDDDDD)V m_9304809 prepare 18 | p 1 minX 19 | p 3 minY 20 | p 5 minZ 21 | p 7 maxX 22 | p 9 maxY 23 | p 11 maxZ 24 | m (Lnet/minecraft/unmapped/C_3635204;)V m_7312222 prepare 25 | p 1 block 26 | m (DDDDDD)V m_9678238 prepareItemFrame 27 | p 1 minX 28 | p 3 minY 29 | p 5 minZ 30 | p 7 maxX 31 | p 9 maxY 32 | p 11 maxZ 33 | m ()V m_4478805 clearInItemFrame 34 | c net/minecraft/unmapped/C_3635204 35 | m ()D m_7165542 getMinX 36 | m ()D m_5770396 getMaxX 37 | m ()D m_0754446 getMinY 38 | m ()D m_6217751 getMaxY 39 | m ()D m_9970478 getMinZ 40 | m ()D m_6515715 getMaxZ 41 | c net/minecraft/unmapped/C_3906126 42 | f Ljava/util/Calendar; f_2473859 calendar 43 | m ()Ljava/util/Calendar; m_0055235 getCalendar 44 | c net/minecraft/unmapped/C_5269767 45 | c net/minecraft/unmapped/C_5269767$8588632 8588632 46 | f Lnet/minecraft/unmapped/C_5269767; f_7710089 f_7710089 47 | m (Lnet/minecraft/unmapped/C_5269767;)V 48 | p 1 p_1 49 | m ()Ljava/lang/String; m_0703801 m_0703801 50 | m ()Ljava/lang/Object; call call 51 | c net/minecraft/unmapped/C_7000411 52 | m (Lnet/minecraft/unmapped/C_3906126;IIII)Z m_8089853 shouldPrioritize 53 | p 1 world 54 | p 2 x 55 | p 3 y 56 | p 4 z 57 | p 5 metadata 58 | c net/minecraft/unmapped/C_0368523 59 | m (Lnet/minecraft/unmapped/C_3906126;IDDD)Z m_0017438 spawnEntity 60 | p 0 world 61 | p 1 type 62 | p 2 x 63 | p 4 y 64 | p 6 z 65 | m (Lnet/minecraft/unmapped/C_3906126;IDDD)Lnet/minecraft/unmapped/C_6385858; m_0017438 spawnEntity 66 | p 0 world 67 | p 1 id 68 | p 2 x 69 | p 4 y 70 | p 6 z 71 | c net/minecraft/unmapped/C_9190691 72 | m ()I m_3866946 getSize 73 | m ()I m_8528565 getSizeThisTick 74 | c net/minecraft/unmapped/C_7109321 75 | m (Lnet/minecraft/unmapped/C_2627205;IIII)Z m_8199947 m_8199947 76 | p 1 p_1 77 | p 2 p_2 78 | p 3 p_3 79 | p 4 p_4 80 | p 5 p_5 81 | -------------------------------------------------------------------------------- /mappings/1.4.1-pre-10231538#1.4.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7029902 3 | m (Lnet/minecraft/unmapped/C_2627205;IIII)Z m_8199947 m_8199947 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | p 5 p_5 9 | c net/minecraft/unmapped/C_5601492 10 | m (Lnet/minecraft/unmapped/C_2627205;IIII)Z m_8199947 m_8199947 11 | p 1 p_1 12 | p 2 p_2 13 | p 3 p_3 14 | p 4 p_4 15 | p 5 p_5 16 | -------------------------------------------------------------------------------- /mappings/1.4.4#1.4.5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2454294 3 | f Ljava/util/List; f_9913501 f_9913501 4 | m (Lnet/minecraft/unmapped/C_8905061;)V m_4599247 m_4599247 5 | p 1 p_1 6 | -------------------------------------------------------------------------------- /mappings/1.4.6#1.4.7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.5#13w11a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m (Lnet/minecraft/unmapped/C_3635204;I)Z m_1765750 hasSolidTop 4 | p 1 block 5 | p 2 metadata 6 | c net/minecraft/unmapped/C_5506499 7 | f Lnet/minecraft/unmapped/C_5307437; f_2678129 f_2678129 8 | c net/minecraft/unmapped/C_0024265 9 | m (Lnet/minecraft/unmapped/C_4390289;I)I m_6595383 getFirstAvailableSlot 10 | p 1 side 11 | p 0 inventory 12 | c net/minecraft/unmapped/C_4707822 13 | f Z f_2819199 opened 14 | c net/minecraft/unmapped/C_5416361 15 | f Lnet/minecraft/unmapped/C_0786431; f_5694641 configureWorldScreen 16 | f Lnet/minecraft/unmapped/C_4707822; f_5694641 configureWorldScreen 17 | m (Lnet/minecraft/unmapped/C_0786431;Lnet/minecraft/unmapped/C_0786431;Lnet/minecraft/unmapped/C_5794148;)V 18 | p 1 p_1 19 | p 2 p_2 20 | p 3 p_3 21 | m (Lnet/minecraft/unmapped/C_0786431;Lnet/minecraft/unmapped/C_4707822;Lnet/minecraft/unmapped/C_5794148;)V 22 | p 1 parent 23 | p 2 configureWorldScreen 24 | p 3 server 25 | c net/minecraft/unmapped/C_5659049 26 | c net/minecraft/unmapped/C_5659049$C_7042060 ServerComparator 27 | f Ljava/lang/String; f_1874605 username 28 | f Lnet/minecraft/unmapped/C_5659049$C_5691462; f_5238062 f_5238062 29 | m (Lnet/minecraft/unmapped/C_5659049$C_5691462;Ljava/lang/String;)V 30 | p 1 p_1 31 | p 2 username 32 | m (Lnet/minecraft/unmapped/C_5794148;Lnet/minecraft/unmapped/C_5794148;)I m_6767320 m_6767320 33 | p 1 p_1 34 | p 2 p_2 35 | m (Ljava/lang/Object;Ljava/lang/Object;)I compare compare 36 | p 1 p_1 37 | p 2 p_2 38 | m (Lnet/minecraft/unmapped/C_5659049$C_5691462;Ljava/lang/String;Lnet/minecraft/unmapped/C_5659049$0647292;)V 39 | p 1 p_1 40 | p 2 p_2 41 | p 3 p_3 42 | c net/minecraft/unmapped/C_5681355 43 | f Ljava/lang/Long; f_9441032 f_9441032 44 | m (J)V m_3350774 resetServerId 45 | p 1 p_1 46 | c net/minecraft/unmapped/C_5794148 47 | f I f_2395336 f_2395336 48 | f Z f_7797365 f_7797365 49 | m (Lnet/minecraft/unmapped/C_5794148;)I m_6417088 m_6417088 50 | p 1 p_1 51 | m (Ljava/lang/Object;)I compareTo compareTo 52 | p 1 p_1 53 | -------------------------------------------------------------------------------- /mappings/1.6.3-pre-171231#1.6.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8336555 3 | c net/minecraft/unmapped/C_8336555$C_8291597 4 | m (Lnet/minecraft/unmapped/C_2800860;)V m_5052005 m_5052005 5 | p 1 p_1 6 | -------------------------------------------------------------------------------- /mappings/1.7-pre#1.7.1-pre.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1044273 3 | m (Lnet/minecraft/unmapped/C_1414550;)V m_3614850 renderOutline 4 | p 1 shape 5 | m (Lnet/minecraft/unmapped/C_1414550;I)V m_3614850 renderOutline 6 | p 0 shape 7 | p 1 color 8 | c net/minecraft/unmapped/C_1591456 9 | f Ljava/util/HashMap; f_0769116 addresses 10 | -------------------------------------------------------------------------------- /mappings/1.7.1-pre#1.7.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m ()Z m_0701542 shouldAnnouncePlayerAchievements 4 | c net/minecraft/unmapped/C_2800860 5 | f Lorg/apache/logging/log4j/Logger; f_2586948 LOGGER 6 | m ()V 7 | c net/minecraft/unmapped/C_3466301 8 | f Z f_5619958 flipDepth 9 | m (Z)V m_4253635 setFlipDepth 10 | p 1 flipDepth 11 | m (Z)V m_3172791 setRenderFaceAlways 12 | p 1 renderFaceAlways 13 | c net/minecraft/unmapped/C_3624347 14 | m ()Lorg/apache/logging/log4j/Marker; m_3552848 m_3552848 15 | m ()Lorg/apache/logging/log4j/Logger; m_3632552 m_3632552 16 | c net/minecraft/unmapped/C_3984704 17 | m (I)Ljava/lang/String; m_7250898 getName 18 | p 0 type 19 | c net/minecraft/unmapped/C_7178022 20 | m ()V m_8508212 clearStateTextures 21 | c net/minecraft/unmapped/C_7178022$C_8930592 22 | m (Lnet/minecraft/unmapped/C_7178022$C_8930592;)Lnet/minecraft/unmapped/C_0561170; m_0383301 getTexture 23 | p 0 mapTexture 24 | c net/minecraft/unmapped/C_7293551 25 | m ()Z m_0701542 m_0701542 26 | c net/minecraft/unmapped/C_4354908 27 | f Ljava/util/Queue; f_6141864 sendQueue 28 | m (Lnet/minecraft/unmapped/C_4844124;[Lio/netty/util/concurrent/GenericFutureListener;)V m_6500514 doSend 29 | p 1 packet 30 | p 2 listeners 31 | m ()V m_8080285 flushQueue 32 | c net/minecraft/unmapped/C_4354908$C_7429824 QueuedPacket 33 | f Lnet/minecraft/unmapped/C_4844124; f_9061728 packet 34 | f [Lio/netty/util/concurrent/GenericFutureListener; f_8183626 listeners 35 | m (Lnet/minecraft/unmapped/C_4844124;[Lio/netty/util/concurrent/GenericFutureListener;)V 36 | p 1 packet 37 | p 2 listeners 38 | m (Lnet/minecraft/unmapped/C_4354908$C_7429824;)Lnet/minecraft/unmapped/C_4844124; m_2638956 getPacket 39 | p 0 packetWrapper 40 | m (Lnet/minecraft/unmapped/C_4354908$C_7429824;)[Lio/netty/util/concurrent/GenericFutureListener; m_8517329 getListeners 41 | p 0 packetWrapper 42 | c net/minecraft/unmapped/C_2728826 net/minecraft/client/render/world/DistanceChunkRendererSorter 43 | m ()V 44 | m (Lnet/minecraft/unmapped/C_2433962;Lnet/minecraft/unmapped/C_2433962;)I m_2999159 m_2999159 45 | p 1 p_1 46 | p 2 p_2 47 | m (Ljava/lang/Object;Ljava/lang/Object;)I compare compare 48 | p 1 p_1 49 | p 2 p_2 50 | -------------------------------------------------------------------------------- /mappings/1.7.10-pre1#1.7.10-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.7.10-pre3#1.7.10-pre4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.7.10-pre4#1.7.10.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.7.3-pre#1.7.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1896634 3 | f Lorg/apache/logging/log4j/Logger; f_6970006 LOGGER 4 | m ()Lorg/apache/logging/log4j/Logger; m_6544966 m_6544966 5 | m ()V 6 | c net/minecraft/unmapped/C_5794148 7 | f Z f_4193514 pinged 8 | f J f_0465224 f_0465224 9 | m (J)Z m_2655648 m_2655648 10 | p 1 p_1 11 | -------------------------------------------------------------------------------- /mappings/1.7.6#1.7.7-101331.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7293551 3 | m ()V m_9616487 m_9616487 4 | -------------------------------------------------------------------------------- /mappings/1.7.6-pre1#1.7.6-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6475379 3 | c net/minecraft/unmapped/C_6475379$3621167 3621167 4 | m ()V 5 | m (Ljava/io/File;Ljava/lang/String;)Z accept accept 6 | p 1 p_1 7 | p 2 p_2 8 | -------------------------------------------------------------------------------- /mappings/1.7.8#1.7.9.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3984704 3 | m (I)Ljava/lang/String; m_7250898 getName 4 | p 0 type 5 | c net/minecraft/unmapped/C_4354908 6 | m ()Z m_6063657 m_6063657 7 | -------------------------------------------------------------------------------- /mappings/1.8-pre2#1.8-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.8-pre3#1.8.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4389375 3 | c net/minecraft/unmapped/C_4389375$C_3108265 ActiveTargetGoal 4 | m (Lnet/minecraft/unmapped/C_3419581;Ljava/lang/Class;IZZLcom/google/common/base/Predicate;)V 5 | p 1 p_1 6 | p 2 p_2 7 | p 3 p_3 8 | p 4 p_4 9 | p 5 p_5 10 | p 6 p_6 11 | m (Lnet/minecraft/unmapped/C_4389375$C_3108265;)D m_8097560 m_8097560 12 | p 0 p_0 13 | m (Lnet/minecraft/unmapped/C_4389375$C_3108265;Lnet/minecraft/unmapped/C_1013763;Z)Z m_4186510 m_4186510 14 | p 0 p_0 15 | p 1 p_1 16 | p 2 p_2 17 | c net/minecraft/unmapped/C_4389375$C_3108265$3224922 3224922 18 | f Lcom/google/common/base/Predicate; f_1460985 f_1460985 19 | f Lnet/minecraft/unmapped/C_3419581; f_6715047 f_6715047 20 | f Lnet/minecraft/unmapped/C_4389375$C_3108265; f_8863997 f_8863997 21 | m (Lnet/minecraft/unmapped/C_4389375$C_3108265;Lcom/google/common/base/Predicate;Lnet/minecraft/unmapped/C_3419581;)V 22 | p 1 p_1 23 | p 2 p_2 24 | p 3 p_3 25 | m (Lnet/minecraft/unmapped/C_1013763;)Z m_8580167 m_8580167 26 | p 1 p_1 27 | m (Ljava/lang/Object;)Z apply apply 28 | p 1 p_1 29 | c net/minecraft/realms/RealmsScreen 30 | m (Ljava/lang/String;)V m_6440925 bindPlayerSkin 31 | p 0 p_0 32 | m (Ljava/lang/String;Ljava/lang/String;)V m_6440925 bindPlayerSkin 33 | p 0 uuid 34 | p 1 username 35 | -------------------------------------------------------------------------------- /mappings/1.8.1-pre1#1.8.1-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5769145 3 | f Z f_1295868 local 4 | m (Ljava/lang/String;Ljava/lang/String;)V 5 | p 1 name 6 | p 2 ip 7 | m (Ljava/lang/String;Ljava/lang/String;Z)V 8 | p 1 name 9 | p 2 address 10 | p 3 local 11 | m ()Z m_1893727 isLocal 12 | -------------------------------------------------------------------------------- /mappings/1.8.1-pre3#1.8.1-pre4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0386427 3 | f Lnet/minecraft/unmapped/C_0324512; f_3078881 player 4 | c net/minecraft/unmapped/C_0386427$C_7507413 5 | f Lnet/minecraft/unmapped/C_0386427$C_7507413; f_9038133 DELAY_ACCEPT 6 | c net/minecraft/unmapped/C_1013763 7 | m (F)V m_8512621 m_8512621 8 | p 1 p_1 9 | c net/minecraft/unmapped/C_6385858 10 | m (F)V m_8512621 setBodyYaw 11 | p 1 yaw 12 | c net/minecraft/unmapped/C_7688744 13 | f [Ljava/lang/String; f_7276942 GRAPHICS_SETTINGS 14 | f I f_8771272 cloudRenderMode 15 | m ()Z m_6628790 renderClouds 16 | m ()I m_6628790 getCloudRenderMode 17 | c net/minecraft/unmapped/C_7688744$C_0457152 18 | f Lnet/minecraft/unmapped/C_7688744$C_0457152; f_0948132 ENTITY_SHADOWS 19 | c net/minecraft/unmapped/C_6707278 20 | m (I)Lnet/minecraft/unmapped/C_6707278; m_4566273 scale 21 | p 1 scale 22 | c net/minecraft/unmapped/C_6707278$C_2165440 23 | m ()V 24 | m (III)Lnet/minecraft/unmapped/C_6707278$C_2165440; m_1540202 set 25 | p 1 x 26 | p 2 y 27 | p 3 z 28 | m (Lnet/minecraft/unmapped/C_6707278$C_2165440;I)I m_6071165 m_6071165 29 | p 0 p_0 30 | p 1 p_1 31 | m (Lnet/minecraft/unmapped/C_6707278$C_2165440;I)I m_0654535 m_0654535 32 | p 0 p_0 33 | p 1 p_1 34 | m (Lnet/minecraft/unmapped/C_6707278$C_2165440;I)I m_2514869 m_2514869 35 | p 0 p_0 36 | p 1 p_1 37 | c net/minecraft/unmapped/C_0895386 38 | c net/minecraft/unmapped/C_0895386$C_0911277 39 | m (III)V m_0573757 m_0573757 40 | p 1 p_1 41 | p 2 p_2 42 | p 3 p_3 43 | c net/minecraft/unmapped/C_9282614 44 | m (III)V m_0573757 move 45 | p 1 dx 46 | p 2 dy 47 | p 3 dz 48 | c net/minecraft/unmapped/C_6499672 49 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;)Z m_3191366 acceptsPayment 50 | p 1 payment 51 | p 2 requestedPayment 52 | c net/minecraft/unmapped/C_0164812 53 | m (Lnet/minecraft/unmapped/C_3984704;Lnet/minecraft/unmapped/C_3984704;Z)Z m_6915380 matchesNbt 54 | p 0 target 55 | p 1 nbt 56 | p 2 checkListsRecursively 57 | c net/minecraft/unmapped/C_5286840 58 | m (Lnet/minecraft/unmapped/C_3984704;Lnet/minecraft/unmapped/C_3984704;Z)Z m_4671246 matches 59 | p 0 element1 60 | p 1 element2 61 | p 2 recurseLists 62 | -------------------------------------------------------------------------------- /mappings/1.8.1-pre4#1.8.1-pre5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7185906 3 | m (DDD)D m_6525087 inverseLerp 4 | p 0 a 5 | p 2 b 6 | p 4 c 7 | -------------------------------------------------------------------------------- /mappings/1.8.1-pre5#1.8.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.8.2#1.8.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.8.2-pre2#1.8.2-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3688914 3 | m ()F m_6131251 m_6131251 4 | -------------------------------------------------------------------------------- /mappings/1.8.2-pre6#1.8.2-pre7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0400468 3 | m ()Z m_7274359 m_7274359 4 | c net/minecraft/unmapped/C_3635204 5 | m ()Z m_7274359 canRespawnIn 6 | c Returns whether players can respawn inside this block. 7 | c net/minecraft/unmapped/C_3906126 8 | f I f_8931294 seaLevel 9 | m ()I m_7756183 getSeaLevel 10 | m (I)V m_8769454 setSeaLevel 11 | p 1 seaLevel 12 | c net/minecraft/unmapped/C_4766485 13 | m (CZ)F m_7400423 drawBasicGlyph 14 | p 1 chr 15 | p 2 italic 16 | m (IZ)F m_7400423 drawBasicGlyph 17 | p 1 index 18 | p 2 italic 19 | c net/minecraft/unmapped/C_7213435 20 | m ()Lnet/minecraft/unmapped/C_7213435; m_6745906 setCopyNbt 21 | c net/minecraft/unmapped/C_7581108 22 | m ()Z m_7274359 m_7274359 23 | c net/minecraft/unmapped/C_9921707 24 | c net/minecraft/unmapped/C_9921707$C_3594140 25 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_0624720;IIIIIIZ)V m_9000105 fillWater 26 | p 1 world 27 | p 2 bounds 28 | p 3 minX 29 | p 4 minY 30 | p 5 minZ 31 | p 6 maxX 32 | p 7 maxY 33 | p 8 maxZ 34 | p 9 skipAir 35 | c net/minecraft/unmapped/C_1281612 36 | c net/minecraft/unmapped/C_1281612$0395316 0395316 37 | f Lnet/minecraft/unmapped/C_2182707; f_9881499 f_9881499 38 | f Lnet/minecraft/unmapped/C_1281612; f_6920924 f_6920924 39 | m (Lnet/minecraft/unmapped/C_1281612;Lnet/minecraft/unmapped/C_2182707;)V 40 | p 1 p_1 41 | p 2 p_2 42 | m ()Ljava/lang/String; m_5573014 m_5573014 43 | m ()Lnet/minecraft/unmapped/C_9550253; m_6689989 m_6689989 44 | m (Lnet/minecraft/unmapped/C_9550253;)V m_7400010 m_7400010 45 | p 1 p_1 46 | m (ILjava/lang/String;)Z m_5330743 m_5330743 47 | p 1 p_1 48 | p 2 p_2 49 | m ()Lnet/minecraft/unmapped/C_6707278; m_0490395 m_0490395 50 | m ()Lnet/minecraft/unmapped/C_0336319; m_5275640 m_5275640 51 | m ()Lnet/minecraft/unmapped/C_3906126; m_8235037 m_8235037 52 | m ()Lnet/minecraft/unmapped/C_6385858; m_7976403 m_7976403 53 | m ()Z m_5360679 m_5360679 54 | m (Lnet/minecraft/unmapped/C_1281612$C_3397069;I)V m_9297101 m_9297101 55 | p 1 p_1 56 | p 2 p_2 57 | c net/minecraft/unmapped/C_8249338 58 | m ()Z m_7274359 m_7274359 59 | c net/minecraft/unmapped/C_3438842 60 | m ()Z m_7828889 m_7828889 61 | -------------------------------------------------------------------------------- /mappings/1.8.2-pre7#1.8.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f Z f_1279552 connectedToRealms 4 | m ()Z m_3175726 isConnectedToRealms 5 | m (Z)V m_0057987 setConnectedToRealms 6 | p 1 connectedToRealms 7 | c net/minecraft/unmapped/C_1631888 8 | f Lnet/minecraft/unmapped/C_1013763; f_1529949 owner 9 | c net/minecraft/realms/Realms 10 | m (Z)V m_8055992 setConnectedToRealms 11 | p 0 connected 12 | -------------------------------------------------------------------------------- /mappings/1.8.3#1.8.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m ()Z m_3383286 broacastConsoleToOps 4 | c net/minecraft/unmapped/C_0019534 5 | m (Lcom/mojang/authlib/GameProfile;)Z m_4249125 canBypassPlayerLimit 6 | p 1 profile 7 | c net/minecraft/unmapped/C_2800860 8 | f Lorg/apache/logging/log4j/Logger; f_2586948 LOGGER 9 | m ()V 10 | c net/minecraft/unmapped/C_4917405 11 | m (Lnet/minecraft/unmapped/C_8254035;)Z m_7157793 shouldCullFrontFace 12 | p 1 transformation 13 | c net/minecraft/unmapped/C_4253713 14 | f Ljava/util/List; f_5894598 chunkSaveQueue 15 | f Ljava/lang/Object; f_0434355 lock 16 | f Ljava/util/Map; f_5894598 chunkSaveQueue 17 | m (Lnet/minecraft/unmapped/C_4253713$C_7426057;)V m_0994613 saveChunk 18 | p 1 chunkNbt 19 | m (Lnet/minecraft/unmapped/C_9386942;Lnet/minecraft/unmapped/C_2800860;)V m_0994613 saveChunk 20 | p 1 pos 21 | p 2 nbt 22 | c net/minecraft/unmapped/C_4253713$C_7426057 ChunkNbt 23 | f Lnet/minecraft/unmapped/C_9386942; f_9930130 pos 24 | f Lnet/minecraft/unmapped/C_2800860; f_3884247 data 25 | m (Lnet/minecraft/unmapped/C_9386942;Lnet/minecraft/unmapped/C_2800860;)V 26 | p 1 pos 27 | p 2 data 28 | c net/minecraft/unmapped/C_7293551 29 | m ()Z m_3383286 m_3383286 30 | c net/minecraft/unmapped/C_8412059 31 | m ()Z m_3383286 m_3383286 32 | c net/minecraft/unmapped/C_8618725 33 | m (Lcom/mojang/authlib/GameProfile;)Z m_4249125 m_4249125 34 | p 1 p_1 35 | c net/minecraft/unmapped/C_3404273 36 | c net/minecraft/unmapped/C_3404273$3247465 37 | f Z f_8627872 received 38 | m (Lnet/minecraft/unmapped/C_3404273;Lnet/minecraft/unmapped/C_5769145;Lnet/minecraft/unmapped/C_4354908;)V 39 | p 1 p_1 40 | p 2 p_2 41 | p 3 p_3 42 | m (Lnet/minecraft/unmapped/C_3404273;Lnet/minecraft/unmapped/C_4354908;Lnet/minecraft/unmapped/C_5769145;)V 43 | p 1 p_1 44 | p 2 p_2 45 | p 3 p_3 46 | c net/minecraft/unmapped/C_0080289 47 | f Z f_1971508 bypassesPlayerLimit 48 | m (Lcom/mojang/authlib/GameProfile;I)V 49 | p 1 profile 50 | p 2 permissionLevel 51 | m (Lcom/mojang/authlib/GameProfile;IZ)V 52 | p 1 profile 53 | p 2 permissionLevel 54 | p 3 bypassesPlayerLimit 55 | m ()Z m_9731074 bypassesPlayerLimit 56 | c net/minecraft/unmapped/C_0411092 57 | m (Lcom/mojang/authlib/GameProfile;)Z m_4631608 bypassesPlayerLimit 58 | p 1 profile 59 | c net/minecraft/realms/DisconnectedRealmsScreen 60 | f I f_7494123 messageHeight 61 | -------------------------------------------------------------------------------- /mappings/1.8.4#1.8.5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3682532 3 | m (Lnet/minecraft/unmapped/C_2750078;)V m_8969214 m_8969214 4 | p 0 p_0 5 | c net/minecraft/unmapped/C_7881648 6 | m (Lnet/minecraft/unmapped/C_2750078;)V m_6923930 m_6923930 7 | p 1 p_1 8 | c net/minecraft/unmapped/C_8215726 9 | m (Lnet/minecraft/unmapped/C_2800860;)V m_3457431 m_3457431 10 | p 0 p_0 11 | c net/minecraft/unmapped/C_8752044 12 | m (Lnet/minecraft/unmapped/C_8837730;)Z m_7510200 isInvalidMove 13 | p 1 packet 14 | c net/minecraft/unmapped/C_6989019 15 | m (I)I m_7714120 getBeaconEffect 16 | p 1 id 17 | -------------------------------------------------------------------------------- /mappings/1.8.5#1.8.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2074023 3 | m ()Z m_3179464 requireOpForPlacingWithNbt 4 | c net/minecraft/unmapped/C_3682532 5 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2750078;)Z m_2442845 setBlockNbt 6 | p 0 world 7 | p 1 pos 8 | p 2 stack 9 | m (Lnet/minecraft/unmapped/C_2750078;)V m_8969214 m_8969214 10 | p 0 p_0 11 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_5009044;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2750078;)Z m_2442845 setBlockNbt 12 | p 0 world 13 | p 1 player 14 | p 2 pos 15 | p 3 stack 16 | c net/minecraft/unmapped/C_7881648 17 | m (Lnet/minecraft/unmapped/C_2750078;)V m_6923930 m_6923930 18 | p 1 p_1 19 | c net/minecraft/unmapped/C_8215726 20 | m (Lnet/minecraft/unmapped/C_2800860;)V m_3457431 m_3457431 21 | p 0 p_0 22 | m ()Z m_3179464 m_3179464 23 | c net/minecraft/unmapped/C_4895885 24 | m ()Z m_3179464 m_3179464 25 | c net/minecraft/unmapped/C_0231321 26 | m ()Lnet/minecraft/unmapped/C_3635204; m_0494941 m_0494941 27 | c net/minecraft/unmapped/C_3335560 28 | m ()Lnet/minecraft/unmapped/C_3635204; m_0494941 getBlock 29 | c net/minecraft/unmapped/C_9913447 30 | c net/minecraft/unmapped/C_9913447$4565217 4565217 31 | m ()V 32 | m (Lnet/minecraft/unmapped/C_3335560;Lnet/minecraft/unmapped/C_2750078;)Lnet/minecraft/unmapped/C_2750078; m_3792046 m_3792046 33 | p 1 p_1 34 | p 2 p_2 35 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 36 | p 1 p_1 37 | m (Lnet/minecraft/unmapped/C_3335560;Lnet/minecraft/unmapped/C_3544601;)V m_1201930 m_1201930 38 | p 1 p_1 39 | p 2 p_2 40 | c net/minecraft/unmapped/C_7451349 41 | m ()Z m_3179464 m_3179464 42 | -------------------------------------------------------------------------------- /mappings/1.8.6#1.8.7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2983776 3 | m ()V m_0683946 clearOldDownloads 4 | -------------------------------------------------------------------------------- /mappings/1.8.7#1.8.8.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | c net/minecraft/client/Minecraft$9241138 9241138 4 | f Lnet/minecraft/client/Minecraft; f_5649614 f_5649614 5 | m (Lnet/minecraft/client/Minecraft;)V 6 | p 1 p_1 7 | m ()Ljava/lang/String; m_7549177 m_7549177 8 | m ()Ljava/lang/Object; call call 9 | c net/minecraft/unmapped/C_5269767 10 | c net/minecraft/unmapped/C_5269767$0208525 0208525 11 | f Lnet/minecraft/unmapped/C_5269767; f_6286851 f_6286851 12 | m (Lnet/minecraft/unmapped/C_5269767;)V 13 | p 1 p_1 14 | m ()Ljava/lang/String; m_0178095 m_0178095 15 | m ()Ljava/lang/Object; call call 16 | c net/minecraft/unmapped/C_7688744 17 | f Ljava/util/List; f_4207838 incompatibleResourcePacks 18 | c net/minecraft/unmapped/C_4253713 19 | f Z f_1141478 saving 20 | c net/minecraft/unmapped/C_7567310 21 | f Ljava/lang/String; f_2597073 cpuInfo 22 | m ()Ljava/lang/String; m_7054292 getCpuInfo 23 | c net/minecraft/unmapped/C_1492128 24 | f Ljava/lang/String; f_5153247 CPU_INFO 25 | m ()Ljava/lang/String; m_8859920 getCpuInfo 26 | m ()V 27 | c net/minecraft/unmapped/C_2983776 28 | c net/minecraft/unmapped/C_2983776$C_6945562 29 | m ()I m_8317499 getFormat 30 | c net/minecraft/unmapped/C_0125843 31 | f Lnet/minecraft/unmapped/C_9550253; f_5085707 INCOMPATIBLE_GENERIC 32 | f Lnet/minecraft/unmapped/C_9550253; f_8326489 INCOMPATIBLE_TOO_OLD 33 | f Lnet/minecraft/unmapped/C_9550253; f_8979762 INCOMPATIBLE_TOO_NEW 34 | m ()I m_2100391 getFormat 35 | c net/minecraft/unmapped/C_0125843$7335201 7335201 36 | f Lnet/minecraft/unmapped/C_0125843; f_5293478 f_5293478 37 | m (Lnet/minecraft/unmapped/C_0125843;)V 38 | p 1 p_1 39 | m (ZI)V m_0021523 m_0021523 40 | p 1 p_1 41 | p 2 p_2 42 | c net/minecraft/unmapped/C_1244774 43 | m ()I m_2100391 m_2100391 44 | c net/minecraft/unmapped/C_3253801 45 | m ()I m_2100391 m_2100391 46 | c net/minecraft/unmapped/C_1079885 47 | f Lnet/minecraft/unmapped/C_9550253; f_3093403 DISCONNECT_REASON 48 | f Z f_8967995 hasStatusRequest 49 | m ()V 50 | c net/minecraft/realms/Realms 51 | m (Ljava/lang/String;Ljava/lang/String;)Lcom/google/common/util/concurrent/ListenableFuture; m_9708562 downloadServerPack 52 | p 0 url 53 | p 1 hash 54 | m ()V m_1175292 removeServerPack 55 | -------------------------------------------------------------------------------- /mappings/1.8.8#1.8.9.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0309511 3 | f Z f_2867010 f_2867010 4 | f Lnet/minecraft/unmapped/C_0786431; f_6447142 f_6447142 5 | m ()Z m_1993954 m_1993954 6 | m ()V m_5056964 m_5056964 7 | c net/minecraft/unmapped/C_0786431 8 | m (II)V m_1917543 m_1917543 9 | p 1 p_1 10 | p 2 p_2 11 | c net/minecraft/unmapped/C_7688744 12 | f Z f_7843864 f_7843864 13 | c net/minecraft/unmapped/C_7688744$C_0457152 14 | f Lnet/minecraft/unmapped/C_7688744$C_0457152; f_7412852 f_7412852 15 | c net/minecraft/realms/Realms 16 | m ()Z m_4841130 m_4841130 17 | m ()Z m_2217420 m_2217420 18 | c net/minecraft/realms/RealmsBridge 19 | m (Lnet/minecraft/unmapped/C_0786431;)Lnet/minecraft/unmapped/C_6894203; m_1674409 m_1674409 20 | p 1 p_1 21 | c net/minecraft/realms/RealmsScreen 22 | m (Ljava/lang/String;IIIZ)V m_9677619 m_9677619 23 | p 1 p_1 24 | p 2 p_2 25 | p 3 p_3 26 | p 4 p_4 27 | p 5 p_5 28 | c net/minecraft/unmapped/C_6894203 29 | m (Ljava/lang/String;III)V m_2311791 drawString 30 | p 1 p_1 31 | p 2 p_2 32 | p 3 p_3 33 | p 4 p_4 34 | m (Ljava/lang/String;IIIZ)V m_2311791 drawString 35 | p 1 p_1 36 | p 2 p_2 37 | p 3 p_3 38 | p 4 p_4 39 | p 5 p_5 40 | -------------------------------------------------------------------------------- /mappings/1.9-pre1#1.9-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0019534 3 | m (Lnet/minecraft/unmapped/C_0324512;ILnet/minecraft/unmapped/C_6707278;)V m_7438796 changeDimension 4 | p 1 player 5 | p 2 dimension 6 | p 3 forcedPos 7 | m (Lnet/minecraft/unmapped/C_0324512;I)V m_7438796 changeDimension 8 | p 1 player 9 | p 2 dimension 10 | c net/minecraft/unmapped/C_0324512 11 | m (ILnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 12 | p 1 p_1 13 | p 2 p_2 14 | m (I)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 15 | p 1 p_1 16 | c net/minecraft/unmapped/C_3050136 17 | m (ILnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 18 | p 1 p_1 19 | p 2 p_2 20 | m (I)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 21 | p 1 p_1 22 | c net/minecraft/unmapped/C_3624347 23 | f Ljava/util/List; f_2086505 channels 24 | c net/minecraft/unmapped/C_6385858 25 | m (ILnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6385858; m_0210844 changeDimension 26 | p 1 dimension 27 | p 2 forcedPos 28 | m (I)Lnet/minecraft/unmapped/C_6385858; m_0210844 changeDimension 29 | p 1 dimension 30 | c net/minecraft/unmapped/C_0778972 31 | m (ILnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 32 | p 1 p_1 33 | p 2 p_2 34 | m (I)Lnet/minecraft/unmapped/C_6385858; m_0210844 m_0210844 35 | p 1 p_1 36 | -------------------------------------------------------------------------------- /mappings/1.9-pre2#1.9-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0324512 3 | m (Lnet/minecraft/unmapped/C_7281219;)Z m_2121456 m_2121456 4 | p 1 p_1 5 | m ()V m_0895196 clearFlying 6 | c net/minecraft/unmapped/C_5009044 7 | m (Lnet/minecraft/unmapped/C_7281219;)Z m_2121456 hasAchievement 8 | p 1 achievement 9 | c net/minecraft/unmapped/C_5371184 10 | m ()Z m_6182529 makesLandSound 11 | m ()Z m_4322140 isTiny 12 | c net/minecraft/unmapped/C_4873144 13 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6707278; m_4958963 m_4958963 14 | p 1 p_1 15 | p 2 p_2 16 | m ()V m_4318804 generatePositions 17 | c net/minecraft/unmapped/C_1756552 18 | m ()Z m_6182529 m_6182529 19 | c net/minecraft/unmapped/C_6163517 20 | f Lnet/minecraft/unmapped/C_0591668; f_6298333 UNLUCK 21 | c net/minecraft/unmapped/C_9221482 22 | f Lnet/minecraft/unmapped/C_7721249; f_4336375 ENTITY_BAT_LOOP 23 | f Lnet/minecraft/unmapped/C_7721249; f_5720520 ENTITY_CAT_HISS 24 | f Lnet/minecraft/unmapped/C_7721249; f_4736729 ENTITY_GHAST_SCREAM 25 | f Lnet/minecraft/unmapped/C_7721249; f_8135663 BLOCK_NOTE_PLING 26 | f Lnet/minecraft/unmapped/C_7721249; f_4997604 ENTITY_PLAYER_BREATH 27 | f Lnet/minecraft/unmapped/C_7721249; f_9193424 ENTITY_SMALL_SLIME_JUMP 28 | f Lnet/minecraft/unmapped/C_7721249; f_0226789 ENTITY_WOLF_HOWL 29 | c net/minecraft/unmapped/C_4155912 net/minecraft/util/datafix/fixes/WrittenBookPagesStrictJsonFix 30 | m ()V 31 | m ()I m_5344326 m_5344326 32 | m (Lnet/minecraft/unmapped/C_2800860;)Lnet/minecraft/unmapped/C_2800860; m_3031479 m_3031479 33 | p 1 p_1 34 | -------------------------------------------------------------------------------- /mappings/1.9-pre4#1.9.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.9.1#1.9.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.9.1-pre1#1.9.1-pre2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.9.1-pre2#1.9.1-pre3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m ()Lnet/minecraft/unmapped/C_5863756; m_7943600 m_7943600 4 | c net/minecraft/unmapped/C_5863756 5 | f Ljava/util/List; f_9122490 f_9122490 6 | f Ljava/lang/Object; f_8591738 f_8591738 7 | f Ljava/util/WeakHashMap; f_5768165 f_5768165 8 | m (Lnet/minecraft/unmapped/C_1611709;)V m_4187345 m_4187345 9 | p 1 p_1 10 | -------------------------------------------------------------------------------- /mappings/1.9.1-pre3#1.9.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7240405 3 | m (I)[B m_1870030 readByteArray 4 | p 1 maxLength 5 | m (I)[I m_2925014 readIntArray 6 | p 1 maxLength 7 | m ([JI)[J m_9201023 readLongArray 8 | p 1 data 9 | p 2 maxLength 10 | c net/minecraft/realms/Realms 11 | m (Ljava/io/File;)V m_7175435 removePlayerData 12 | p 0 file 13 | c net/minecraft/unmapped/C_4618849 14 | m (I)V m_6744485 setAttackInterval 15 | p 1 attackInterval 16 | -------------------------------------------------------------------------------- /mappings/1.9.2#16w14a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3734002 3 | m ()V m_1424435 m_1424435 4 | m (Lnet/minecraft/unmapped/C_2627205;Lnet/minecraft/unmapped/C_2587956;)V m_9094843 m_9094843 5 | p 1 p_1 6 | p 2 p_2 7 | -------------------------------------------------------------------------------- /mappings/1.9.3#1.9.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/1.9.3-pre3#1.9.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/11w47a#11w48a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | m (Lnet/minecraft/unmapped/C_3906126;IIIIFI)V m_5653339 m_5653339 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | p 5 p_5 9 | p 6 p_6 10 | p 7 p_7 11 | c net/minecraft/unmapped/C_3635204 12 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_6385858;F)V m_6505125 onFallenOn 13 | p 1 world 14 | p 2 x 15 | p 3 y 16 | p 4 z 17 | p 5 entity 18 | p 6 fallDistance 19 | c net/minecraft/unmapped/C_8754653 20 | f B f_7658854 type 21 | f I f_7658854 type 22 | c net/minecraft/unmapped/C_8986452 23 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_6385858;)V m_9342401 m_9342401 24 | p 1 p_1 25 | p 2 p_2 26 | p 3 p_3 27 | p 4 p_4 28 | p 5 p_5 29 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_6385858;F)V m_6505125 m_6505125 30 | p 1 p_1 31 | p 2 p_2 32 | p 3 p_3 33 | p 4 p_4 34 | p 5 p_5 35 | p 6 p_6 36 | -------------------------------------------------------------------------------- /mappings/11w49a#11w50a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8752044 3 | f I f_5082308 messageCooldown 4 | -------------------------------------------------------------------------------- /mappings/12w05a-1442#12w05b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3002588 3 | m (Lnet/minecraft/unmapped/C_2750078;)V m_0278917 m_0278917 4 | p 1 p_1 5 | c net/minecraft/unmapped/C_7192378 6 | m (Lnet/minecraft/unmapped/C_2750078;)V m_0278917 checkAchievements 7 | p 1 item 8 | c net/minecraft/unmapped/C_5260684 9 | m (Lnet/minecraft/unmapped/C_2750078;)V m_0278917 m_0278917 10 | p 1 p_1 11 | -------------------------------------------------------------------------------- /mappings/12w07a#12w07b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2339776 3 | m ()V m_5818797 m_5818797 4 | -------------------------------------------------------------------------------- /mappings/12w23a#12w23b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/12w30a#12w30b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/12w30b#12w30c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m (IIIIIZ)Z m_3759788 setBlockWithMetadataQuietly 4 | p 1 x 5 | p 2 y 6 | p 3 z 7 | p 4 block 8 | p 5 metadata 9 | p 6 notifyListeners 10 | m ()I m_0047948 getDimensionHeight 11 | c net/minecraft/unmapped/C_5102005 12 | m (Ljava/lang/String;)I m_4033000 getIdOrPig 13 | p 0 key 14 | c net/minecraft/unmapped/C_6108840 15 | f Lnet/minecraft/unmapped/C_6385858; f_0930099 displayEntity 16 | m (Lnet/minecraft/unmapped/C_6385858;)V m_9678738 prepareEntityForSpawning 17 | p 1 entity 18 | m ()Lnet/minecraft/unmapped/C_6385858; m_7839273 getDisplayEntity 19 | c net/minecraft/unmapped/C_8978226 20 | f Ljava/util/Map; f_8112620 models 21 | m (Lnet/minecraft/unmapped/C_7153081;)V m_3401467 m_3401467 22 | p 1 p_1 23 | c net/minecraft/unmapped/C_9155522 24 | m ()Z m_5113178 m_5113178 25 | c net/minecraft/unmapped/C_1554518 26 | f I f_3439236 data1 27 | f I f_0493394 data2 28 | f I f_9718390 data3 29 | f Lnet/minecraft/unmapped/C_2800860; f_8735432 nbt 30 | m (IIIII)V 31 | p 1 x 32 | p 2 y 33 | p 3 z 34 | p 4 type 35 | p 5 data 36 | m (IIIILnet/minecraft/unmapped/C_2800860;)V 37 | p 1 x 38 | p 2 y 39 | p 3 z 40 | p 4 type 41 | p 5 nbt 42 | c net/minecraft/unmapped/C_3507951 43 | m (Lnet/minecraft/unmapped/C_2182707;ILjava/lang/String;[Ljava/lang/Object;)V m_3199590 sendSuccess 44 | p 0 source 45 | p 1 flags 46 | p 2 message 47 | p 3 args 48 | c net/minecraft/unmapped/C_5270961 49 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;[Ljava/lang/Object;)V m_8255571 sendSuccess 50 | p 1 source 51 | p 2 message 52 | p 3 args 53 | m (Lnet/minecraft/unmapped/C_2182707;ILjava/lang/String;[Ljava/lang/Object;)V m_8255571 sendSuccess 54 | p 1 source 55 | p 2 flags 56 | p 3 feedback 57 | p 4 args 58 | c net/minecraft/unmapped/C_5521225 59 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;[Ljava/lang/Object;)V m_8255571 m_8255571 60 | p 1 p_1 61 | p 2 p_2 62 | p 3 p_3 63 | m (Lnet/minecraft/unmapped/C_2182707;ILjava/lang/String;[Ljava/lang/Object;)V m_8255571 m_8255571 64 | p 1 p_1 65 | p 2 p_2 66 | p 3 p_3 67 | p 4 p_4 68 | -------------------------------------------------------------------------------- /mappings/12w30c#12w30d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0974371 3 | m ()I m_0839636 m_0839636 4 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_1013763;)V m_0797987 m_0797987 5 | p 1 p_1 6 | p 2 p_2 7 | p 3 p_3 8 | p 4 p_4 9 | p 5 p_5 10 | c net/minecraft/unmapped/C_3466301 11 | m (Lnet/minecraft/unmapped/C_3635204;III)Z m_9755292 tesselateAxisBlock 12 | p 1 block 13 | p 2 x 14 | p 3 y 15 | p 4 z 16 | c net/minecraft/unmapped/C_8447387 17 | f Ljava/util/Map; f_5341677 xpResults 18 | m (ILnet/minecraft/unmapped/C_2750078;)V m_7256119 register 19 | p 1 input 20 | p 2 result 21 | m (ILnet/minecraft/unmapped/C_2750078;F)V m_7256119 register 22 | p 1 input 23 | p 2 output 24 | p 3 xp 25 | m (I)F m_9429007 getXp 26 | p 1 input 27 | c net/minecraft/unmapped/C_0052982 28 | m (Lnet/minecraft/unmapped/C_2800860;)V m_9618795 m_9618795 29 | p 1 p_1 30 | m (Lnet/minecraft/unmapped/C_2800860;)V m_4059289 m_4059289 31 | p 1 p_1 32 | -------------------------------------------------------------------------------- /mappings/12w30d#12w30e.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0974371 3 | m (I)I m_8330001 getLogAxis 4 | p 0 metadata 5 | -------------------------------------------------------------------------------- /mappings/12w34a#12w34b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2750078 3 | m (Lnet/minecraft/unmapped/C_2750078;)Z m_1592795 is 4 | p 1 other 5 | c net/minecraft/unmapped/C_4561926 6 | f I f_6062964 item 7 | f I f_3624851 stackSize 8 | f I f_0474217 metadata 9 | f Lnet/minecraft/unmapped/C_2750078; f_5232998 item 10 | c net/minecraft/unmapped/C_6285226 11 | m (Lnet/minecraft/unmapped/C_6385858;)Lnet/minecraft/unmapped/C_6285226$C_2230951; m_3075420 addHolder 12 | p 1 p_1 13 | m (Lnet/minecraft/unmapped/C_5009044;)Lnet/minecraft/unmapped/C_6285226$C_2230951; m_3075420 addHolder 14 | p 1 player 15 | c net/minecraft/unmapped/C_1119018 16 | f Lnet/minecraft/unmapped/C_0118999; f_0944653 dragon 17 | c net/minecraft/unmapped/C_0118999 18 | m ()Ljava/lang/String; m_5573014 getDisplayName 19 | c net/minecraft/unmapped/C_1444189 20 | f I f_6528478 f_6528478 21 | f [I f_8621821 skullCooldowns 22 | m ()Z m_1419442 isAtHalfHealth 23 | c net/minecraft/unmapped/C_9255863 24 | m (Lnet/minecraft/unmapped/C_1444189;IF)I m_8731856 m_8731856 25 | p 1 p_1 26 | p 2 p_2 27 | p 3 p_3 28 | m (Lnet/minecraft/unmapped/C_1444189;IF)I m_7270128 m_7270128 29 | p 1 p_1 30 | p 2 p_2 31 | p 3 p_3 32 | m (Lnet/minecraft/unmapped/C_1013763;IF)I m_5098475 m_5098475 33 | p 1 p_1 34 | p 2 p_2 35 | p 3 p_3 36 | m (Lnet/minecraft/unmapped/C_1013763;IF)I m_4491331 m_4491331 37 | p 1 p_1 38 | p 2 p_2 39 | p 3 p_3 40 | c net/minecraft/unmapped/C_7248549 net/minecraft/client/gui/BossBar 41 | f F f_8146873 health 42 | f I f_6476929 timer 43 | f Ljava/lang/String; f_4254848 name 44 | m (Lnet/minecraft/unmapped/C_0118999;)V m_1121456 update 45 | p 0 p_0 46 | -------------------------------------------------------------------------------- /mappings/12w38a#12w38b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3624347 3 | f Ljava/util/Set; f_9244962 movingEvents 4 | m (Ljava/lang/String;FFFFF)V m_5636679 playRecord 5 | p 1 name 6 | p 2 x 7 | p 3 y 8 | p 4 z 9 | p 5 volume 10 | p 6 pitch 11 | m ()V m_1580178 stop 12 | m (Ljava/lang/String;FFF)V m_5636679 playRecord 13 | p 1 id 14 | p 2 x 15 | p 3 y 16 | p 4 z 17 | m (Lnet/minecraft/unmapped/C_6385858;)V m_2950279 updatePositionAndVelocity 18 | p 1 source 19 | m (Lnet/minecraft/unmapped/C_6385858;Lnet/minecraft/unmapped/C_6385858;)V m_1334825 updatePositionAndVelocity 20 | p 1 listener 21 | p 2 source 22 | m (Lnet/minecraft/unmapped/C_6385858;)Z m_1609845 isPlaying 23 | p 1 source 24 | m (Lnet/minecraft/unmapped/C_6385858;)V m_3573367 stop 25 | p 1 source 26 | m (Lnet/minecraft/unmapped/C_6385858;F)V m_7448429 setVolume 27 | p 1 source 28 | p 2 volume 29 | m (Lnet/minecraft/unmapped/C_6385858;F)V m_2687147 setPitch 30 | p 1 source 31 | p 2 pitch 32 | m (Ljava/lang/String;Lnet/minecraft/unmapped/C_6385858;FFZ)V m_5816371 play 33 | p 1 id 34 | p 2 source 35 | p 3 volume 36 | p 4 pitch 37 | p 5 priority 38 | m ()V m_4848261 pause 39 | m ()V m_5994388 resume 40 | c net/minecraft/unmapped/C_3688914 41 | m ()Z m_5622844 m_5622844 42 | c net/minecraft/unmapped/C_3906126 43 | m (Lnet/minecraft/unmapped/C_7256819;)Lnet/minecraft/unmapped/C_4753572; m_7771911 createSoundInstance 44 | p 1 minecart 45 | c net/minecraft/unmapped/C_7256819 46 | f Lnet/minecraft/unmapped/C_4753572; f_9499192 sound 47 | c net/minecraft/unmapped/C_8817873 48 | m (Lnet/minecraft/unmapped/C_7256819;)Lnet/minecraft/unmapped/C_4753572; m_7771911 m_7771911 49 | p 1 p_1 50 | c net/minecraft/unmapped/C_8935931 51 | f [I f_6506074 LOOT 52 | m (ZI)V m_5891931 m_5891931 53 | p 1 p_1 54 | p 2 p_2 55 | m ()V 56 | c net/minecraft/unmapped/C_4037069 net/minecraft/client/sound/MinecartSoundInstance 57 | f Lnet/minecraft/unmapped/C_3624347; f_5576809 soundSystem 58 | f Lnet/minecraft/unmapped/C_7256819; f_1204189 minecart 59 | f Lnet/minecraft/unmapped/C_5367636; f_1992883 player 60 | f Z f_3475040 playerIsRidingMinecart 61 | f Z f_3778474 minecartIsRemoved 62 | f Z f_1028589 minecartIsMoving 63 | f Z f_9375482 stopped 64 | f F f_2817381 pitch 65 | f F f_0868968 volumeOutside 66 | f F f_9130574 volumeInside 67 | f D f_8236430 minecartVelocity 68 | m (Lnet/minecraft/unmapped/C_3624347;Lnet/minecraft/unmapped/C_7256819;Lnet/minecraft/unmapped/C_5367636;)V 69 | p 1 soundSystem 70 | p 2 minecart 71 | p 3 player 72 | m ()V m_5506965 m_5506965 73 | -------------------------------------------------------------------------------- /mappings/12w39a#12w39b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0324512 3 | m (Lnet/minecraft/unmapped/C_5009044;Z)V m_7961051 m_7961051 4 | p 1 p_1 5 | p 2 p_2 6 | c net/minecraft/unmapped/C_3580983 net/minecraft/world/gen/feature/GlowstoneClusterFeature 7 | m ()V 8 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 9 | p 1 p_1 10 | p 2 p_2 11 | p 3 p_3 12 | p 4 p_4 13 | p 5 p_5 14 | c net/minecraft/unmapped/C_5164011 net/minecraft/world/gen/feature/FirePatchFeature 15 | m ()V 16 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 17 | p 1 p_1 18 | p 2 p_2 19 | p 3 p_3 20 | p 4 p_4 21 | p 5 p_5 22 | c net/minecraft/unmapped/C_6041373 net/minecraft/world/gen/feature/RareGlowstoneClusterFeature 23 | m ()V 24 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 25 | p 1 p_1 26 | p 2 p_2 27 | p 3 p_3 28 | p 4 p_4 29 | p 5 p_5 30 | c net/minecraft/unmapped/C_6755599 31 | m (III)Z m_2931244 m_2931244 32 | p 1 p_1 33 | p 2 p_2 34 | p 3 p_3 35 | c net/minecraft/unmapped/C_6761734 net/minecraft/world/gen/feature/NetherLiquidFallFeature 36 | f I f_1090544 liquid 37 | m (I)V 38 | p 1 liquid 39 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 40 | p 1 p_1 41 | p 2 p_2 42 | p 3 p_3 43 | p 4 p_4 44 | p 5 p_5 45 | c net/minecraft/unmapped/C_8986452 46 | m (IIIIIZ)I m_8537142 m_8537142 47 | p 1 p_1 48 | p 2 p_2 49 | p 3 p_3 50 | p 4 p_4 51 | p 5 p_5 52 | p 6 p_6 53 | c net/minecraft/unmapped/C_9072802 54 | m (IIIIIZ)I m_8537142 m_8537142 55 | p 1 p_1 56 | p 2 p_2 57 | p 3 p_3 58 | p 4 p_4 59 | p 5 p_5 60 | p 6 p_6 61 | c net/minecraft/unmapped/C_1404514 62 | m ()Z m_5113178 m_5113178 63 | -------------------------------------------------------------------------------- /mappings/12w40a#12w40b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4389375 3 | m (Lnet/minecraft/unmapped/C_2800860;)V m_4059289 m_4059289 4 | p 1 p_1 5 | m (Lnet/minecraft/unmapped/C_2800860;)V m_9618795 m_9618795 6 | p 1 p_1 7 | c net/minecraft/unmapped/C_3507951 8 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;)D m_2873804 parseDouble 9 | p 0 source 10 | p 1 s 11 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;DD)D m_7902888 m_7902888 12 | p 0 p_0 13 | p 1 p_1 14 | p 2 p_2 15 | p 4 p_4 16 | c net/minecraft/unmapped/C_8509539 17 | m (Lnet/minecraft/unmapped/C_2182707;DLjava/lang/String;)D m_7451419 parseCoordinate 18 | p 1 source 19 | p 2 anchor 20 | p 4 s 21 | m (Lnet/minecraft/unmapped/C_2182707;DLjava/lang/String;II)D m_7552498 parseCoordinate 22 | p 1 source 23 | p 2 anchor 24 | p 4 s 25 | p 5 min 26 | p 6 max 27 | -------------------------------------------------------------------------------- /mappings/12w41a#12w41b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | f Z f_7041576 persistenceRequired 4 | c net/minecraft/unmapped/C_6108840 5 | f I f_2037110 spawnRange 6 | c net/minecraft/unmapped/C_7221329 7 | f Z f_7609813 brokeAnvil 8 | -------------------------------------------------------------------------------- /mappings/12w50a#12w50b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1388208 3 | m ()V m_9069414 doCloseMenu 4 | c net/minecraft/unmapped/C_2154975 5 | m (Lnet/minecraft/unmapped/C_2750078;[Ljava/lang/Object;)V m_5947380 registerShaped 6 | p 1 result 7 | p 2 args 8 | m (Lnet/minecraft/unmapped/C_2750078;[Ljava/lang/Object;)Lnet/minecraft/unmapped/C_7213435; m_5947380 registerShaped 9 | p 1 result 10 | p 2 args 11 | c net/minecraft/unmapped/C_4917405 12 | m (Lnet/minecraft/unmapped/C_3050136;IIF)V m_9643800 render 13 | p 1 item 14 | p 2 sprite 15 | p 3 count 16 | p 4 tickDelta 17 | m (Lnet/minecraft/unmapped/C_3050136;IIFFFF)V m_9643800 render 18 | p 1 p_1 19 | p 2 p_2 20 | p 3 p_3 21 | p 4 p_4 22 | p 5 p_5 23 | p 6 p_6 24 | p 7 p_7 25 | c net/minecraft/unmapped/C_7213435 26 | f Z f_6743600 copyNbt 27 | m ()Lnet/minecraft/unmapped/C_7213435; m_6745906 setCopyNbt 28 | c net/minecraft/unmapped/C_5067501 29 | f Z f_4223924 empty 30 | m ()Z m_6622329 isEmpty 31 | c net/minecraft/unmapped/C_3387138 32 | m (Lnet/minecraft/unmapped/C_6385858;I)I m_1006122 modifyOnFireTimer 33 | p 0 entity 34 | p 1 ticks 35 | m (Lnet/minecraft/unmapped/C_6385858;D)D m_8778384 modifyExplosionDamage 36 | p 0 entity 37 | p 1 damage 38 | c net/minecraft/unmapped/C_7166340 39 | m (Lnet/minecraft/unmapped/C_1013763;)I m_7374192 getUnbreakingLevel 40 | p 0 entity 41 | c net/minecraft/unmapped/C_4379856 42 | m (Lnet/minecraft/unmapped/C_2750078;)Z m_8600323 m_8600323 43 | p 1 p_1 44 | c net/minecraft/unmapped/C_6209467 45 | m (Lnet/minecraft/unmapped/C_2750078;ILjava/util/Random;)Z m_2295146 shouldReduceDamage 46 | p 0 item 47 | p 1 level 48 | p 2 random 49 | c net/minecraft/unmapped/C_3235984 50 | m ()V m_2223255 m_2223255 51 | c net/minecraft/unmapped/C_9672101 52 | m (ILjava/util/Random;)Z m_8178140 shouldDamageAttacker 53 | p 0 level 54 | p 1 random 55 | m (ILjava/util/Random;)I m_5211098 getDamageAmount 56 | p 0 level 57 | p 1 random 58 | m (Lnet/minecraft/unmapped/C_6385858;Lnet/minecraft/unmapped/C_1013763;Ljava/util/Random;)V m_0846447 applyDamageWildcard 59 | p 0 attacker 60 | p 1 entity 61 | p 2 random 62 | -------------------------------------------------------------------------------- /mappings/12w50b#1.4.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/13w02a#13w02b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3635204 3 | f Lnet/minecraft/unmapped/C_3635204; f_4430665 CHEST 4 | f Lnet/minecraft/unmapped/C_9072802; f_4430665 CHEST 5 | c net/minecraft/unmapped/C_9072802 6 | m (Lnet/minecraft/unmapped/C_3906126;III)Lnet/minecraft/unmapped/C_4390289; m_7239181 getInventory 7 | p 1 world 8 | p 2 x 9 | p 3 y 10 | p 4 z 11 | c net/minecraft/unmapped/C_9404371 12 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_7192378;)Z m_3697340 m_3697340 13 | p 1 p_1 14 | p 2 p_2 15 | c net/minecraft/unmapped/C_9764049 16 | m (II)Lnet/minecraft/unmapped/C_5307437; m_5024410 m_5024410 17 | p 1 p_1 18 | p 2 p_2 19 | c net/minecraft/unmapped/C_7112719 20 | m ()Ljava/lang/String; m_6595694 m_6595694 21 | -------------------------------------------------------------------------------- /mappings/13w05a-1538#13w05b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0956869 3 | m (FFFFFF)V m_5491527 setShapeForRendering 4 | p 1 minX 5 | p 2 minY 6 | p 3 minZ 7 | p 4 maxX 8 | p 5 maxY 9 | p 6 maxZ 10 | c net/minecraft/unmapped/C_3507951 11 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;)Ljava/lang/String; m_5159363 parsePlayerName 12 | p 0 source 13 | p 1 s 14 | -------------------------------------------------------------------------------- /mappings/13w09c#13w10a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m (F)I m_6100722 getMoonPhase 4 | p 1 tickDelta 5 | m ()I m_6100722 getMoonPhase 6 | c net/minecraft/unmapped/C_4331994 7 | f Ljava/lang/String; f_3834137 address 8 | m ()V 9 | c net/minecraft/unmapped/C_5371184 10 | f [F f_0464084 MOON_PHASE_SPAWN_CHANCES 11 | m ()V 12 | c net/minecraft/unmapped/C_7688744 13 | m (Lnet/minecraft/unmapped/C_5027199;)Z m_3382328 isPressed 14 | p 0 keyBinding 15 | c net/minecraft/unmapped/C_9219192 16 | m (JF)I m_5734226 getMoonPhase 17 | p 1 time 18 | p 3 tickDelta 19 | m (J)I m_5734226 getMoonPhase 20 | p 1 time 21 | c net/minecraft/unmapped/C_9315908 22 | f Lnet/minecraft/unmapped/C_2621421; f_4990124 doneButton 23 | c net/minecraft/unmapped/C_7495097 24 | f [Lnet/minecraft/unmapped/C_5307437; f_6359463 sprites 25 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_0767742 m_0767742 26 | p 1 p_1 27 | p 2 p_2 28 | p 3 p_3 29 | p 4 p_4 30 | m (Lnet/minecraft/unmapped/C_9549188;)V m_9955335 m_9955335 31 | p 1 p_1 32 | m (II)Lnet/minecraft/unmapped/C_5307437; m_5024410 m_5024410 33 | p 1 p_1 34 | p 2 p_2 35 | c net/minecraft/unmapped/C_4972050 36 | f Lnet/minecraft/unmapped/C_2621421; f_8973426 doneButton 37 | f Lnet/minecraft/unmapped/C_2621421; f_4407562 cancelButton 38 | -------------------------------------------------------------------------------- /mappings/13w10a#13w10b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2289462 3 | m (I)Lnet/minecraft/unmapped/C_3544601; m_9966940 getDirection 4 | p 0 id 5 | c net/minecraft/unmapped/C_1283912 6 | f Z f_2832854 permanent 7 | m (Z)V m_8686344 setPermanent 8 | p 1 permanent 9 | m ()Z m_2559069 isPermanent 10 | c net/minecraft/unmapped/C_6950351 11 | m ()Z m_0513076 isPermanent 12 | -------------------------------------------------------------------------------- /mappings/13w16a-04192037#13w16b-04232151.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0324512 3 | m (FFZZFF)V m_6435444 setPlayerInput 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | p 5 p_5 9 | p 6 p_6 10 | m (FFZZ)V m_6435444 setPlayerInput 11 | p 1 sidewaysSpeed 12 | p 2 forwardSpeed 13 | p 3 jumping 14 | p 4 sneaking 15 | c net/minecraft/unmapped/C_4030632 16 | f Lnet/minecraft/unmapped/C_4030632; f_1582014 NAME_TAG 17 | c net/minecraft/unmapped/C_8554894 18 | f Lnet/minecraft/unmapped/C_8554894; f_9561511 CARPET 19 | c net/minecraft/unmapped/C_2236455 20 | f F f_2726415 f_2726415 21 | f F f_3700383 f_3700383 22 | m (FFZZFF)V 23 | p 1 p_1 24 | p 2 p_2 25 | p 3 p_3 26 | p 4 p_4 27 | p 5 p_5 28 | p 6 p_6 29 | m ()F m_0939628 m_0939628 30 | m ()F m_8316336 m_8316336 31 | m (FFZZ)V 32 | p 1 sidewaysSpeed 33 | p 2 forwardSpeed 34 | p 3 jumping 35 | p 4 sneaking 36 | c net/minecraft/unmapped/C_2587956 37 | m ()V m_4285712 setPersistent 38 | m ()Z m_9224887 isPersistent 39 | c net/minecraft/unmapped/C_5803518 net/minecraft/item/NameTagItem 40 | m (I)V 41 | p 1 p_1 42 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_5009044;Lnet/minecraft/unmapped/C_1013763;)Z m_3129782 m_3129782 43 | p 1 p_1 44 | p 2 p_2 45 | p 3 p_3 46 | -------------------------------------------------------------------------------- /mappings/13w18a#13w18b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1591456 3 | c net/minecraft/unmapped/C_1591456$6004457 6004457 4 | f Lnet/minecraft/unmapped/C_8752044; f_4493675 f_4493675 5 | f Lnet/minecraft/unmapped/C_1591456; f_1371114 f_1371114 6 | m (Lnet/minecraft/unmapped/C_1591456;Lnet/minecraft/unmapped/C_8752044;)V 7 | p 1 p_1 8 | p 2 p_2 9 | m ()Ljava/lang/String; m_4437595 m_4437595 10 | m ()Ljava/lang/Object; call call 11 | c net/minecraft/unmapped/C_3385278 12 | m ()V m_5506965 m_5506965 13 | m (Ljava/lang/String;Lnet/minecraft/unmapped/C_6618055;)V m_9577918 register 14 | p 1 path 15 | p 2 tickableTexture 16 | m ()V m_0311145 m_0311145 17 | c net/minecraft/unmapped/C_5269767 18 | m ()Ljava/io/File; m_8254029 getFile 19 | c net/minecraft/unmapped/C_6088271 20 | m ()V m_2121010 bindAndTick 21 | m ()V m_0311145 m_0311145 22 | c net/minecraft/unmapped/C_7106153 23 | m (Ljava/lang/String;)Ljava/lang/String; m_9260229 getHeadTextureLocation 24 | p 0 p_0 25 | c net/minecraft/unmapped/C_0005350 net/minecraft/client/render/Tickable 26 | m ()V m_0311145 tick 27 | c net/minecraft/unmapped/C_6618055 net/minecraft/client/render/texture/TickableTexture 28 | -------------------------------------------------------------------------------- /mappings/13w18b#13w18c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6619871 3 | f [Lnet/minecraft/unmapped/C_4865434; f_1655572 categories 4 | m ()[Lnet/minecraft/unmapped/C_4865434; m_7583566 getEnchantmentCategories 5 | m ([Lnet/minecraft/unmapped/C_4865434;)Lnet/minecraft/unmapped/C_6619871; m_2693524 setEnchantmentCategories 6 | p 1 categories 7 | m (Lnet/minecraft/unmapped/C_4865434;)Z m_7579010 hasEchantmentCategory 8 | p 1 category 9 | c net/minecraft/unmapped/C_6619871$2024028 10 | m (Ljava/util/List;)V m_8656326 m_8656326 11 | p 1 p_1 12 | c net/minecraft/unmapped/C_6619871$7416130 13 | m (Ljava/util/List;)V m_8656326 m_8656326 14 | p 1 p_1 15 | c net/minecraft/unmapped/C_6619871$7898093 16 | m (Ljava/util/List;)V m_8656326 m_8656326 17 | p 1 p_1 18 | c net/minecraft/unmapped/C_7106153 19 | m ()V m_7344337 m_7344337 20 | -------------------------------------------------------------------------------- /mappings/13w21a#13w21b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3624347 3 | m (Ljava/lang/String;Ljava/io/File;)V m_9117328 loadSound 4 | p 1 path 5 | p 2 dir 6 | m (Ljava/lang/String;Ljava/io/File;)V m_2550709 loadRecord 7 | p 1 path 8 | p 2 fil 9 | m (Ljava/lang/String;Ljava/io/File;)V m_0128226 loadMusic 10 | p 1 path 11 | p 2 file 12 | m (Ljava/lang/String;)V m_9117328 loadSound 13 | p 1 path 14 | m (Ljava/lang/String;)V m_2550709 loadRecord 15 | p 1 path 16 | m (Ljava/lang/String;)V m_0128226 loadMusic 17 | p 1 path 18 | c net/minecraft/unmapped/C_4560329 19 | f Ljava/lang/String; f_8794285 name 20 | m (Lnet/minecraft/unmapped/C_6577431;)V 21 | p 1 resourceManager 22 | m (Lnet/minecraft/unmapped/C_6577431;Z)V 23 | p 1 resourceManager 24 | p 2 trimTrailingDigits 25 | m (Lnet/minecraft/unmapped/C_6577431;Ljava/lang/String;Z)V 26 | p 1 resourceManager 27 | p 2 name 28 | p 3 trimTrailingDigits 29 | c net/minecraft/unmapped/C_5009044 30 | m ()F m_0161842 m_0161842 31 | c net/minecraft/unmapped/C_2237759 32 | m ()Ljava/lang/String; toString toString 33 | c net/minecraft/unmapped/C_6122773 34 | f Ljava/util/Map; f_6157698 byName 35 | -------------------------------------------------------------------------------- /mappings/13w23a#13w23b-06080101.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | f F f_9342427 absorption 4 | m ()F m_4588214 getAbsorption 5 | m (F)V m_3001163 setAbsorption 6 | p 1 absorption 7 | c net/minecraft/unmapped/C_0591668 8 | f Lnet/minecraft/unmapped/C_0591668; f_4015111 f_4015111 9 | f Lnet/minecraft/unmapped/C_0591668; f_3439508 HEALTH_BOOST 10 | m (Lnet/minecraft/unmapped/C_9549387;)V m_0968648 removeModifiers 11 | p 1 p_1 12 | m (Lnet/minecraft/unmapped/C_9549387;I)V m_0176005 addModifiers 13 | p 1 p_1 14 | p 2 p_2 15 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_9549387;)V m_0968648 removeModifiers 16 | p 1 p_1 17 | p 2 p_2 18 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_9549387;I)V m_0176005 addModifiers 19 | p 1 entity 20 | p 2 container 21 | p 3 amplifier 22 | c net/minecraft/unmapped/C_4075205 net/minecraft/entity/living/effect/AbsorptionStatusEffect 23 | m (IZI)V 24 | p 1 p_1 25 | p 2 p_2 26 | p 3 p_3 27 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_9549387;)V m_0968648 m_0968648 28 | p 1 p_1 29 | p 2 p_2 30 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_9549387;I)V m_0176005 m_0176005 31 | p 1 p_1 32 | p 2 p_2 33 | p 3 p_3 34 | -------------------------------------------------------------------------------- /mappings/13w26a#1.6-pre-06251516.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1203617 3 | f Ljava/util/Properties; f_8545441 translations 4 | f Lcom/google/common/base/Splitter; f_1919116 TRANSLATION_SPLITTER 5 | f Ljava/util/Map; f_8545441 translations 6 | m ()V m_5449550 load 7 | m (Ljava/lang/String;)Ljava/lang/String; m_8613309 translateKey 8 | p 1 key 9 | c net/minecraft/unmapped/C_3385278 10 | c net/minecraft/unmapped/C_3385278$2626845 2626845 11 | f Lnet/minecraft/unmapped/C_4882708; f_2146082 f_2146082 12 | f Lnet/minecraft/unmapped/C_3385278; f_6849637 f_6849637 13 | m (Lnet/minecraft/unmapped/C_3385278;Lnet/minecraft/unmapped/C_4882708;)V 14 | p 1 p_1 15 | p 2 p_2 16 | m ()Ljava/lang/String; m_0809958 m_0809958 17 | m ()Ljava/lang/Object; call call 18 | c net/minecraft/unmapped/C_7029902 19 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_5009044;IFFF)Z m_2543653 m_2543653 20 | p 1 p_1 21 | p 2 p_2 22 | p 3 p_3 23 | p 4 p_4 24 | p 5 p_5 25 | p 6 p_6 26 | p 7 p_7 27 | p 8 p_8 28 | p 9 p_9 29 | c net/minecraft/unmapped/C_3374628 30 | m ()Ljava/lang/String; toString toString 31 | c net/minecraft/unmapped/C_1594326 32 | m (Lnet/minecraft/unmapped/C_5009044;Lnet/minecraft/unmapped/C_3906126;III)Z m_4285867 attachLead 33 | p 0 player 34 | p 1 world 35 | p 2 x 36 | p 3 y 37 | p 4 z 38 | c net/minecraft/unmapped/C_2340941 39 | m (Lnet/minecraft/unmapped/C_2750078;)Z m_6336471 m_6336471 40 | p 1 p_1 41 | -------------------------------------------------------------------------------- /mappings/13w38b#13w38c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4636105 3 | m ()[Lnet/minecraft/unmapped/C_4636105; m_1651139 getAll 4 | m (I)Lnet/minecraft/unmapped/C_4636105; m_2382592 byId 5 | p 0 id 6 | c net/minecraft/unmapped/C_4598210 7 | m (Ljava/lang/Object;)Z m_4761976 containsKey 8 | p 1 key 9 | c net/minecraft/unmapped/C_9241136 10 | m (Ljava/lang/String;)Z m_7190194 m_7190194 11 | p 1 p_1 12 | m (Ljava/lang/Object;)Z m_4761976 m_4761976 13 | p 1 p_1 14 | -------------------------------------------------------------------------------- /mappings/13w39a#13w39b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4030632 3 | m (Ljava/lang/String;)Lnet/minecraft/unmapped/C_4030632; m_7668857 byKey 4 | p 0 key 5 | c net/minecraft/unmapped/C_3507951 6 | m (Lnet/minecraft/unmapped/C_2182707;Ljava/lang/String;)Lnet/minecraft/unmapped/C_3635204; m_6450760 parseBlock 7 | p 0 source 8 | p 1 s 9 | c net/minecraft/unmapped/C_4598210 10 | m ()Ljava/util/HashMap; m_4675656 createMap 11 | m ()Ljava/util/Map; m_4675656 createMap 12 | c net/minecraft/unmapped/C_6923540 13 | m (I)Z m_7782571 containsId 14 | p 1 id 15 | c net/minecraft/unmapped/C_9241136 16 | f Ljava/util/Map; f_0305071 keys 17 | m (Ljava/lang/String;)Ljava/lang/String; m_2344252 18 | p 1 key 19 | p 0 key 20 | m ()Ljava/util/Map; m_4675656 m_4675656 21 | m (Ljava/lang/Object;)Ljava/lang/String; m_1232808 getKey 22 | p 1 value 23 | m (I)Z m_8042888 containsId 24 | p 1 id 25 | c net/minecraft/unmapped/C_2833867 26 | f I f_2694248 lastExecuted 27 | c net/minecraft/unmapped/C_6758882 28 | m (I)V m_9827024 setSuccessCount 29 | p 1 successCount 30 | m (Lnet/minecraft/unmapped/C_3906126;)I m_8567001 run 31 | p 1 world 32 | m (Lnet/minecraft/unmapped/C_3906126;)V m_8567001 run 33 | p 1 world 34 | -------------------------------------------------------------------------------- /mappings/13w47b#13w47c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f Lcom/google/common/collect/Multimap; f_6061389 userProperties 4 | -------------------------------------------------------------------------------- /mappings/13w47c#13w47d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | m ()Lcom/google/common/collect/Multimap; m_0134977 getUserProperties 4 | c net/minecraft/unmapped/C_7688744 5 | f [Ljava/lang/String; f_4771346 STREAM_MIC_TOGGLE_SETTINGS 6 | f I f_5355458 streamMicToggleBehavior 7 | f Lnet/minecraft/unmapped/C_5027199; f_6695033 streamToggleMicKey 8 | c net/minecraft/unmapped/C_7688744$C_0457152 9 | f Lnet/minecraft/unmapped/C_7688744$C_0457152; f_6446543 STREAM_MIC_TOGGLE_BEHAVIOR 10 | c net/minecraft/unmapped/C_0743638 11 | m (FF)V m_4325371 render 12 | p 1 p_1 13 | p 2 p_2 14 | m (II)V m_4325371 render 15 | p 1 x 16 | p 2 y 17 | m (IIII)V m_4136843 m_4136843 18 | p 1 p_1 19 | p 2 p_2 20 | p 3 p_3 21 | p 4 p_4 22 | m ()I m_2041700 m_2041700 23 | c net/minecraft/unmapped/C_3723758 24 | f Ljava/lang/String; f_2037199 f_2037199 25 | c net/minecraft/unmapped/C_8785182 26 | f Z f_6553335 f_6553335 27 | f Z f_9488135 f_9488135 28 | m (Z)V m_9441213 m_9441213 29 | p 1 p_1 30 | m ()Z m_1283038 m_1283038 31 | c net/minecraft/unmapped/C_1919259 32 | m (Z)V m_9441213 m_9441213 33 | p 1 p_1 34 | m ()Z m_1283038 m_1283038 35 | c net/minecraft/unmapped/C_9345641 36 | m (Z)V m_9441213 m_9441213 37 | p 1 p_1 38 | m ()Z m_1283038 m_1283038 39 | -------------------------------------------------------------------------------- /mappings/13w47d#13w47e.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0979881 3 | f F f_6587401 f_6587401 4 | m (ZZ)V m_6045122 m_6045122 5 | p 0 blur 6 | p 1 mipmap 7 | m (ZZF)V m_6045122 m_6045122 8 | p 0 p_0 9 | p 1 p_1 10 | p 2 p_2 11 | m (F)V m_2067894 m_2067894 12 | p 0 p_0 13 | c net/minecraft/unmapped/C_5632627 14 | c net/minecraft/unmapped/C_5632627$C_8286907 15 | f Lnet/minecraft/unmapped/C_5632627$C_8286907; f_2140003 f_2140003 16 | m (Ljava/lang/String;ILnet/minecraft/unmapped/C_9550253;)V 17 | p 1 p_1 18 | p 2 p_2 19 | p 3 title 20 | c net/minecraft/unmapped/C_9345641 21 | f Ljava/lang/Throwable; f_3752948 error 22 | m ()V 23 | m (Ljava/lang/Throwable;)V 24 | p 1 error 25 | m ()Ljava/lang/Throwable; m_5325312 getError 26 | -------------------------------------------------------------------------------- /mappings/13w48a#13w48b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0969327 3 | m ()I m_5896257 m_5896257 4 | c net/minecraft/unmapped/C_3723758 5 | f Lnet/minecraft/unmapped/C_2414575; f_2110195 ERRORS 6 | c net/minecraft/unmapped/C_8785182 7 | m ()Z m_6631627 m_6631627 8 | c net/minecraft/unmapped/C_8836398 9 | m (Lnet/minecraft/unmapped/C_8836398;)Lnet/minecraft/client/Minecraft; m_9973707 m_9973707 10 | p 0 p_0 11 | m (Lnet/minecraft/unmapped/C_8836398;)Lnet/minecraft/client/Minecraft; m_7560565 m_7560565 12 | p 0 p_0 13 | m (Lnet/minecraft/unmapped/C_8836398;)Lnet/minecraft/client/Minecraft; m_2119449 m_2119449 14 | p 0 p_0 15 | c net/minecraft/unmapped/C_1919259 16 | m ()Z m_6631627 m_6631627 17 | c net/minecraft/unmapped/C_9345641 18 | m ()Z m_6631627 m_6631627 19 | c net/minecraft/unmapped/C_2414575 net/minecraft/util/ThreadSafeBuffer 20 | f [Ljava/lang/Object; f_0823892 buffer 21 | f Ljava/lang/Class; f_2465035 type 22 | f Ljava/util/concurrent/locks/ReadWriteLock; f_4364068 lock 23 | f I f_0560742 size 24 | f I f_1038442 head 25 | m (Ljava/lang/Class;I)V 26 | p 1 type 27 | p 2 size 28 | m (Ljava/lang/Object;)Ljava/lang/Object; m_5289147 add 29 | p 1 value 30 | m ()I m_9060470 capacity 31 | m ()[Ljava/lang/Object; m_7718600 array 32 | -------------------------------------------------------------------------------- /mappings/14w02a#14w02b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/14w02b#14w02c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | m ()V m_3468489 m_3468489 4 | c net/minecraft/unmapped/C_4636105 5 | f Lnet/minecraft/unmapped/C_4636105; f_7614037 DEFAULT 6 | m (ILnet/minecraft/unmapped/C_4636105;)Lnet/minecraft/unmapped/C_4636105; m_9618850 byId 7 | p 0 id 8 | p 1 defaultValue 9 | c net/minecraft/unmapped/C_6385858 10 | m ()V m_3468489 discard 11 | c net/minecraft/unmapped/C_6385858$2416984 2416984 12 | f Lnet/minecraft/unmapped/C_6385858; f_2445261 f_2445261 13 | m (Lnet/minecraft/unmapped/C_6385858;)V 14 | p 1 p_1 15 | m ()Ljava/lang/String; m_3477622 m_3477622 16 | m ()Ljava/lang/Object; call call 17 | c net/minecraft/unmapped/C_6385858$6522213 6522213 18 | f Lnet/minecraft/unmapped/C_6385858; f_1217114 f_1217114 19 | m (Lnet/minecraft/unmapped/C_6385858;)V 20 | p 1 p_1 21 | m ()Ljava/lang/String; m_0531610 m_0531610 22 | m ()Ljava/lang/Object; call call 23 | c net/minecraft/unmapped/C_9143244 24 | m (Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_4636105;)Lnet/minecraft/unmapped/C_4636105; m_2941275 getBiome 25 | p 1 pos 26 | p 2 defaultValue 27 | c net/minecraft/unmapped/C_9219192 28 | m ()Lnet/minecraft/unmapped/C_9143244; m_1159644 getBiomeSource 29 | m ()Z m_8577347 yeetsWater 30 | m ()Z m_8976359 hasNoSky 31 | m ()[F m_3180627 getBrightnessTable 32 | m ()I m_4937417 getId 33 | c net/minecraft/unmapped/C_6297854 34 | c net/minecraft/unmapped/C_6297854$3089369 35 | f I f_0971284 f_0971284 36 | f Lnet/minecraft/unmapped/C_4636105; f_0971284 biomeId 37 | m (I)V 38 | p 1 p_1 39 | m (Lnet/minecraft/unmapped/C_4636105;)V 40 | p 1 p_1 41 | c net/minecraft/unmapped/C_6297854$6379251 42 | f I f_7628516 f_7628516 43 | f Lnet/minecraft/unmapped/C_4636105; f_7628516 biomeId 44 | m (I)V 45 | p 1 p_1 46 | m (Lnet/minecraft/unmapped/C_4636105;)V 47 | p 1 p_1 48 | c net/minecraft/unmapped/C_8588387 49 | m (II)Lnet/minecraft/unmapped/C_4636105; m_6954312 getBiome 50 | p 1 x 51 | p 2 z 52 | m (IILnet/minecraft/unmapped/C_4636105;)Lnet/minecraft/unmapped/C_4636105; m_6954312 getBiome 53 | p 1 x 54 | p 2 z 55 | p 3 defaultValue 56 | -------------------------------------------------------------------------------- /mappings/14w10a#14w10b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8565077 3 | f Ljava/util/List; f_7236608 MODEL_VARIANTS 4 | m ()Ljava/util/List; m_8746735 m_8746735 5 | m ()V 6 | c net/minecraft/unmapped/C_2111048 7 | f Ljava/util/List; f_8403066 MODEL_VARIANTS 8 | m ()Ljava/util/List; m_8746735 m_8746735 9 | m ()V 10 | c net/minecraft/unmapped/C_9939341 11 | f Ljava/util/List; f_0447056 modelVariants 12 | m ()Ljava/util/List; m_8746735 m_8746735 13 | c net/minecraft/unmapped/C_9156763 14 | m (Lnet/minecraft/server/MinecraftServer;[Ljava/lang/String;Lcom/mojang/authlib/ProfileLookupCallback;)V m_2656441 findProfiles 15 | p 0 server 16 | p 1 names 17 | p 2 callback 18 | m (Lnet/minecraft/server/MinecraftServer;Ljava/util/Collection;Lcom/mojang/authlib/ProfileLookupCallback;)V m_2656441 findProfiles 19 | p 0 server 20 | p 1 names 21 | p 2 callback 22 | c net/minecraft/unmapped/C_9156763$C_8284973 23 | m (Ljava/lang/String;Lnet/minecraft/unmapped/C_9156763$6656922;)V 24 | p 1 p_1 25 | p 2 p_2 26 | m (Ljava/lang/String;Ljava/lang/Throwable;Lnet/minecraft/unmapped/C_9156763$6656922;)V 27 | p 1 p_1 28 | p 2 p_2 29 | p 3 p_3 30 | m (Ljava/lang/String;Lnet/minecraft/unmapped/C_9156763$8010427;)V 31 | p 1 p_1 32 | p 2 p_2 33 | m (Ljava/lang/String;Ljava/lang/Throwable;Lnet/minecraft/unmapped/C_9156763$8010427;)V 34 | p 1 p_1 35 | p 2 p_2 36 | p 3 p_3 37 | c net/minecraft/unmapped/C_9156763$8010427 8010427 38 | m ()V 39 | m (Ljava/lang/String;)Z m_1926768 m_1926768 40 | p 1 p_1 41 | m (Ljava/lang/Object;)Z apply apply 42 | p 1 input 43 | -------------------------------------------------------------------------------- /mappings/14w11a#14w11b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1236108 3 | m ()I m_0839636 m_0839636 4 | c net/minecraft/unmapped/C_6664676 5 | m ()I m_0839636 m_0839636 6 | c net/minecraft/unmapped/C_5552928 7 | f Ljava/util/List; f_8259434 MODEL_VARIANTS 8 | m ()Ljava/util/List; m_8746735 m_8746735 9 | -------------------------------------------------------------------------------- /mappings/14w18a#14w18b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5584362 3 | m ()F m_6131251 m_6131251 4 | -------------------------------------------------------------------------------- /mappings/14w20a#14w20b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/14w21a#14w21b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/14w26a#14w26b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1415320 3 | f Lnet/minecraft/unmapped/C_3635204; f_0255726 spawnableBlock 4 | -------------------------------------------------------------------------------- /mappings/14w30a#14w30b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1826831 3 | f I f_1061700 mobHeadDropCount 4 | m ()Z m_5634922 shouldDropMobHead 5 | m ()V m_9308444 addMobHeadDrop 6 | c net/minecraft/unmapped/C_5175372 7 | f [I f_7542838 EDGE_POINTS 8 | m (Lnet/minecraft/unmapped/C_6707278;)I m_0224262 9 | p 1 pos 10 | p 0 pos 11 | m (III)I m_8140462 index 12 | p 0 x 13 | p 1 y 14 | p 2 z 15 | -------------------------------------------------------------------------------- /mappings/14w32c#14w32d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6259709 3 | f Lnet/minecraft/unmapped/C_8554894; f_7741932 material 4 | f Lnet/minecraft/unmapped/C_3635204; f_7741932 block 5 | m (Lnet/minecraft/unmapped/C_8554894;)V 6 | p 1 material 7 | m (Lnet/minecraft/unmapped/C_3635204;)V 8 | p 1 block 9 | c net/minecraft/unmapped/C_5251467 10 | f Lnet/minecraft/unmapped/C_3635204; f_3870467 SPRUCE_DOOR 11 | f Lnet/minecraft/unmapped/C_3635204; f_2443380 BIRCH_DOOR 12 | f Lnet/minecraft/unmapped/C_3635204; f_5960404 JUNGLE_DOOR 13 | f Lnet/minecraft/unmapped/C_3635204; f_1544470 ACACIA_DOOR 14 | f Lnet/minecraft/unmapped/C_3635204; f_8606810 DARK_OAK_DOOR 15 | c net/minecraft/unmapped/C_8089590 16 | f Lnet/minecraft/unmapped/C_4030632; f_6236174 SPRUCE_DOOR 17 | f Lnet/minecraft/unmapped/C_4030632; f_8159838 BIRCH_DOOR 18 | f Lnet/minecraft/unmapped/C_4030632; f_1104914 JUNGLE_DOOR 19 | f Lnet/minecraft/unmapped/C_4030632; f_4840346 ACACIA_DOOR 20 | f Lnet/minecraft/unmapped/C_4030632; f_5229323 DARK_OAK_DOOR 21 | -------------------------------------------------------------------------------- /mappings/14w33b#14w33c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/14w34a#14w34b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/14w34d#1.8-pre1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5009044 3 | m (Ljava/lang/String;)Ljava/util/UUID; m_7562374 getUuidForOffline 4 | p 0 name 5 | c net/minecraft/unmapped/C_6385858 6 | m (Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_6385858;)V m_6092854 damageEntity 7 | p 1 source 8 | p 2 entity 9 | c net/minecraft/unmapped/C_1877543 10 | m ()Lnet/minecraft/unmapped/C_2587956$C_0150343; m_3554210 m_3554210 11 | c net/minecraft/unmapped/C_1115384 12 | m ()V m_8862556 reset 13 | c net/minecraft/unmapped/C_1481722 14 | c net/minecraft/unmapped/C_1481722$C_0819633 15 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_3635204;Lnet/minecraft/unmapped/C_3635204;Lnet/minecraft/unmapped/C_3635204;)Z m_4699966 canPlaceBlock 16 | p 1 world 17 | p 2 pos 18 | p 3 carriedBlock 19 | p 4 blockInWorld 20 | p 5 blockBelowInWorld 21 | c net/minecraft/unmapped/C_9817664 22 | f Z f_4190594 thorns 23 | m ()Lnet/minecraft/unmapped/C_9817664; m_3777447 setThorns 24 | m ()Z m_9599399 hasThorns 25 | c net/minecraft/unmapped/C_4972050 26 | m ()Z m_8396270 m_8396270 27 | c net/minecraft/unmapped/C_0022186 28 | m (Lnet/minecraft/unmapped/C_3906126;)V 29 | p 1 p_1 30 | c net/minecraft/unmapped/C_5775997 31 | m (Lnet/minecraft/unmapped/C_3906126;)V 32 | p 1 p_1 33 | c net/minecraft/unmapped/C_2587956 34 | m ()Lnet/minecraft/unmapped/C_2587956$C_0150343; m_3554210 getSpawnEnvironment 35 | c net/minecraft/unmapped/C_7106153 36 | f Lnet/minecraft/unmapped/C_0561170; f_1436088 STEVE_LOCATION 37 | m ()V 38 | c net/minecraft/unmapped/C_0650589 39 | f Lnet/minecraft/unmapped/C_0561170; f_6834580 STEVE_LOCATION 40 | c net/minecraft/unmapped/C_8365102 41 | m ()Lnet/minecraft/unmapped/C_2587956$C_0150343; m_3554210 m_3554210 42 | m ()Z m_0974034 m_0974034 43 | c net/minecraft/unmapped/C_0083539 net/minecraft/entity/living/mob/SpawnPlacement 44 | f Ljava/util/HashMap; f_7854069 ENVIRONMENTS 45 | m (Ljava/lang/Class;)Lnet/minecraft/unmapped/C_2587956$C_0150343; m_5360691 getEnvironment 46 | p 0 type 47 | m ()V 48 | c net/minecraft/unmapped/C_5946149 net/minecraft/client/resource/skin/DefaultSkinUtils 49 | f Lnet/minecraft/unmapped/C_0561170; f_3344807 STEVE_SKIN 50 | f Lnet/minecraft/unmapped/C_0561170; f_1399950 ALEX_SKIN 51 | m ()Lnet/minecraft/unmapped/C_0561170; m_8990473 getDefaultSkin 52 | m (Ljava/util/UUID;)Lnet/minecraft/unmapped/C_0561170; m_2817663 getDefaultSkin 53 | p 0 uuid 54 | m (Ljava/util/UUID;)Ljava/lang/String; m_5086989 getDefaultModelType 55 | p 0 uuid 56 | m (Ljava/util/UUID;)Z m_5861628 isAlexDefault 57 | p 0 uuid 58 | m ()V 59 | -------------------------------------------------------------------------------- /mappings/15w31a#15w31b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5009044 3 | m (Lnet/minecraft/unmapped/C_6912424;)V m_1976348 setMainArm 4 | p 1 arm 5 | c net/minecraft/unmapped/C_5453071 6 | f Ljava/util/LinkedList; f_9582067 pieces 7 | f Ljava/util/List; f_9582067 pieces 8 | m ()Ljava/util/LinkedList; m_1314583 getPieces 9 | m ()Ljava/util/List; m_1314583 getPieces 10 | c net/minecraft/unmapped/C_3507951 11 | m (Lcom/google/gson/JsonParseException;)Lnet/minecraft/unmapped/C_3503433; m_9594967 jsonException 12 | p 0 e 13 | c net/minecraft/unmapped/C_9550253 14 | c net/minecraft/unmapped/C_9550253$C_9313132 15 | m (Ljava/lang/String;)Lnet/minecraft/unmapped/C_9550253; m_5127781 fromJsonLenient 16 | p 0 s 17 | c net/minecraft/unmapped/C_8843167 18 | m (Lcom/google/gson/Gson;Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object; m_8322359 fromJson 19 | p 0 p_0 20 | p 1 p_1 21 | p 2 p_2 22 | m (Lcom/google/gson/Gson;Ljava/io/Reader;Ljava/lang/Class;Z)Ljava/lang/Object; m_8322359 fromJson 23 | p 0 gson 24 | p 1 reader 25 | p 2 type 26 | p 3 lenient 27 | m (Lcom/google/gson/Gson;Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/Object; m_8742564 fromJson 28 | p 0 gson 29 | p 1 s 30 | p 2 type 31 | p 3 lenient 32 | c net/minecraft/unmapped/C_0083539 33 | f Ljava/util/HashMap; f_7854069 ENVIRONMENTS 34 | f Ljava/util/Map; f_7854069 ENVIRONMENTS 35 | c net/minecraft/unmapped/C_0884802 36 | m ()Lnet/minecraft/unmapped/C_3544601; m_9528772 m_9528772 37 | c net/minecraft/unmapped/C_6695352 38 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;)Lnet/minecraft/unmapped/C_1414550; m_9650578 m_9650578 39 | p 1 p_1 40 | p 2 p_2 41 | p 3 p_3 42 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_1414550; m_5529828 m_5529828 43 | p 1 p_1 44 | p 2 p_2 45 | -------------------------------------------------------------------------------- /mappings/15w31b#15w31c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | f I f_9644108 spriteIndex 4 | c net/minecraft/unmapped/C_4286596 5 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;)Z m_9850868 canCombineItems 6 | p 1 item1 7 | p 2 item2 8 | c net/minecraft/unmapped/C_9746149 9 | m ()Z m_6841342 isBurning 10 | m ()Lnet/minecraft/unmapped/C_4701530; m_5614364 getParticleType 11 | c net/minecraft/unmapped/C_6907923 12 | f Lnet/minecraft/unmapped/C_6907923; f_4237691 DRAGON_BREATH 13 | c net/minecraft/unmapped/C_1111182 14 | f Lnet/minecraft/unmapped/C_7109404; f_8115312 pillar 15 | c net/minecraft/unmapped/C_5775997 16 | m ()Z m_6841342 m_6841342 17 | c net/minecraft/unmapped/C_5251467 18 | f Ljava/util/Set; f_2270171 ALL 19 | c net/minecraft/unmapped/C_2100404 20 | m (Lnet/minecraft/unmapped/C_2441996;Ljava/util/Random;I)Lnet/minecraft/unmapped/C_4030632; m_6894859 m_6894859 21 | p 1 p_1 22 | p 2 p_2 23 | p 3 p_3 24 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_4030632; m_0328423 m_0328423 25 | p 1 p_1 26 | p 2 p_2 27 | c net/minecraft/unmapped/C_2424347 28 | f Ljava/util/Set; f_8108771 ALL 29 | c net/minecraft/unmapped/C_5547501 30 | m (Lnet/minecraft/unmapped/C_2627205;Lnet/minecraft/unmapped/C_6707278;)V m_5728949 m_5728949 31 | p 1 p_1 32 | p 2 p_2 33 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_1414550;Ljava/util/List;Lnet/minecraft/unmapped/C_6385858;)V m_1441794 m_1441794 34 | p 1 p_1 35 | p 2 p_2 36 | p 3 p_3 37 | p 4 p_4 38 | p 5 p_5 39 | p 6 p_6 40 | c net/minecraft/unmapped/C_7121928 41 | f Lnet/minecraft/unmapped/C_6707278; f_5886369 exitPortalPos 42 | c net/minecraft/unmapped/C_0907070 net/minecraft/entity/projectile/DragonFireballEntity 43 | f F f_4299128 f_4299128 44 | m (Lnet/minecraft/unmapped/C_3906126;)V 45 | p 1 world 46 | m (Lnet/minecraft/unmapped/C_3906126;DDDDDD)V 47 | p 1 world 48 | p 2 x 49 | p 4 y 50 | p 6 z 51 | p 8 velocityX 52 | p 10 velocityY 53 | p 12 velocityZ 54 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_1013763;DDD)V 55 | p 1 world 56 | p 2 owner 57 | p 3 velocityX 58 | p 5 velocityY 59 | p 7 velocityZ 60 | m (Lnet/minecraft/unmapped/C_5853518;)V m_3869629 m_3869629 61 | p 1 p_1 62 | m ()Z m_7828889 m_7828889 63 | m (Lnet/minecraft/unmapped/C_6907923;F)Z m_3238154 m_3238154 64 | p 1 p_1 65 | p 2 p_2 66 | m ()Lnet/minecraft/unmapped/C_4701530; m_5614364 m_5614364 67 | m ()Z m_6841342 m_6841342 68 | m ()V 69 | -------------------------------------------------------------------------------- /mappings/15w33a#15w33b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2800860 3 | m (Ljava/lang/String;)Z m_7649048 hasUuid 4 | p 1 key 5 | c net/minecraft/unmapped/C_0591668 6 | m (Lnet/minecraft/unmapped/C_1283912;)Ljava/lang/String; m_5171723 getDurationString 7 | p 0 instance 8 | m (Lnet/minecraft/unmapped/C_1283912;F)Ljava/lang/String; m_5171723 getDurationString 9 | p 0 effect 10 | p 1 durationMultiplier 11 | c net/minecraft/unmapped/C_4696879 12 | m (Lnet/minecraft/unmapped/C_1283912;)Ljava/lang/String; m_0683199 m_0683199 13 | p 1 p_1 14 | c net/minecraft/unmapped/C_5981250 15 | m (Lnet/minecraft/unmapped/C_1283912;)Ljava/lang/String; m_0683199 m_0683199 16 | p 1 p_1 17 | -------------------------------------------------------------------------------- /mappings/15w34c#15w34d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7137679 3 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_1013763;Lnet/minecraft/unmapped/C_1013763;)Z m_9532015 m_9532015 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | c net/minecraft/unmapped/C_6923540 8 | m (I)V 9 | p 1 initialCapacity 10 | -------------------------------------------------------------------------------- /mappings/15w35a#15w35b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/15w35c#15w35d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/15w36a#15w36b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1481722 3 | m ()Lnet/minecraft/unmapped/C_2237759; m_8147179 m_8147179 4 | c net/minecraft/unmapped/C_6686615 5 | m (FI)F m_4944748 getDamageAfterArmor 6 | p 0 damage 7 | p 1 protection 8 | m (FI)F m_4368311 getDamageAfterEnchantments 9 | p 0 damage 10 | p 1 protection 11 | m (FF)F m_4944748 getDamageAfterArmor 12 | p 0 damage 13 | p 1 protection 14 | m (FF)F m_4368311 getDamageAfterEnchantments 15 | p 0 damage 16 | p 1 protection 17 | -------------------------------------------------------------------------------- /mappings/15w36b#15w36c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/15w36c#15w36d.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2750078 3 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_2750078;)Z m_0250667 matchesItemIgnoreDamage 4 | p 0 stack1 5 | p 1 stack2 6 | m (Lnet/minecraft/unmapped/C_2750078;)Z m_1747409 matchesItemIgnoreDamage 7 | p 1 other 8 | c net/minecraft/unmapped/C_5196988 9 | f [Ljava/util/UUID; f_5133303 ARMOR_MODIFIER_UUIDS 10 | m (Lnet/minecraft/unmapped/C_7278838;)Lcom/google/common/collect/Multimap; m_3717489 m_3717489 11 | p 1 p_1 12 | c net/minecraft/unmapped/C_8345828 13 | m ()I m_0997600 m_0997600 14 | c net/minecraft/unmapped/C_6707278 15 | c net/minecraft/unmapped/C_6707278$C_0869341 16 | m (Lnet/minecraft/unmapped/C_6385858;)Lnet/minecraft/unmapped/C_6707278$C_0869341; m_9231156 m_9231156 17 | p 1 p_1 18 | c net/minecraft/unmapped/C_1756552 19 | m ()I m_0997600 m_0997600 20 | m (I)V m_8366419 m_8366419 21 | p 1 p_1 22 | c net/minecraft/unmapped/C_0567922 23 | m ()V 24 | m (Lnet/minecraft/unmapped/C_1160655;)V 25 | p 1 color 26 | c net/minecraft/unmapped/C_1444189 27 | m ()I m_0997600 m_0997600 28 | c net/minecraft/unmapped/C_2340941 29 | f Ljava/util/UUID; f_2802863 HORSE_ARMOR_BONUS_MODIFIER_ID 30 | m ()I m_0997600 m_0997600 31 | c net/minecraft/unmapped/C_3719935 32 | f Lnet/minecraft/unmapped/C_3731908; f_9312142 ARMOR 33 | c net/minecraft/unmapped/C_5801153 34 | m (Ljava/util/UUID;)V m_2674515 m_2674515 35 | p 1 p_1 36 | c net/minecraft/unmapped/C_6232047 37 | m (Ljava/util/UUID;)V m_2674515 removeModifier 38 | p 1 uuid 39 | c net/minecraft/unmapped/C_3828683 40 | m ()I m_0997600 m_0997600 41 | c net/minecraft/unmapped/C_0131593 42 | f Ljava/util/UUID; f_0639251 ARMOR_BONUS_UUID 43 | f Lnet/minecraft/unmapped/C_2237759; f_4647474 ARMOR_BONUS 44 | m ()I m_0997600 m_0997600 45 | -------------------------------------------------------------------------------- /mappings/15w39a#15w39b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/15w39b#15w39c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1044273 3 | f Ljava/util/Set; f_8067521 lightChanges 4 | c net/minecraft/unmapped/C_5196988 5 | m (Lnet/minecraft/unmapped/C_3335560;Lnet/minecraft/unmapped/C_2750078;)Lnet/minecraft/unmapped/C_2750078; m_7658188 dispense 6 | p 0 source 7 | p 1 item 8 | c net/minecraft/unmapped/C_9386942 9 | m (Lnet/minecraft/unmapped/C_6707278;)V 10 | p 1 pos 11 | c net/minecraft/unmapped/C_6707278 12 | m ()Lnet/minecraft/unmapped/C_6707278; m_3635828 immutable 13 | c net/minecraft/unmapped/C_6707278$C_2165440 14 | m ()Lnet/minecraft/unmapped/C_6707278; m_3635828 m_3635828 15 | c net/minecraft/unmapped/C_3500307 16 | f I f_1701854 bufferCount 17 | f Ljava/util/List; f_9057333 threads 18 | m ()V m_2121846 dispose 19 | m ()Z m_3314598 areThereNoAvailableBuffers 20 | c net/minecraft/unmapped/C_6916756 21 | f Z f_6529795 running 22 | m ()V m_0240680 stop 23 | -------------------------------------------------------------------------------- /mappings/15w40a#15w40b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3419581 3 | m (Lnet/minecraft/unmapped/C_6124529;)Ljava/lang/Float; m_0478514 m_0478514 4 | p 1 p_1 5 | m (Lnet/minecraft/unmapped/C_6124529;)F m_0478514 m_0478514 6 | p 1 p_1 7 | c net/minecraft/unmapped/C_3906126 8 | f Lnet/minecraft/unmapped/C_5863756; f_8831878 navigationListener 9 | m ()Lnet/minecraft/unmapped/C_5863756; m_9313779 m_9313779 10 | c net/minecraft/unmapped/C_1611709 11 | f I f_1891372 f_1891372 12 | f I f_4612436 f_4612436 13 | f Lnet/minecraft/unmapped/C_6707278; f_6697257 target 14 | c net/minecraft/unmapped/C_5863756 net/minecraft/world/PathNavigationListener 15 | f Ljava/lang/Object; f_8033439 f_8033439 16 | f Ljava/util/WeakHashMap; f_4798101 f_4798101 17 | m ()V 18 | m (Lnet/minecraft/unmapped/C_1611709;)V m_2090822 m_2090822 19 | p 1 p_1 20 | m (Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_2441996;I)V m_7307167 m_7307167 21 | p 1 p_1 22 | p 2 p_2 23 | p 3 p_3 24 | p 4 p_4 25 | m (Lnet/minecraft/unmapped/C_6707278;)V m_3130954 m_3130954 26 | p 1 p_1 27 | m (IIIIII)V m_0171092 m_0171092 28 | p 1 p_1 29 | p 2 p_2 30 | p 3 p_3 31 | p 4 p_4 32 | p 5 p_5 33 | p 6 p_6 34 | m (Ljava/lang/String;DDDFF)V m_2244237 m_2244237 35 | p 1 p_1 36 | p 2 p_2 37 | p 4 p_4 38 | p 6 p_6 39 | p 8 p_8 40 | p 9 p_9 41 | m (Lnet/minecraft/unmapped/C_5009044;Ljava/lang/String;DDDFF)V m_0315735 m_0315735 42 | p 1 p_1 43 | p 2 p_2 44 | p 3 p_3 45 | p 5 p_5 46 | p 7 p_7 47 | p 9 p_9 48 | p 10 p_10 49 | m (IZDDDDDD[I)V m_5421083 m_5421083 50 | p 1 p_1 51 | p 2 p_2 52 | p 3 p_3 53 | p 5 p_5 54 | p 7 p_7 55 | p 9 p_9 56 | p 11 p_11 57 | p 13 p_13 58 | p 15 p_15 59 | m (Lnet/minecraft/unmapped/C_6385858;)V m_9088355 m_9088355 60 | p 1 p_1 61 | m (Lnet/minecraft/unmapped/C_6385858;)V m_0878478 m_0878478 62 | p 1 p_1 63 | m (Ljava/lang/String;Lnet/minecraft/unmapped/C_6707278;)V m_2838989 m_2838989 64 | p 1 p_1 65 | p 2 p_2 66 | m (ILnet/minecraft/unmapped/C_6707278;I)V m_8518393 m_8518393 67 | p 1 p_1 68 | p 2 p_2 69 | p 3 p_3 70 | m (Lnet/minecraft/unmapped/C_5009044;ILnet/minecraft/unmapped/C_6707278;I)V m_6050914 m_6050914 71 | p 1 p_1 72 | p 2 p_2 73 | p 3 p_3 74 | p 4 p_4 75 | m (ILnet/minecraft/unmapped/C_6707278;I)V m_4338827 m_4338827 76 | p 1 p_1 77 | p 2 p_2 78 | p 3 p_3 79 | m ()V 80 | -------------------------------------------------------------------------------- /mappings/15w41a#15w41b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/15w47b#15w47c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_8752044 3 | f I f_9740004 receivedMovePacketCount 4 | f I f_8329974 lastReceivedMovePacketCount 5 | c net/minecraft/unmapped/C_4339477 6 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_5009044;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_2074023;Lnet/minecraft/unmapped/C_2750078;)V m_7011942 m_7011942 7 | p 1 p_1 8 | p 2 p_2 9 | p 3 p_3 10 | p 4 p_4 11 | p 5 p_5 12 | p 6 p_6 13 | -------------------------------------------------------------------------------- /mappings/15w49b#15w50a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1233611 3 | f Lnet/minecraft/unmapped/C_0561170; f_0136042 f_0136042 4 | f J f_2837474 f_2837474 5 | m (Lnet/minecraft/unmapped/C_5009044;)V m_6119340 m_6119340 6 | p 1 p_1 7 | c net/minecraft/unmapped/C_1611709 8 | f F f_0793309 offset 9 | m (F)V m_8304729 setOffset 10 | p 1 offset 11 | c net/minecraft/unmapped/C_6124529 12 | f Lnet/minecraft/unmapped/C_6124529; f_7229751 DANGER_CACTUS 13 | f Lnet/minecraft/unmapped/C_6124529; f_4389248 DAMAGE_CACTUS 14 | c net/minecraft/unmapped/C_3721081 net/minecraft/block/entity/LootInventoryBlockEntity 15 | f Lnet/minecraft/unmapped/C_0561170; f_3899057 lootTableId 16 | f J f_8667937 lootTableSeed 17 | m ()V 18 | m (Lnet/minecraft/unmapped/C_2800860;)Z m_5508163 readLootTable 19 | p 1 nbt 20 | m (Lnet/minecraft/unmapped/C_2800860;)Z m_2582429 writeLootTable 21 | p 1 nbt 22 | m (Lnet/minecraft/unmapped/C_5009044;)V m_3121882 unpackLoot 23 | p 1 player 24 | -------------------------------------------------------------------------------- /mappings/15w51a#15w51b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2842201 3 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_6849805 getBlockingType 4 | p 1 world 5 | p 2 x 6 | p 3 y 7 | p 4 z 8 | m (Lnet/minecraft/unmapped/C_2627205;IIILnet/minecraft/unmapped/C_2587956;IIIZZ)Lnet/minecraft/unmapped/C_6124529; m_6849805 getBlockingType 9 | p 1 world 10 | p 2 x 11 | p 3 y 12 | p 4 z 13 | p 5 entity 14 | p 6 width 15 | p 7 height 16 | p 8 depth 17 | p 9 canOpenDoors 18 | p 10 canWalkThroughDoors 19 | m ()Z m_3113663 canOpenDoors 20 | c net/minecraft/unmapped/C_3734002 21 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_6849805 m_6849805 22 | p 1 p_1 23 | p 2 p_2 24 | p 3 p_3 25 | p 4 p_4 26 | m (Lnet/minecraft/unmapped/C_2627205;IIILnet/minecraft/unmapped/C_2587956;IIIZZ)Lnet/minecraft/unmapped/C_6124529; m_6849805 m_6849805 27 | p 1 p_1 28 | p 2 p_2 29 | p 3 p_3 30 | p 4 p_4 31 | p 5 p_5 32 | p 6 p_6 33 | p 7 p_7 34 | p 8 p_8 35 | p 9 p_9 36 | p 10 p_10 37 | c net/minecraft/unmapped/C_8009477 38 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_6849805 m_6849805 39 | p 1 p_1 40 | p 2 p_2 41 | p 3 p_3 42 | p 4 p_4 43 | m (Lnet/minecraft/unmapped/C_2627205;IIILnet/minecraft/unmapped/C_2587956;IIIZZ)Lnet/minecraft/unmapped/C_6124529; m_6849805 m_6849805 44 | p 1 p_1 45 | p 2 p_2 46 | p 3 p_3 47 | p 4 p_4 48 | p 5 p_5 49 | p 6 p_6 50 | p 7 p_7 51 | p 8 p_8 52 | p 9 p_9 53 | p 10 p_10 54 | m (Lnet/minecraft/unmapped/C_2587956;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_6124529; m_1417890 getBlockingType 55 | p 1 mob 56 | p 2 pos 57 | m (Lnet/minecraft/unmapped/C_2587956;III)Lnet/minecraft/unmapped/C_6124529; m_9997207 getBlockingType 58 | p 1 mob 59 | p 2 x 60 | p 3 y 61 | p 4 z 62 | -------------------------------------------------------------------------------- /mappings/16w02a#16w03a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7256819 3 | f Ljava/lang/String; f_5415008 customName 4 | m ()Ljava/lang/String; m_5573014 m_5573014 5 | m ()Ljava/lang/String; m_3601118 m_3601118 6 | m (Ljava/lang/String;)V m_0752703 m_0752703 7 | p 1 p_1 8 | m ()Z m_1844807 m_1844807 9 | m ()Lnet/minecraft/unmapped/C_9550253; m_6689989 m_6689989 10 | -------------------------------------------------------------------------------- /mappings/16w04a#16w05a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4649460 3 | m ()D m_1375534 m_1375534 4 | -------------------------------------------------------------------------------- /mappings/16w05a#16w05b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f Ljava/lang/String; f_7369077 versionType 4 | m ()Ljava/lang/String; m_5774562 getVersionType 5 | c net/minecraft/unmapped/C_8958653 6 | f Lnet/minecraft/unmapped/C_3601640; f_9840652 playerControlGoal 7 | f Z f_6515163 boosted 8 | f I f_4100355 boostedTime 9 | f I f_4631630 boostTime 10 | m ()Lnet/minecraft/unmapped/C_3601640; m_0584145 getPlayerControlGoal 11 | m ()Lnet/minecraft/unmapped/C_6385858; m_0809709 m_0809709 12 | m (FF)V m_1998843 m_1998843 13 | p 1 p_1 14 | p 2 p_2 15 | m ()Z m_1159126 boost 16 | c net/minecraft/unmapped/C_1611709 17 | m ()Lnet/minecraft/unmapped/C_2842201; m_2988518 m_2988518 18 | c net/minecraft/unmapped/C_3601640 net/minecraft/entity/ai/goal/PlayerControlGoal 19 | f F f_6727869 maxVelocity 20 | f F f_7441378 speed 21 | f Z f_4916312 moving 22 | f I f_6919572 movingTicks 23 | f I f_2433636 maxMovingTicks 24 | f Lnet/minecraft/unmapped/C_2587956; f_0453211 mob 25 | m ()V m_5289183 m_5289183 26 | m ()Z m_5896190 m_5896190 27 | m ()V m_4528414 m_4528414 28 | m ()V m_2223255 m_2223255 29 | m ()Z m_4921922 isMoving 30 | m ()V m_6144170 startMoving 31 | m ()Z m_3693363 canStartMoving 32 | m (Lnet/minecraft/unmapped/C_2587956;F)V 33 | p 1 mob 34 | p 2 maxVelocity 35 | m (Lnet/minecraft/unmapped/C_3635204;)Z m_4693627 canStepOnto 36 | p 1 block 37 | m (Lnet/minecraft/unmapped/C_5009044;)Lnet/minecraft/unmapped/C_4360192; m_7073163 m_7073163 38 | p 1 p_1 39 | c net/minecraft/unmapped/C_0488071 40 | c net/minecraft/unmapped/C_0488071$C_2780643 41 | f Ljava/lang/String; f_3996967 versionType 42 | m (ZLjava/lang/String;)V 43 | p 1 demo 44 | p 2 version 45 | m (ZLjava/lang/String;Ljava/lang/String;)V 46 | p 1 demo 47 | p 2 version 48 | p 3 versionType 49 | -------------------------------------------------------------------------------- /mappings/16w07a#16w07b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5100287 3 | c net/minecraft/unmapped/C_5100287$3098759 4 | f I f_9893741 f_9893741 5 | f I f_1100742 f_1100742 6 | f D f_9893741 f_9893741 7 | f D f_1100742 f_1100742 8 | m (Lnet/minecraft/unmapped/C_6707278;ZIZI)V 9 | p 1 p_1 10 | p 2 p_2 11 | p 3 p_3 12 | p 4 p_4 13 | p 5 p_5 14 | m (Lnet/minecraft/unmapped/C_6707278;ZDZD)V 15 | p 1 p_1 16 | p 2 p_2 17 | p 3 p_3 18 | p 5 p_5 19 | p 6 p_6 20 | c net/minecraft/unmapped/C_9030232 21 | m (I)Lnet/minecraft/unmapped/C_2441996; m_7685061 m_7685061 22 | p 1 p_1 23 | -------------------------------------------------------------------------------- /mappings/16w07b#1.9-pre1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6498111 3 | m (Lnet/minecraft/unmapped/C_0561170;)V m_6298028 validateLocation 4 | p 1 location 5 | -------------------------------------------------------------------------------- /mappings/16w14a#16w15a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1611709 3 | m ()Lnet/minecraft/unmapped/C_2842201; m_7263859 getNodeEvaluator 4 | c net/minecraft/unmapped/C_2842201 5 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_9289876 getBlockingType 6 | p 1 world 7 | p 2 x 8 | p 3 y 9 | p 4 z 10 | c net/minecraft/unmapped/C_3734002 11 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_9289876 m_9289876 12 | p 1 p_1 13 | p 2 p_2 14 | p 3 p_3 15 | p 4 p_4 16 | c net/minecraft/unmapped/C_8009477 17 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_4381403 18 | p 0 p_0 19 | p 4 z 20 | m (Lnet/minecraft/unmapped/C_2627205;III)Lnet/minecraft/unmapped/C_6124529; m_9289876 m_9289876 21 | p 1 p_1 22 | p 2 p_2 23 | p 3 p_3 24 | p 4 p_4 25 | -------------------------------------------------------------------------------- /mappings/16w21a#16w21b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3831356 3 | m (Z)V m_2878602 glTexture 4 | p 1 disable 5 | c net/minecraft/unmapped/C_6471932 6 | m (Lnet/minecraft/unmapped/C_2441996;)I m_0405982 get 7 | p 1 p_1 8 | -------------------------------------------------------------------------------- /mappings/16w32b#16w33a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5009044 3 | m (Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_3544601;)Z m_7767940 isBedWithinRange 4 | p 1 pos 5 | p 2 facing 6 | c net/minecraft/unmapped/C_1168245 7 | f Lorg/apache/logging/log4j/Logger; f_4535523 LOGGER 8 | m ()Lorg/apache/logging/log4j/Logger; m_9185487 m_9185487 9 | c net/minecraft/unmapped/C_0368523 10 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)D m_9212743 getSpawnOffset 11 | p 1 world 12 | p 2 pos 13 | c net/minecraft/unmapped/C_8858101 14 | f Z f_9449886 f_9449886 15 | f Lcom/google/common/base/CharMatcher; f_3975856 f_3975856 16 | c net/minecraft/unmapped/C_9427820 17 | f Z f_7538886 IS_WINDOWS 18 | f Lcom/google/common/base/CharMatcher; f_3356060 BACKSLASH_MATCHER 19 | m (Ljava/io/File;Ljava/lang/String;)Z m_8410045 isValidPath 20 | p 0 file 21 | p 1 path 22 | m ()V 23 | c net/minecraft/unmapped/C_9398647 24 | m (Lnet/minecraft/unmapped/C_2750078;Lnet/minecraft/unmapped/C_5291991;)V m_6082618 setBaseColor 25 | p 0 item 26 | p 1 color 27 | c net/minecraft/unmapped/C_3438842 28 | m ()V m_5085009 playBreakSound 29 | c net/minecraft/unmapped/C_9221482 30 | f Lnet/minecraft/unmapped/C_7721249; f_6059150 ITEM_BOTTLE_EMPTY 31 | c net/minecraft/unmapped/C_4634225 32 | m ()Lnet/minecraft/unmapped/C_2750078; m_3260888 m_3260888 33 | c net/minecraft/unmapped/C_5684040 34 | m ()Lnet/minecraft/unmapped/C_2750078; m_3260888 m_3260888 35 | c net/minecraft/unmapped/C_7149293 36 | m (F)Lnet/minecraft/unmapped/C_9881691; m_5646879 m_5646879 37 | p 1 p_1 38 | -------------------------------------------------------------------------------- /mappings/16w33a#16w35a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1196485 3 | m ()Z m_1005708 m_1005708 4 | c net/minecraft/unmapped/C_1233611 5 | m ()Z m_1005708 m_1005708 6 | c net/minecraft/unmapped/C_2178068 7 | m ()Z m_1005708 m_1005708 8 | c net/minecraft/unmapped/C_2488469 9 | m ()Z m_1005708 m_1005708 10 | c net/minecraft/unmapped/C_4286596 11 | m ()Z m_1005708 m_1005708 12 | c net/minecraft/unmapped/C_4390289 13 | m ()Z m_1005708 isEmpty 14 | c net/minecraft/unmapped/C_5371184 15 | m (I)V m_8366419 setSize 16 | p 1 size 17 | m (IZ)V m_8366419 setSize 18 | p 1 size 19 | p 2 resetHealth 20 | c net/minecraft/unmapped/C_6095546 21 | m ()Z m_1005708 m_1005708 22 | c net/minecraft/unmapped/C_6664676 23 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_5009044;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_2074023;Lnet/minecraft/unmapped/C_2750078;)V m_7011942 m_7011942 24 | p 1 p_1 25 | p 2 p_2 26 | p 3 p_3 27 | p 4 p_4 28 | p 5 p_5 29 | p 6 p_6 30 | c net/minecraft/unmapped/C_6692196 31 | m ()Z m_1005708 m_1005708 32 | c net/minecraft/unmapped/C_8986452 33 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)V m_2924333 setDirt 34 | p 1 world 35 | p 2 pos 36 | c net/minecraft/unmapped/C_0356559 37 | m ()Z m_1005708 m_1005708 38 | c net/minecraft/unmapped/C_3140924 39 | m (Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_1414550; m_5529828 m_5529828 40 | p 1 p_1 41 | p 2 p_2 42 | p 3 p_3 43 | c net/minecraft/unmapped/C_1168245 44 | m (Lnet/minecraft/unmapped/C_2716056;Lnet/minecraft/unmapped/C_2928020;Z)Lnet/minecraft/unmapped/C_2928020; m_6976439 initialize 45 | p 1 localDifficulty 46 | p 2 entityData 47 | p 3 pickProfession 48 | c net/minecraft/unmapped/C_1756552 49 | m (I)V m_8366419 m_8366419 50 | p 1 p_1 51 | m (IZ)V m_8366419 m_8366419 52 | p 1 p_1 53 | p 2 p_2 54 | c net/minecraft/unmapped/C_3910017 55 | m ()Z m_1005708 m_1005708 56 | c net/minecraft/unmapped/C_0052982 57 | m (Lnet/minecraft/unmapped/C_1013763;)Z m_0909820 isOnFire 58 | p 1 p_1 59 | c net/minecraft/unmapped/C_0209711 60 | m ()Z m_1005708 m_1005708 61 | c net/minecraft/unmapped/C_6989019 62 | m ()Z m_1005708 m_1005708 63 | c net/minecraft/unmapped/C_0024265 64 | m ()Z m_2874604 canTransferNextTick 65 | m ()Z m_1005708 m_1005708 66 | c net/minecraft/unmapped/C_0778972 67 | m ()Z m_1005708 m_1005708 68 | c net/minecraft/unmapped/C_9398647 69 | f Ljava/lang/String; f_6487369 customName 70 | m ()Ljava/lang/String; m_5573014 m_5573014 71 | m ()Z m_1844807 m_1844807 72 | m ()Lnet/minecraft/unmapped/C_9550253; m_6689989 m_6689989 73 | -------------------------------------------------------------------------------- /mappings/16w39b#16w39c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3688914 3 | m (F)I m_8582980 m_8582980 4 | p 1 p_1 5 | m (DDD)V m_2801634 m_2801634 6 | p 1 p_1 7 | p 3 p_3 8 | p 5 p_5 9 | c net/minecraft/unmapped/C_9913447 10 | c net/minecraft/unmapped/C_9913447$4614909 11 | f Z f_6986011 ignited 12 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 13 | p 1 p_1 14 | c net/minecraft/unmapped/C_9913447$5104661 15 | f Z f_7579152 dyed 16 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 17 | p 1 p_1 18 | c net/minecraft/unmapped/C_9913447$0924776 19 | f Z f_3017635 spawnedWither 20 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 21 | p 1 p_1 22 | c net/minecraft/unmapped/C_9913447$2541565 23 | f Z f_3929336 spawnedGolem 24 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 25 | p 1 p_1 26 | c net/minecraft/unmapped/C_9913447$C_3098407 OptionalDispenseBehavior 27 | f Z f_5195164 success 28 | m ()V 29 | m (Lnet/minecraft/unmapped/C_3335560;)V m_7572345 m_7572345 30 | p 1 p_1 31 | c net/minecraft/unmapped/C_9221482 32 | f Lnet/minecraft/unmapped/C_7721249; f_8169994 f_8169994 33 | c net/minecraft/unmapped/C_0420651 34 | m ()Lnet/minecraft/unmapped/C_0420651$C_2452139; m_2469297 getAnimationStage 35 | m (Lnet/minecraft/unmapped/C_3544601;)Lnet/minecraft/unmapped/C_1414550; m_2824731 getLidShape 36 | p 1 facing 37 | c net/minecraft/unmapped/C_4424332 38 | m (Lnet/minecraft/unmapped/C_7278838;Lnet/minecraft/unmapped/C_2750078;)V m_0129682 m_0129682 39 | p 1 p_1 40 | p 2 p_2 41 | m (Lnet/minecraft/unmapped/C_9571530;)V m_4651241 registerSchema 42 | p 0 dfu 43 | c net/minecraft/unmapped/C_5542674 44 | m (Lnet/minecraft/unmapped/C_9571530;)V m_7973873 registerSchema 45 | p 0 dfu 46 | c net/minecraft/unmapped/C_9291783 47 | m (Lnet/minecraft/unmapped/C_9571530;)V m_2356896 registerSchema 48 | p 0 dfu 49 | -------------------------------------------------------------------------------- /mappings/16w41a#16w42a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7178022 3 | m (Ljava/lang/String;)Lnet/minecraft/unmapped/C_7178022$C_8930592; m_8480887 getTexture 4 | p 1 id 5 | m (Lnet/minecraft/unmapped/C_7178022$C_8930592;)Lnet/minecraft/unmapped/C_6285226; m_1735048 getTextureMapData 6 | p 1 mapTexture 7 | c net/minecraft/unmapped/C_7178022$C_8930592 8 | m (Lnet/minecraft/unmapped/C_7178022$C_8930592;)Lnet/minecraft/unmapped/C_6285226; m_3419320 m_3419320 9 | p 0 p_0 10 | c net/minecraft/unmapped/C_5812542 11 | m (Lnet/minecraft/unmapped/C_3544601;DLnet/minecraft/unmapped/C_1414550;Lnet/minecraft/unmapped/C_1414550;)D m_5482245 getEntityMovement 12 | p 1 p_1 13 | p 2 p_2 14 | p 4 p_4 15 | p 5 p_5 16 | m (Lnet/minecraft/unmapped/C_1414550;Lnet/minecraft/unmapped/C_3544601;Lnet/minecraft/unmapped/C_1414550;)D m_5482245 getEntityMovement 17 | p 1 movementArea 18 | p 2 dir 19 | p 3 shape 20 | c net/minecraft/unmapped/C_6790978 21 | m (Lnet/minecraft/unmapped/C_2750078;Ljava/lang/Class;)Z m_1252122 isSpawnEggSameType 22 | p 1 p_1 23 | p 2 entityType 24 | c net/minecraft/unmapped/C_9259189 25 | m (Lnet/minecraft/unmapped/C_9259189;)I m_4493000 m_4493000 26 | p 0 p_0 27 | c net/minecraft/unmapped/C_4357086 28 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;)V m_0767742 m_0767742 29 | p 1 p_1 30 | p 2 p_2 31 | p 3 p_3 32 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;)V m_6210593 setDirtIfBlockAbove 33 | p 1 world 34 | p 2 pos 35 | c net/minecraft/unmapped/C_0108939 36 | m ()V m_1987632 m_1987632 37 | c net/minecraft/unmapped/C_4424332 38 | m (Lnet/minecraft/unmapped/C_4424332;)Lnet/minecraft/unmapped/C_5640967; m_6026198 m_6026198 39 | p 0 p_0 40 | -------------------------------------------------------------------------------- /mappings/16w44a#1.11-pre1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0309511 3 | f Z f_3066890 realmsEnabled 4 | f Ljava/util/concurrent/atomic/AtomicInteger; f_3020920 mcoAvailabilityCheckerCount 5 | c net/minecraft/unmapped/C_4030632 6 | m ()Lnet/minecraft/unmapped/C_2750078; m_4119948 defaultItem 7 | c net/minecraft/unmapped/C_5367636 8 | m (F)Lnet/minecraft/unmapped/C_0336319; m_0430803 m_0430803 9 | p 1 p_1 10 | c net/minecraft/unmapped/C_7699185 11 | m (Lnet/minecraft/unmapped/C_7192378;Lnet/minecraft/unmapped/C_2750078;)Z m_1215529 m_1215529 12 | p 1 p_1 13 | p 2 p_2 14 | c net/minecraft/unmapped/C_4696879 15 | m ()Lnet/minecraft/unmapped/C_2750078; m_4119948 m_4119948 16 | c net/minecraft/unmapped/C_0024265 17 | m ()Z m_9120271 isOnCustomCooldown 18 | c net/minecraft/unmapped/C_0697703 19 | m ()Lnet/minecraft/unmapped/C_2750078; m_4119948 m_4119948 20 | c net/minecraft/unmapped/C_9136649 21 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_2441996;)V m_6138806 m_6138806 22 | p 1 p_1 23 | p 2 p_2 24 | p 3 p_3 25 | c net/minecraft/unmapped/C_5130071 net/minecraft/util/DebugPrintStreamLogger 26 | m (Ljava/lang/String;Ljava/io/OutputStream;)V 27 | p 1 p_1 28 | p 2 p_2 29 | m (Ljava/lang/String;)V m_6234984 m_6234984 30 | p 1 p_1 31 | -------------------------------------------------------------------------------- /mappings/16w50a-1438#1.11.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5812542 3 | m (Lnet/minecraft/unmapped/C_6385858;Lnet/minecraft/unmapped/C_3544601;)V m_6208063 moveEntity 4 | p 1 p_1 5 | p 2 p_2 6 | m (Lnet/minecraft/unmapped/C_6385858;Lnet/minecraft/unmapped/C_3544601;D)V m_6208063 moveEntity 7 | p 1 entity 8 | p 2 dir 9 | p 3 amount 10 | c net/minecraft/unmapped/C_3695747 11 | c net/minecraft/unmapped/C_3695747$C_5802636 12 | m ()D m_5231972 getFollowRange 13 | c net/minecraft/unmapped/C_5613525 14 | m (Lnet/minecraft/unmapped/C_5613525;)Z m_2021601 isCompatibleWith 15 | p 1 other 16 | c net/minecraft/unmapped/C_5601492 17 | m (Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_6707278;Lnet/minecraft/unmapped/C_1414550;Ljava/util/List;Lnet/minecraft/unmapped/C_6385858;Z)V m_1441794 m_1441794 18 | p 1 p_1 19 | p 2 p_2 20 | p 3 p_3 21 | p 4 p_4 22 | p 5 p_5 23 | p 6 p_6 24 | p 7 p_7 25 | c net/minecraft/unmapped/C_6490875 26 | f Lnet/minecraft/unmapped/C_6490875$C_9743301; f_5114806 blockUpdateRenderer 27 | f Z f_5763645 renderBlockUpdates 28 | m (Ljava/lang/String;IIIFI)V m_6906014 renderText 29 | p 0 text 30 | p 1 x 31 | p 2 y 32 | p 3 z 33 | p 4 tickDelta 34 | p 5 color 35 | c net/minecraft/unmapped/C_0382758 36 | m (Lnet/minecraft/unmapped/C_5613525;)Z m_0357966 m_0357966 37 | p 1 p_1 38 | c net/minecraft/unmapped/C_2536060 net/minecraft/client/render/debug/BlockUpdateRenderer 39 | f Lnet/minecraft/client/Minecraft; f_1091295 minecraft 40 | f Ljava/util/Map; f_8428326 updates 41 | m (Lnet/minecraft/client/Minecraft;)V 42 | p 1 minecraft 43 | m (JLnet/minecraft/unmapped/C_6707278;)V m_4611485 addUpdate 44 | p 1 time 45 | p 3 pos 46 | m (FJ)V m_6398159 m_6398159 47 | p 1 p_1 48 | p 2 p_2 49 | -------------------------------------------------------------------------------- /mappings/17w31a#1.12.1-pre1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m (Lnet/minecraft/unmapped/C_7366354;)Ljava/lang/String; m_2449531 m_2449531 4 | p 0 p_0 5 | c net/minecraft/unmapped/C_1044273 6 | m (Lnet/minecraft/unmapped/C_3333682;)Ljava/lang/String; m_9276987 m_9276987 7 | p 0 p_0 8 | c net/minecraft/unmapped/C_3906126 9 | m (Lnet/minecraft/unmapped/C_2074023;)Ljava/lang/String; m_9928686 m_9928686 10 | p 0 p_0 11 | c net/minecraft/unmapped/C_9595287 12 | m (ILjava/lang/String;ILnet/minecraft/unmapped/C_2279766;)V 13 | p 1 version 14 | p 2 address 15 | p 3 port 16 | p 4 protocol 17 | m (Ljava/lang/String;ILnet/minecraft/unmapped/C_2279766;)V 18 | p 1 address 19 | p 2 port 20 | p 3 username 21 | c net/minecraft/unmapped/C_1392594 22 | m (Ljava/util/function/Supplier;)V m_4994039 push 23 | p 1 location 24 | m (Ljava/util/function/Supplier;)V m_3681950 swap 25 | p 1 location 26 | -------------------------------------------------------------------------------- /mappings/18w03a#18w03b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/18w07b#18w07c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5503280 3 | c net/minecraft/unmapped/C_5503280$C_6055071 4 | f Ljava/lang/String; f_5009401 id 5 | f Ljava/util/Map; f_1825704 BY_ID 6 | m (Ljava/lang/String;I[Lnet/minecraft/unmapped/C_7122918;)V 7 | p 1 p_1 8 | p 2 p_2 9 | p 3 isOpaque 10 | m (Ljava/lang/String;ILjava/lang/String;[Lnet/minecraft/unmapped/C_7122918;)V 11 | p 1 p_1 12 | p 2 p_2 13 | p 3 p_3 14 | p 4 p_4 15 | m ()Ljava/lang/String; m_3873831 getId 16 | m (Ljava/lang/String;)Lnet/minecraft/unmapped/C_5503280$C_6055071; m_9322081 byId 17 | p 0 id 18 | -------------------------------------------------------------------------------- /mappings/18w10a#18w10b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6142023 3 | f Lnet/minecraft/unmapped/C_0420651; f_7545910 DEFAULT_SHULKER_BOX 4 | c net/minecraft/unmapped/C_5251467 5 | f Lnet/minecraft/unmapped/C_3635204; f_5821773 f_5821773 6 | f Lnet/minecraft/unmapped/C_3635204; f_2259408 SHULKER_BOX 7 | f Lnet/minecraft/unmapped/C_3635204; f_3798330 DEAD_TUBE_CORAL_BLOCK 8 | f Lnet/minecraft/unmapped/C_3635204; f_5740182 DEAD_BRAIN_CORAL_BLOCK 9 | f Lnet/minecraft/unmapped/C_3635204; f_2813797 DEAD_BUBBLE_CORAL_BLOCK 10 | f Lnet/minecraft/unmapped/C_3635204; f_6999297 DEAD_FIRE_CORAL_BLOCK 11 | f Lnet/minecraft/unmapped/C_3635204; f_5480647 DEAD_HORN_CORAL_BLOCK 12 | c net/minecraft/unmapped/C_0131593 13 | f Lnet/minecraft/unmapped/C_5291991; f_2037132 DEFAULT_SHELL_COLOR 14 | c net/minecraft/unmapped/C_5215591 15 | f Lnet/minecraft/unmapped/C_0561170; f_7560176 DEFAULT_LOCATION 16 | c net/minecraft/unmapped/C_9221482 17 | f Lnet/minecraft/unmapped/C_7721249; f_3118220 AMBIANT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE 18 | f Lnet/minecraft/unmapped/C_7721249; f_3607001 ENTITY_TROPICAL_FISH_AMBIENT 19 | f Lnet/minecraft/unmapped/C_7721249; f_9936103 ENTITY_TROPICAL_FISH_DEATH 20 | f Lnet/minecraft/unmapped/C_7721249; f_4080225 ENTITY_TROPICAL_FISH_FLOP 21 | f Lnet/minecraft/unmapped/C_7721249; f_4087291 ENTITY_TROPICAL_FISH_HURT 22 | c net/minecraft/unmapped/C_0420651 23 | f Z f_4929087 loadColorFromBlock 24 | c net/minecraft/unmapped/C_1520131 25 | f Lnet/minecraft/unmapped/C_3635204; f_7511075 deadBlock 26 | m (Lnet/minecraft/unmapped/C_3635204$C_6799794;)V 27 | p 1 p_1 28 | m (Lnet/minecraft/unmapped/C_3635204;Lnet/minecraft/unmapped/C_3635204$C_6799794;)V 29 | p 1 deadBlock 30 | p 2 properties 31 | c net/minecraft/unmapped/C_0263952 32 | m ()Lnet/minecraft/unmapped/C_7721249; m_7781112 m_7781112 33 | m ()Lnet/minecraft/unmapped/C_7721249; m_6640029 m_6640029 34 | m (Lnet/minecraft/unmapped/C_6907923;)Lnet/minecraft/unmapped/C_7721249; m_0628689 m_0628689 35 | p 1 p_1 36 | -------------------------------------------------------------------------------- /mappings/18w22b#18w22c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6385858 3 | m (DF)Lnet/minecraft/unmapped/C_5853518; m_3397140 rayTrace 4 | p 1 range 5 | p 3 tickDelta 6 | m (DFLnet/minecraft/unmapped/C_3030937;)Lnet/minecraft/unmapped/C_5853518; m_3397140 rayTrace 7 | p 1 maxDistance 8 | p 3 delta 9 | p 4 p_4 10 | c net/minecraft/unmapped/C_2907104 11 | m ()V m_2734795 drawGameInfo 12 | m ()Ljava/util/List; m_9299593 getGameInfo 13 | m ()Ljava/util/List; m_8620312 getSystemInfo 14 | m ()V m_3410348 drawSystemInfo 15 | m (Lnet/minecraft/unmapped/C_5853518;)V m_2734795 drawGameInfo 16 | p 1 p_1 17 | m (Lnet/minecraft/unmapped/C_5853518;)V m_3410348 drawSystemInfo 18 | p 1 p_1 19 | m (Lnet/minecraft/unmapped/C_5853518;)Ljava/util/List; m_9299593 getGameInfo 20 | p 1 p_1 21 | m (Lnet/minecraft/unmapped/C_5853518;)Ljava/util/List; m_8620312 getSystemInfo 22 | p 1 p_1 23 | c net/minecraft/unmapped/C_0344425 24 | m (Ljava/lang/String;)Z m_7365645 m_7365645 25 | p 1 p_1 26 | c net/minecraft/unmapped/C_2826261 27 | m (Ljava/lang/String;)Z m_9117380 m_9117380 28 | p 1 p_1 29 | c net/minecraft/unmapped/C_2986321 30 | m (Ljava/lang/String;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Predicate;)Ljava/util/concurrent/CompletableFuture; m_7071692 suggestCoordinates 31 | p 0 s 32 | p 1 coordinates 33 | p 2 builder 34 | p 3 validator 35 | c net/minecraft/unmapped/C_2986321$C_1061317 Coordinate 36 | f Lnet/minecraft/unmapped/C_2986321$C_1061317; f_8253290 DEFAULT_LOCAL 37 | f Lnet/minecraft/unmapped/C_2986321$C_1061317; f_4420210 DEFAULT_GLOBAL 38 | f Ljava/lang/String; f_4380101 x 39 | f Ljava/lang/String; f_4404296 y 40 | f Ljava/lang/String; f_8486131 z 41 | m (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V 42 | p 1 x 43 | p 2 y 44 | p 3 z 45 | m ()V 46 | c net/minecraft/unmapped/C_3935684 47 | m (D)Ljava/lang/String; m_2149500 formatDouble 48 | p 0 value 49 | m (I)Ljava/lang/String; m_2927873 formatInt 50 | p 0 value 51 | c net/minecraft/unmapped/C_3331146 52 | m (Lnet/minecraft/unmapped/C_3331146;)Z m_3497253 isAtLeast 53 | p 1 status 54 | c net/minecraft/unmapped/C_2858466 55 | m (Lnet/minecraft/unmapped/C_8052515;Lnet/minecraft/unmapped/C_3544601;)Z m_6476313 m_6476313 56 | p 1 p_1 57 | p 2 p_2 58 | c net/minecraft/unmapped/C_2858466$C_0735028 59 | m (Lnet/minecraft/unmapped/C_8052515;Lnet/minecraft/unmapped/C_3544601;)Z m_6476313 m_6476313 60 | p 1 p_1 61 | p 2 p_2 62 | c net/minecraft/unmapped/C_2858466$C_2391269 63 | m (Lnet/minecraft/unmapped/C_8052515;Lnet/minecraft/unmapped/C_3544601;)Z m_6476313 m_6476313 64 | p 1 p_1 65 | p 2 p_2 66 | -------------------------------------------------------------------------------- /mappings/18w48a#18w48b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/19w03b#19w03c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1010936 3 | m (Lnet/minecraft/unmapped/C_2441996;Lnet/minecraft/unmapped/C_5250955;Lnet/minecraft/unmapped/C_6707278;)Lnet/minecraft/unmapped/C_7345216; m_0239391 m_0239391 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | -------------------------------------------------------------------------------- /mappings/19w04a#19w04b.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6385858 3 | m (Lnet/minecraft/unmapped/C_0336319;)D m_5371521 m_5371521 4 | p 0 p_0 5 | -------------------------------------------------------------------------------- /mappings/a1.0.12#a1.0.11.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | m (Lnet/minecraft/unmapped/C_6385858;)Z m_5751746 canSee 4 | p 1 entity 5 | c net/minecraft/unmapped/C_2354122 6 | f I f_2874325 READ_THREAD_COUNTER 7 | f I f_8256911 WRITE_THREAD_COUNTER 8 | c net/minecraft/unmapped/C_3419581 9 | m (Lnet/minecraft/unmapped/C_6385858;)Z m_4955853 cannotSee 10 | p 1 target 11 | c net/minecraft/unmapped/C_3906126 12 | m ()V m_9929941 disconnect 13 | c net/minecraft/unmapped/C_5371184 14 | m ()F m_9886824 m_9886824 15 | c net/minecraft/unmapped/C_0309511 16 | f [Ljava/lang/String; f_4481087 splashTexts 17 | c net/minecraft/unmapped/C_0806362 18 | m (Lnet/minecraft/unmapped/C_3906126;DDDLnet/minecraft/unmapped/C_4030632;)V 19 | p 1 world 20 | p 2 x 21 | p 4 y 22 | p 6 z 23 | p 8 item 24 | m (Lnet/minecraft/unmapped/C_3906126;DDD)V 25 | p 1 p_1 26 | p 2 p_2 27 | p 4 p_4 28 | p 6 p_6 29 | c net/minecraft/unmapped/C_8817873 30 | m ()V m_9929941 m_9929941 31 | -------------------------------------------------------------------------------- /mappings/a1.0.13_01#a1.0.13.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.0.14#a1.0.14-1603.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.0.16_01~server-a0.1.2_01#a1.0.16~server-a0.1.1-1707.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/server/MinecraftServer 3 | m (Lnet/minecraft/server/MinecraftServer;Z)Z m_8383845 m_8383845 4 | p 0 p_0 5 | p 1 p_1 6 | c net/minecraft/unmapped/C_0019534 7 | f J f_8286781 f_8286781 8 | m (Ljava/lang/String;)Ljava/lang/String; m_4378069 m_4378069 9 | p 1 p_1 10 | c net/minecraft/unmapped/C_0386427 11 | f Ljava/util/Random; f_6184966 RANDOM 12 | f Ljava/lang/String; f_9792477 key 13 | m (Lnet/minecraft/unmapped/C_0386427;)Ljava/lang/String; m_9786259 m_9786259 14 | p 0 p_0 15 | m (Lnet/minecraft/unmapped/C_0386427;)Lnet/minecraft/server/MinecraftServer; m_9786259 m_9786259 16 | p 0 p_0 17 | c net/minecraft/unmapped/C_3571139 18 | f Lnet/minecraft/unmapped/C_7366354; f_5987418 world 19 | f Lnet/minecraft/unmapped/C_3906126; f_5987418 world 20 | m (Lnet/minecraft/unmapped/C_7366354;Lnet/minecraft/unmapped/C_2286002;Lnet/minecraft/unmapped/C_9484672;)V 21 | p 1 world 22 | p 2 storage 23 | p 3 generator 24 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_2286002;Lnet/minecraft/unmapped/C_9484672;)V 25 | p 1 p_1 26 | p 2 p_2 27 | p 3 p_3 28 | c net/minecraft/unmapped/C_7366354 29 | f Z f_8586684 savingDisabled 30 | -------------------------------------------------------------------------------- /mappings/a1.0.17_04#a1.0.17_03.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.0.2_01#a1.0.1_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2689622 3 | m (Lnet/minecraft/unmapped/C_2627205;III)Z m_1956077 shouldConnectTo 4 | p 0 world 5 | p 1 x 6 | p 2 y 7 | p 3 z 8 | m (Lnet/minecraft/unmapped/C_3906126;IIILjava/util/Random;)V m_2144430 m_2144430 9 | p 1 p_1 10 | p 2 p_2 11 | p 3 p_3 12 | p 4 p_4 13 | p 5 p_5 14 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_6385858;)V m_0573134 m_0573134 15 | p 1 p_1 16 | p 2 p_2 17 | p 3 p_3 18 | p 4 p_4 19 | p 5 p_5 20 | c net/minecraft/unmapped/C_3040973 21 | f Z f_2298911 lit 22 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6596724 addParticles 23 | p 1 world 24 | p 2 x 25 | p 3 y 26 | p 4 z 27 | m (Lnet/minecraft/unmapped/C_3906126;IIILjava/util/Random;)V m_2144430 m_2144430 28 | p 1 p_1 29 | p 2 p_2 30 | p 3 p_3 31 | p 4 p_4 32 | p 5 p_5 33 | c net/minecraft/unmapped/C_7146036 34 | m (II)I m_5024410 m_5024410 35 | p 1 p_1 36 | p 2 p_2 37 | c net/minecraft/unmapped/C_0141705 net/minecraft/client/entity/particle/RedstoneParticle 38 | f F f_2479152 initialSize 39 | m (Lnet/minecraft/unmapped/C_3906126;DDD)V 40 | p 1 world 41 | p 2 x 42 | p 4 y 43 | p 6 z 44 | m (Lnet/minecraft/unmapped/C_3906126;DDDF)V 45 | p 1 world 46 | p 2 x 47 | p 4 y 48 | p 6 z 49 | p 8 scale 50 | m (Lnet/minecraft/unmapped/C_2334550;FFFFFF)V m_7521183 m_7521183 51 | p 1 p_1 52 | p 2 p_2 53 | p 3 p_3 54 | p 4 p_4 55 | p 5 p_5 56 | p 6 p_6 57 | p 7 p_7 58 | m ()V m_0718337 m_0718337 59 | -------------------------------------------------------------------------------- /mappings/a1.0.2_02#a1.0.2_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m ()V m_6100908 tickChunks 4 | -------------------------------------------------------------------------------- /mappings/a1.0.6_01#a1.0.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_4593295 breakLeaves 4 | p 1 world 5 | p 2 x 6 | p 3 y 7 | p 4 z 8 | m (Lnet/minecraft/unmapped/C_3906126;IIII)V m_0266274 updateNeighborLogProximity 9 | p 1 world 10 | p 2 neighborX 11 | p 3 neighborY 12 | p 4 neighborZ 13 | p 5 proximity 14 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6872528 updateLogProximity 15 | p 1 world 16 | p 2 x 17 | p 3 y 18 | p 4 z 19 | m (Lnet/minecraft/unmapped/C_3906126;IIII)I m_0148130 getLogProximity 20 | p 1 world 21 | p 2 neighborX 22 | p 3 neighborY 23 | p 4 neighborZ 24 | p 5 proximity 25 | c net/minecraft/unmapped/C_1013763 26 | m ()Z m_6814594 canSpawn 27 | m (DDD)Z m_6814594 canSpawn 28 | c Checks collision and spawn enviroment to see if a position is a valid spawn point. 29 | p 1 x 30 | p 3 y 31 | p 5 z 32 | c net/minecraft/unmapped/C_1415320 33 | m ()Z m_6814594 m_6814594 34 | m (DDD)Z m_6814594 m_6814594 35 | p 1 p_1 36 | p 3 p_3 37 | p 5 p_5 38 | c net/minecraft/unmapped/C_3419581 39 | m ()Z m_6814594 m_6814594 40 | m (DDD)Z m_6814594 m_6814594 41 | p 1 p_1 42 | p 3 p_3 43 | p 5 p_5 44 | c net/minecraft/unmapped/C_4718187 45 | m ()Z m_6814594 m_6814594 46 | m (DDD)Z m_6814594 m_6814594 47 | p 1 p_1 48 | p 3 p_3 49 | p 5 p_5 50 | c net/minecraft/unmapped/C_6385858 51 | f Z f_5872649 collidingVertically 52 | m ()V m_7333701 updateRiderPositon 53 | c net/minecraft/unmapped/C_9958683 54 | f Z f_9016385 f_9016385 55 | m ()V m_7333701 m_7333701 56 | c net/minecraft/unmapped/C_1044273 57 | f I f_0064474 entityRenderCooldown 58 | -------------------------------------------------------------------------------- /mappings/a1.0.6_03#a1.0.6_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | f I f_6062330 updatesThisTick 4 | -------------------------------------------------------------------------------- /mappings/a1.0.8_01#a1.0.7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2584919 net/minecraft/entity/mob/animal/CowEntity 3 | f Z f_9454357 f_9454357 4 | m (Lnet/minecraft/unmapped/C_3906126;)V 5 | p 1 world 6 | m (Lnet/minecraft/unmapped/C_2800860;)V m_4059289 m_4059289 7 | p 1 p_1 8 | m (Lnet/minecraft/unmapped/C_2800860;)V m_9618795 m_9618795 9 | p 1 p_1 10 | m ()Ljava/lang/String; m_9980999 m_9980999 11 | m ()Ljava/lang/String; m_0628689 m_0628689 12 | m ()Ljava/lang/String; m_6640029 m_6640029 13 | m ()I m_4601038 m_4601038 14 | c net/minecraft/unmapped/C_4030632 15 | f Lnet/minecraft/unmapped/C_4030632; f_2653962 LEATHER 16 | f Lnet/minecraft/unmapped/C_4030632; f_9296114 MILK_BUCKET 17 | c net/minecraft/unmapped/C_4256955 net/minecraft/client/render/model/entity/SheepFurModel 18 | m ()V 19 | c net/minecraft/unmapped/C_4477713 net/minecraft/client/render/entity/CowRenderer 20 | m (Lnet/minecraft/unmapped/C_3239917;F)V 21 | p 1 p_1 22 | p 2 p_2 23 | -------------------------------------------------------------------------------- /mappings/a1.1.2_01#a1.1.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0139979 3 | m (Ljava/net/URL;Ljava/lang/String;JI)V m_1914282 download 4 | p 1 url 5 | p 2 name 6 | p 3 size 7 | p 5 pass 8 | m (Ljava/net/URL;Ljava/io/File;J)V m_2535201 download 9 | p 1 url 10 | p 2 dst 11 | p 3 size 12 | m (Ljava/net/URL;Ljava/lang/String;I)V m_1914282 download 13 | p 1 url 14 | p 2 name 15 | p 3 pass 16 | m (Ljava/net/URL;Ljava/io/File;I)V m_2535201 download 17 | p 1 url 18 | p 2 dst 19 | p 3 size 20 | -------------------------------------------------------------------------------- /mappings/a1.2.0_01~server-a0.2.2_01#a1.2.0~server-a0.2.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.2.1_01~server-a0.2.3#a1.2.0_01~server-a0.2.2_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | f I f_9483719 prevDamageTaken 4 | m (I)V m_0677528 applyDamage 5 | p 1 amount 6 | c net/minecraft/unmapped/C_3906126 7 | f Ljava/lang/Object; f_5665045 textRenderer 8 | c net/minecraft/unmapped/C_5009044 9 | m (I)V m_0677528 m_0677528 10 | p 1 p_1 11 | c net/minecraft/unmapped/C_3794155 12 | f Lnet/minecraft/unmapped/C_3635204; f_2283129 block 13 | m (III)Lnet/minecraft/unmapped/C_3794155; m_0812633 init 14 | p 1 dx 15 | p 2 dy 16 | p 3 dz 17 | -------------------------------------------------------------------------------- /mappings/a1.2.3_01#a1.2.3_01-0956.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.2.3_04~server-a0.2.5_02#a1.2.3_02~server-a0.2.5_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0019534 3 | m (Lnet/minecraft/unmapped/C_0324512;)V m_7746026 m_7746026 4 | p 1 p_1 5 | c net/minecraft/unmapped/C_3906126 6 | m ()V m_4018151 removeEntities 7 | -------------------------------------------------------------------------------- /mappings/a1.2.4_01~server-a0.2.6_02#a1.2.3_05~server-a0.2.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/a1.2.5~server-a0.2.7#a1.2.4_01~server-a0.2.6_02.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0901730 3 | m (Lnet/minecraft/unmapped/C_0324512;)V m_5326799 removePlayer 4 | p 1 player 5 | c net/minecraft/unmapped/C_1388208 6 | m (I)V m_0677528 m_0677528 7 | p 1 p_1 8 | c net/minecraft/unmapped/C_2354122 9 | f Ljava/net/SocketAddress; f_6662160 address 10 | c net/minecraft/unmapped/C_7366354 11 | m (Lnet/minecraft/unmapped/C_6385858;Z)V m_1590039 tickVehicle 12 | p 1 vehicle 13 | p 2 requireLoaded 14 | -------------------------------------------------------------------------------- /mappings/a1.2.6~server-a0.2.8#a1.2.5~server-a0.2.7.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0324512 3 | f I f_1478225 spawnProtectionTicks 4 | c net/minecraft/unmapped/C_9317299 net/minecraft/world/gen/feature/LakeFeature 5 | f I f_4173313 liquidId 6 | m (I)V 7 | p 1 liquidId 8 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 9 | p 1 p_1 10 | p 2 p_2 11 | p 3 p_3 12 | p 4 p_4 13 | p 5 p_5 14 | -------------------------------------------------------------------------------- /mappings/b1.0#b1.0_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/b1.0_01#b1.1-1245.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | f [I f_0814141 decayRegion 4 | m (Lnet/minecraft/unmapped/C_3906126;IIII)V m_6252045 m_6252045 5 | p 1 p_1 6 | p 2 p_2 7 | p 3 p_3 8 | p 4 p_4 9 | p 5 p_5 10 | m (Lnet/minecraft/unmapped/C_3906126;IIII)Z m_9913522 checkNearestLog 11 | c Check if there is a log at the expected position given the metadata of the leaves.\nThe leaves' metadata encodes the direction in which the nearest log can be found. 12 | p 1 world 13 | p 2 x 14 | p 3 y 15 | p 4 z 16 | p 5 range 17 | m (Lnet/minecraft/unmapped/C_3906126;IIIII)Z m_4837562 findNearestLog 18 | p 1 world 19 | p 2 x 20 | p 3 y 21 | p 4 z 22 | p 5 range 23 | p 6 dir 24 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6138806 m_6138806 25 | p 1 p_1 26 | p 2 p_2 27 | p 3 p_3 28 | p 4 p_4 29 | c net/minecraft/unmapped/C_0974371 30 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6138806 m_6138806 31 | p 1 p_1 32 | p 2 p_2 33 | p 3 p_3 34 | p 4 p_4 35 | c net/minecraft/unmapped/C_1203617 36 | m ()V 37 | c net/minecraft/unmapped/C_5324911 38 | f Ljava/lang/String; f_8183788 VALID_CHARACTERS 39 | m ()V 40 | c net/minecraft/unmapped/C_9315908 41 | f Ljava/lang/String; f_5120209 VALID_CHARACTERS 42 | m ()V 43 | c net/minecraft/unmapped/C_6214100 net/minecraft/SharedConstants 44 | f Ljava/lang/String; f_3708498 VALID_CHAT_CHARACTERS 45 | m ()V 46 | m ()Ljava/lang/String; m_5485211 getValidChatCharString 47 | m ()V 48 | -------------------------------------------------------------------------------- /mappings/b1.1-1245#b1.1_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/b1.1_01#b1.1_02.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/b1.2#b1.2_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1044273 3 | f J f_9996554 f_9996554 4 | f I f_0674195 chunkCheckIndex 5 | c net/minecraft/unmapped/C_1693934 6 | c net/minecraft/unmapped/C_1693934$C_3470312 7 | f Lnet/minecraft/unmapped/C_1693934$C_3470312; f_7580939 BURNING_SKULL 8 | -------------------------------------------------------------------------------- /mappings/b1.3-1750#b1.3_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5586685 3 | c net/minecraft/unmapped/C_5586685$5870897 5870897 4 | f Lnet/minecraft/unmapped/C_5586685; f_6005035 f_6005035 5 | m (Lnet/minecraft/unmapped/C_5586685;Lnet/minecraft/unmapped/C_9147018;Ljava/lang/String;J)V 6 | p 1 p_1 7 | p 2 p_2 8 | p 3 p_3 9 | p 4 p_4 10 | c net/minecraft/unmapped/C_7185906 11 | m (Ljava/lang/String;)Z m_3618110 isEmpty 12 | p 0 string 13 | -------------------------------------------------------------------------------- /mappings/b1.5#b1.5_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m (II)I m_8928585 getPrecipitationHeight 4 | p 1 x 5 | p 2 z 6 | c net/minecraft/unmapped/C_8554894 7 | f Z f_8851406 replaceable 8 | m ()Lnet/minecraft/unmapped/C_8554894; m_1271638 setReplaceable 9 | m ()Z m_4734492 isReplaceable 10 | c net/minecraft/unmapped/C_3964879 11 | m ()V m_5131629 init 12 | c net/minecraft/unmapped/C_5260684 13 | m (Lnet/minecraft/unmapped/C_2750078;)Z m_6628482 m_6628482 14 | p 1 p_1 15 | c net/minecraft/unmapped/C_3413703 16 | f Ljava/io/File; f_0801282 tempUnsentStatsFile 17 | f Ljava/io/File; f_7621231 tempStatsFile 18 | f Ljava/io/File; f_2485018 oldUnsentStatsFile 19 | f Ljava/io/File; f_3301241 oldStatsFile 20 | m (Lnet/minecraft/unmapped/C_3172064;Lnet/minecraft/unmapped/C_7974592;Ljava/io/File;Ljava/io/File;)V 21 | p 1 p_1 22 | p 2 p_2 23 | p 3 p_3 24 | p 4 p_4 25 | m (Ljava/util/Map;Ljava/io/File;)V m_0202171 save 26 | p 1 p_1 27 | p 2 p_2 28 | m (Lnet/minecraft/unmapped/C_3413703;Ljava/util/Map;Ljava/io/File;)V m_6102077 m_6102077 29 | p 0 p_0 30 | p 1 p_1 31 | p 2 p_2 32 | m (Lnet/minecraft/unmapped/C_3413703;Ljava/io/File;)Ljava/util/Map; m_3510814 m_3510814 33 | p 0 p_0 34 | p 1 p_1 35 | m (Lnet/minecraft/unmapped/C_3172064;Lnet/minecraft/unmapped/C_7974592;Ljava/io/File;)V 36 | p 1 session 37 | p 2 stats 38 | p 3 dir 39 | m (Ljava/io/File;Ljava/io/File;Ljava/io/File;)Ljava/util/Map; m_2417511 loadStats 40 | p 1 file 41 | p 2 tempFile 42 | p 3 oldFile 43 | m (Ljava/util/Map;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V m_0202171 save 44 | p 1 stats 45 | p 2 file 46 | p 3 tempFile 47 | p 4 oldFile 48 | m (Lnet/minecraft/unmapped/C_3413703;)Ljava/io/File; m_7562162 m_7562162 49 | p 0 p_0 50 | m (Lnet/minecraft/unmapped/C_3413703;)Ljava/io/File; m_8122453 m_8122453 51 | p 0 p_0 52 | m (Lnet/minecraft/unmapped/C_3413703;Ljava/util/Map;Ljava/io/File;Ljava/io/File;Ljava/io/File;)V m_6102077 m_6102077 53 | p 0 p_0 54 | p 1 p_1 55 | p 2 p_2 56 | p 3 p_3 57 | p 4 p_4 58 | m (Lnet/minecraft/unmapped/C_3413703;Ljava/io/File;Ljava/io/File;Ljava/io/File;)Ljava/util/Map; m_3510814 m_3510814 59 | p 0 p_0 60 | p 1 p_1 61 | p 2 p_2 62 | p 3 p_3 63 | m (Lnet/minecraft/unmapped/C_3413703;)Ljava/io/File; m_9839147 m_9839147 64 | p 0 p_0 65 | m (Lnet/minecraft/unmapped/C_3413703;)Ljava/io/File; m_4895340 m_4895340 66 | p 0 p_0 67 | -------------------------------------------------------------------------------- /mappings/b1.6#b1.6.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/b1.6-tb3#b1.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0019534 3 | m (Lnet/minecraft/unmapped/C_4844124;I)V m_0284930 sendPacket 4 | p 1 packet 5 | p 2 dimension 6 | c net/minecraft/unmapped/C_3699792 7 | f Ljava/text/DecimalFormat; f_0385638 f_0385638 8 | c net/minecraft/unmapped/C_4939758 9 | m (Lnet/minecraft/unmapped/C_4844124;)V m_6683524 sendPacketAndDisconnect 10 | p 1 packet 11 | c net/minecraft/unmapped/C_0728298 12 | m (Lnet/minecraft/unmapped/C_3906126;IIIZ)V m_0775996 setOpenState 13 | p 1 world 14 | p 2 x 15 | p 3 y 16 | p 4 z 17 | p 5 open 18 | -------------------------------------------------------------------------------- /mappings/b1.6.1#b1.6.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/b1.6.2#b1.6.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_4824661 3 | f J f_6359657 lastWorldRenderTime 4 | m (F)V m_4593502 renderWorld 5 | p 1 tickDelta 6 | m (FJ)V m_4593502 renderWorld 7 | p 1 tickDelta 8 | p 2 renderTimeLimit 9 | c net/minecraft/unmapped/C_8125832 10 | f Z f_5114086 ignoreBlockRemoval 11 | m ()V 12 | -------------------------------------------------------------------------------- /mappings/b1.6.3#b1.6.4.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_2354122 3 | m ()V m_6416101 write 4 | m ()V m_9328634 read 5 | m (Lnet/minecraft/unmapped/C_2354122;)V m_6730947 m_6730947 6 | p 0 p_0 7 | m (Lnet/minecraft/unmapped/C_2354122;)V m_0527525 m_0527525 8 | p 0 p_0 9 | m ()Z m_6416101 write 10 | m ()Z m_9328634 read 11 | m (Lnet/minecraft/unmapped/C_2354122;)Z m_6730947 m_6730947 12 | p 0 p_0 13 | m (Lnet/minecraft/unmapped/C_2354122;)Z m_0527525 m_0527525 14 | p 0 p_0 15 | -------------------------------------------------------------------------------- /mappings/b1.6.4#b1.6.5.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0019534 3 | m (Lnet/minecraft/unmapped/C_0324512;)V m_7059229 sendPlayerInfo 4 | p 1 player 5 | c net/minecraft/unmapped/C_0324512 6 | m ()V m_4740817 onDisconnect 7 | m ()V m_2339273 markHealthDirty 8 | m (Ljava/lang/String;)V m_0278228 m_0278228 9 | p 1 p_1 10 | c net/minecraft/unmapped/C_2354122 11 | f Z f_8691632 f_8691632 12 | m (Lnet/minecraft/unmapped/C_2354122;Z)Z m_0424203 m_0424203 13 | p 0 p_0 14 | p 1 p_1 15 | m (Lnet/minecraft/unmapped/C_2354122;Ljava/lang/Exception;)V m_5349547 m_5349547 16 | p 0 p_0 17 | p 1 p_1 18 | c net/minecraft/unmapped/C_2813741 19 | f Lnet/minecraft/unmapped/C_6385858; f_6258221 camera 20 | f D f_2795955 cameraX 21 | f D f_6932661 cameraY 22 | f D f_0971206 cameraZ 23 | c net/minecraft/unmapped/C_5367636 24 | f Ljava/util/ArrayList; f_6417275 f_6417275 25 | c net/minecraft/unmapped/C_6385858 26 | f Ljava/util/ArrayList; f_0367686 f_0367686 27 | m (III)Z m_6532830 m_6532830 28 | p 1 p_1 29 | p 2 p_2 30 | p 3 p_3 31 | c net/minecraft/unmapped/C_7688744 32 | f Z f_0688841 fpsLimit 33 | f [Ljava/lang/String; f_8967480 FPS_LIMIT_SETTINGS 34 | f I f_0688841 fpsLimit 35 | -------------------------------------------------------------------------------- /mappings/b1.6.5#b1.6.6.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1659910 3 | m (Ljava/util/Random;)I m_6534436 m_6534436 4 | p 1 p_1 5 | -------------------------------------------------------------------------------- /mappings/b1.7#b1.7_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1272651 3 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6138806 m_6138806 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | -------------------------------------------------------------------------------- /mappings/b1.7.2#b1.7.3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1693934 3 | m (DDD)V m_2801634 m_2801634 4 | p 1 p_1 5 | p 3 p_3 6 | p 5 p_5 7 | m (DDD)V m_7542452 m_7542452 8 | p 1 p_1 9 | p 3 p_3 10 | p 5 p_5 11 | c net/minecraft/unmapped/C_3484604 12 | m ()I m_4839406 m_4839406 13 | c net/minecraft/unmapped/C_3794155 14 | f I f_1860327 face 15 | c net/minecraft/unmapped/C_3906126 16 | m (J)V m_1779740 changeTime 17 | p 1 time 18 | c net/minecraft/unmapped/C_6692735 19 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_6138806 m_6138806 20 | p 1 p_1 21 | p 2 p_2 22 | p 3 p_3 23 | p 4 p_4 24 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_5009044;IIII)V m_7011942 m_7011942 25 | p 1 p_1 26 | p 2 p_2 27 | p 3 p_3 28 | p 4 p_4 29 | p 5 p_5 30 | p 6 p_6 31 | m ()I m_4839406 m_4839406 32 | c net/minecraft/unmapped/C_8215726 33 | m (Z)V m_1639989 setEditable 34 | p 1 editable 35 | c net/minecraft/unmapped/C_0956869 36 | m (ILnet/minecraft/unmapped/C_3906126;III)Z m_8857890 canMoveBlock 37 | p 0 block 38 | p 1 world 39 | p 2 x 40 | p 3 y 41 | p 4 z 42 | m (ILnet/minecraft/unmapped/C_3906126;IIIZ)Z m_8857890 canMoveBlock 43 | p 0 block 44 | p 1 world 45 | p 2 x 46 | p 3 y 47 | p 4 z 48 | p 5 allowBreaking 49 | -------------------------------------------------------------------------------- /mappings/b1.7_01#b1.7.2.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_5602753 3 | m ()I m_4839406 m_4839406 4 | c net/minecraft/unmapped/C_8446326 5 | m (Lnet/minecraft/unmapped/C_3906126;IIIIF)V m_5653339 m_5653339 6 | p 1 p_1 7 | p 2 p_2 8 | p 3 p_3 9 | p 4 p_4 10 | p 5 p_5 11 | p 6 p_6 12 | m ()I m_4839406 m_4839406 13 | c net/minecraft/unmapped/C_0956869 14 | f Z f_0848966 deaf 15 | c net/minecraft/unmapped/C_8621747 16 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_5009044;)Z m_2543653 m_2543653 17 | p 1 p_1 18 | p 2 p_2 19 | p 3 p_3 20 | p 4 p_4 21 | p 5 p_5 22 | -------------------------------------------------------------------------------- /mappings/b1.8#b1.8.1.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7699185 3 | m (Lnet/minecraft/unmapped/C_2750078;IIZ)V m_6892140 moveItem 4 | p 1 item 5 | p 2 from 6 | p 3 to 7 | p 4 reverse 8 | m (Lnet/minecraft/unmapped/C_2750078;IIZ)Z m_6892140 moveItem 9 | p 1 item 10 | p 2 from 11 | p 3 to 12 | p 4 reverse 13 | c net/minecraft/unmapped/C_7205496 14 | m (I)Lnet/minecraft/unmapped/C_2750078; m_6350238 m_6350238 15 | p 1 p_1 16 | -------------------------------------------------------------------------------- /mappings/b1.8-pre2#b1.8.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f I f_2059267 useKeyCooldown 4 | c net/minecraft/unmapped/C_7688744 5 | f Lnet/minecraft/unmapped/C_5027199; f_4841931 f_4841931 6 | c net/minecraft/unmapped/C_1481722 7 | f [Z f_4186260 HOLDABLE_BLOCKS 8 | m ()V 9 | -------------------------------------------------------------------------------- /mappings/b1.9-pre6#1.0.0-rc2-3.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1013763 3 | m (Lnet/minecraft/unmapped/C_2750078;)V m_3981766 onBrokenItem 4 | p 1 item 5 | c net/minecraft/unmapped/C_2750078 6 | m (ILnet/minecraft/unmapped/C_6385858;)V m_7305709 takeDamageAndBreak 7 | p 1 amount 8 | p 2 holder 9 | m (ILnet/minecraft/unmapped/C_1013763;)V m_7305709 takeDamageAndBreak 10 | p 1 amount 11 | p 2 holder 12 | c net/minecraft/unmapped/C_4191835 13 | m ()V m_7192498 turnOnGui 14 | c net/minecraft/unmapped/C_5009044 15 | m (Lnet/minecraft/unmapped/C_5009044;)V m_7961051 copyFrom 16 | p 1 other 17 | c net/minecraft/unmapped/C_6385858 18 | m (IIII)V m_4546144 playStepSound 19 | p 1 x 20 | p 2 y 21 | p 3 z 22 | p 4 block 23 | c net/minecraft/unmapped/C_7153081 24 | f Ljava/nio/IntBuffer; f_6495458 f_6495458 25 | f Ljava/nio/FloatBuffer; f_1475843 f_1475843 26 | f Ljava/nio/FloatBuffer; f_2159208 f_2159208 27 | f Ljava/nio/FloatBuffer; f_9069470 f_9069470 28 | f Ljava/nio/FloatBuffer; f_1895247 f_1895247 29 | f F f_4516241 f_4516241 30 | f F f_6309603 f_6309603 31 | f F f_7911603 f_7911603 32 | c net/minecraft/unmapped/C_7688744 33 | m (I)Ljava/lang/String; m_6035754 getKeyName 34 | p 0 keyCode 35 | c net/minecraft/unmapped/C_8032589 36 | m (Lnet/minecraft/unmapped/C_0336319;)V 37 | p 1 vec 38 | c net/minecraft/unmapped/C_0728298 39 | m (I)Z m_0933962 canBePlacedOn 40 | p 0 block 41 | c net/minecraft/unmapped/C_0509876 42 | m (IIII)V m_4546144 m_4546144 43 | p 1 p_1 44 | p 2 p_2 45 | p 3 p_3 46 | p 4 p_4 47 | c net/minecraft/unmapped/C_4034049 48 | m (I)I m_6327257 m_6327257 49 | p 1 p_1 50 | c net/minecraft/unmapped/C_6010850 net/minecraft/client/render/Camera 51 | f F f_8846980 x 52 | f F f_1291437 y 53 | f F f_7461903 z 54 | f Ljava/nio/IntBuffer; f_0762599 glIntBuffer 55 | f Ljava/nio/FloatBuffer; f_7146318 glFloatBuffer1 56 | f Ljava/nio/FloatBuffer; f_9566132 glFloatBuffer2 57 | f Ljava/nio/FloatBuffer; f_7369413 POSITION_BUFFER 58 | f F f_3763703 dx 59 | f F f_1439884 dy 60 | f F f_9313601 dz 61 | f F f_2019032 forwards 62 | f F f_8988740 sideways 63 | m ()V 64 | m (Lnet/minecraft/unmapped/C_5009044;Z)V m_0175255 setup 65 | p 0 camera 66 | p 1 thirdPerson 67 | m (Lnet/minecraft/unmapped/C_1013763;D)Lnet/minecraft/unmapped/C_0336319; m_8204952 getEntityPosVec3d 68 | p 0 entity 69 | p 1 tickDelta 70 | m (Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_1013763;F)I m_0507489 getLiquidInside 71 | p 0 world 72 | p 1 entity 73 | p 2 tickDelta 74 | m ()V 75 | -------------------------------------------------------------------------------- /mappings/c0.0.13a_03-launcher#c0.0.13a_03.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/c0.0.18a_02#c0.0.17a.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3385278 3 | f Ljava/nio/IntBuffer; f_8164263 idBuffer 4 | m (Ljava/lang/String;)I m_6177175 load 5 | p 1 path 6 | m (Ljava/awt/image/BufferedImage;)I m_5303716 load 7 | p 1 p_1 8 | m (Ljava/lang/String;I)I m_6177175 load 9 | p 1 mode 10 | p 2 p_2 11 | c com/mojang/minecraft/StopGameException com/mojang/minecraft/StopGameException 12 | m ()V 13 | c com/mojang/minecraft/net/NetworkPlayer 14 | f I f_5645485 f_5645485 15 | f Ljava/awt/image/BufferedImage; newTexture newTexture 16 | f Lnet/minecraft/unmapped/C_3385278; textures$7a7c7041 textures$7a7c7041 17 | f F oRun oRun 18 | f F run run 19 | m ()V clear clear 20 | c com/mojang/minecraft/net/NetworkPlayer$6936244 6936244 21 | f Lcom/mojang/minecraft/net/NetworkPlayer; f_4638487 f_4638487 22 | m (Lcom/mojang/minecraft/net/NetworkPlayer;)V 23 | p 1 p_1 24 | m ()V run run 25 | -------------------------------------------------------------------------------- /mappings/c0.0.19a_06#c0.0.19a_04.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/c0.0.20a_02#c0.0.20a_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/c0.0.21a#c0.0.20a_02.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3635204 3 | m (Lcom/mojang/minecraft/level/Level;IIII)Z m_1263051 m_1263051 4 | p 0 p_0 5 | p 1 p_1 6 | p 2 p_2 7 | p 3 p_3 8 | p 4 p_4 9 | m (III)Lcom/mojang/minecraft/phys/AABB; m_5049680 getOutlineShape 10 | p 0 p_0 11 | p 1 p_1 12 | p 2 p_2 13 | m ()Z m_9310917 m_9310917 14 | c net/minecraft/unmapped/C_4558465 15 | m ()Z m_9310917 m_9310917 16 | c net/minecraft/unmapped/C_5853518 17 | m (Lcom/mojang/minecraft/player/Player;I)F m_2471298 m_2471298 18 | p 1 p_1 19 | p 2 p_2 20 | c net/minecraft/client/Minecraft 21 | f Z f_2099688 f_2099688 22 | f Ljava/nio/IntBuffer; f_0778882 viewPort 23 | f Ljava/nio/IntBuffer; f_7421286 namesRecord 24 | m (F)V m_0928289 transformCamera 25 | p 1 tickDelta 26 | c net/minecraft/unmapped/C_0786431 27 | f Z f_5666652 passEvents 28 | m ()V m_7974146 handleKeyboard 29 | c com/mojang/minecraft/level/Level 30 | m (Lnet/minecraft/unmapped/C_0336319;Lnet/minecraft/unmapped/C_0336319;)Lnet/minecraft/unmapped/C_5853518; clip clip 31 | p 1 from 32 | p 2 to 33 | -------------------------------------------------------------------------------- /mappings/c0.29#c0.28_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c com/mojang/minecraft/level/Level 3 | f Z growTrees growTrees 4 | c net/minecraft/unmapped/C_3600653 5 | f Lnet/minecraft/unmapped/C_3600653; f_4805617 UPDATE_USER_TYPE 6 | -------------------------------------------------------------------------------- /mappings/c0.29_01#c0.29.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0336319 3 | m (Lnet/minecraft/unmapped/C_0336319;)F m_8920503 squaredDistanceTo 4 | p 1 vec 5 | c net/minecraft/unmapped/C_4824661 6 | f Lcom/mojang/minecraft/Entity; f_6384737 camera 7 | c com/mojang/minecraft/Entity 8 | f Z hovered hovered 9 | m (Lnet/minecraft/unmapped/C_3385278;F)V renderHover renderHover 10 | p 1 p_1 11 | p 2 p_2 12 | c com/mojang/minecraft/mob/Mob 13 | f F renderOffset renderOffset 14 | c com/mojang/minecraft/net/NetworkPlayer 15 | m (Lnet/minecraft/unmapped/C_3385278;F)V renderHover renderHover 16 | p 1 p_1 17 | p 2 p_2 18 | m (Lnet/minecraft/unmapped/C_3385278;F)V render$2a8c5a render$2a8c5a 19 | p 1 p_1 20 | p 2 p_2 21 | c com/mojang/minecraft/phys/AABB 22 | m (Lnet/minecraft/unmapped/C_0336319;Lnet/minecraft/unmapped/C_0336319;)Lnet/minecraft/unmapped/C_5853518; clip clip 23 | p 1 p_1 24 | p 2 p_2 25 | m (Lnet/minecraft/unmapped/C_0336319;)Z m_8467880 containsYZ 26 | p 1 vec 27 | m (Lnet/minecraft/unmapped/C_0336319;)Z m_6211599 containsXZ 28 | p 1 vec 29 | m (Lnet/minecraft/unmapped/C_0336319;)Z m_5467595 containsXY 30 | p 1 vec 31 | -------------------------------------------------------------------------------- /mappings/c0.29_02#c0.29_01.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/c0.30-c#c0.30-s.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_7564962 3 | m (Lnet/minecraft/client/Minecraft;)V 4 | p 1 p_1 5 | c net/minecraft/unmapped/C_5044387 6 | m (Lnet/minecraft/client/Minecraft;)V 7 | p 1 p_1 8 | -------------------------------------------------------------------------------- /mappings/c0.30-c-renew#c0.30-c.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0351020 net/minecraft/block/StoneBlock net/minecraft/block/DirtBlock 3 | c net/minecraft/unmapped/C_2964760 net/minecraft/unmapped/C_2964760 net/minecraft/block/StoneBlock 4 | -------------------------------------------------------------------------------- /mappings/in-20100201-0025#in-20100131-2244.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3724278 3 | f Ljava/util/Random; f_7390764 random 4 | m (Lnet/minecraft/unmapped/C_3906126;FFF)Z m_0371742 m_0371742 5 | p 1 p_1 6 | p 2 p_2 7 | p 3 p_3 8 | p 4 p_4 9 | c net/minecraft/unmapped/C_4030632 10 | f Lnet/minecraft/unmapped/C_4030632; f_7388276 PORKCHOP 11 | c net/minecraft/client/Minecraft 12 | f Lnet/minecraft/client/MinecraftApplet; f_2261002 f_2261002 13 | c net/minecraft/unmapped/C_3172064 14 | f Ljava/lang/String; f_7169434 f_7169434 15 | c net/minecraft/unmapped/C_7688744 16 | f Z f_3504321 f_3504321 17 | -------------------------------------------------------------------------------- /mappings/in-20100207-1101#in-20100206-2103.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m (FFFLjava/lang/String;F)V m_0699887 playMusic 4 | p 1 x 5 | p 2 y 6 | p 3 z 7 | p 4 name 8 | p 5 p_5 9 | c net/minecraft/unmapped/C_8554894 10 | m ()Z m_7284382 isNotLiquidBlocking 11 | c net/minecraft/unmapped/C_8986452 12 | m (Lnet/minecraft/unmapped/C_3906126;IIII)V m_9130741 m_9130741 13 | p 1 p_1 14 | p 2 p_2 15 | p 3 p_3 16 | p 4 p_4 17 | p 5 p_5 18 | c net/minecraft/unmapped/C_1044273 19 | m (Ljava/lang/String;FFFF)V m_4622313 m_4622313 20 | p 1 p_1 21 | p 2 p_2 22 | p 3 p_3 23 | p 4 p_4 24 | p 5 p_5 25 | c net/minecraft/unmapped/C_3624347 26 | f Z f_8145585 started 27 | m ()V m_9806551 m_9806551 28 | m (FFF)V m_8066972 m_8066972 29 | p 1 p_1 30 | p 2 p_2 31 | p 3 p_3 32 | c net/minecraft/unmapped/C_7688744 33 | f Z f_3504321 f_3504321 34 | c net/minecraft/unmapped/C_9232749 35 | m (Ljava/lang/String;FFFF)V m_4622313 playMusic 36 | p 1 name 37 | p 2 x 38 | p 3 y 39 | p 4 z 40 | p 5 volume 41 | -------------------------------------------------------------------------------- /mappings/in-20100207-1703#in-20100207-1101.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3724278 3 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_1556953 m_1556953 4 | p 1 p_1 5 | p 2 p_2 6 | p 3 p_3 7 | p 4 p_4 8 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_2990423 tryFall 9 | p 1 world 10 | p 2 x 11 | p 3 y 12 | p 4 z 13 | c net/minecraft/unmapped/C_4558465 14 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_1556953 m_1556953 15 | p 1 p_1 16 | p 2 p_2 17 | p 3 p_3 18 | p 4 p_4 19 | m (Lnet/minecraft/unmapped/C_3906126;III)Z m_8708570 canSplashAt 20 | p 0 world 21 | p 1 x 22 | p 2 y 23 | p 3 z 24 | c net/minecraft/unmapped/C_7693268 25 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_1556953 m_1556953 26 | p 1 p_1 27 | p 2 p_2 28 | p 3 p_3 29 | p 4 p_4 30 | c net/minecraft/unmapped/C_9764049 31 | m (Lnet/minecraft/unmapped/C_3906126;III)Z m_0351269 m_0351269 32 | p 1 p_1 33 | p 2 p_2 34 | p 3 p_3 35 | p 4 p_4 36 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_1556953 m_1556953 37 | p 1 p_1 38 | p 2 p_2 39 | p 3 p_3 40 | p 4 p_4 41 | -------------------------------------------------------------------------------- /mappings/in-20100212-1622#in-20100212-1210.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f Lnet/minecraft/client/MinecraftApplet; f_5520023 applet 4 | c net/minecraft/unmapped/C_3172064 5 | f Ljava/lang/String; f_0656467 id 6 | c net/minecraft/unmapped/C_3604011 7 | f Lnet/minecraft/unmapped/C_4590573; f_4448103 f_4448103 8 | f Lnet/minecraft/unmapped/C_4590573; f_9975077 f_9975077 9 | c net/minecraft/unmapped/C_3624347 10 | f Lpaulscode/sound/SoundSystem; f_1277949 f_1277949 11 | m ()V m_9806551 m_9806551 12 | m ()V m_5719130 m_5719130 13 | m (FFF)V m_8066972 m_8066972 14 | p 1 p_1 15 | p 2 p_2 16 | p 3 p_3 17 | m (Lnet/minecraft/unmapped/C_1013763;F)V m_5882704 m_5882704 18 | p 1 p_1 19 | p 2 p_2 20 | m (Ljava/lang/String;FFFFF)V m_3725467 m_3725467 21 | p 1 p_1 22 | p 2 p_2 23 | p 3 p_3 24 | p 4 p_4 25 | p 5 p_5 26 | p 6 p_6 27 | m (Ljava/lang/String;FF)V m_3960216 m_3960216 28 | p 1 p_1 29 | p 2 p_2 30 | p 3 p_3 31 | c net/minecraft/unmapped/C_4560329 32 | m (Ljava/lang/String;)Lnet/minecraft/unmapped/C_0488196; m_6418538 m_6418538 33 | p 1 p_1 34 | c net/minecraft/unmapped/C_5367636 35 | m (Lnet/minecraft/client/Minecraft;Lnet/minecraft/unmapped/C_3906126;Lnet/minecraft/unmapped/C_3172064;)V 36 | p 1 minecraft 37 | p 2 world 38 | p 3 session 39 | m (Lnet/minecraft/client/Minecraft;Lnet/minecraft/unmapped/C_3906126;)V 40 | p 1 p_1 41 | p 2 p_2 42 | -------------------------------------------------------------------------------- /mappings/in-20100214#in-20100213.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | m ()V m_3287315 populateHeightMap 4 | c net/minecraft/unmapped/C_3604011 5 | f Lnet/minecraft/unmapped/C_4590573; f_4767822 player 6 | m ()V m_8078064 renderRightHand 7 | c net/minecraft/unmapped/C_9610577 8 | m (Lnet/minecraft/unmapped/C_6385858;)Lnet/minecraft/unmapped/C_9302567; m_6521474 getRenderer 9 | p 1 entity 10 | -------------------------------------------------------------------------------- /mappings/inf-20100321-1817#inf-20100320.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/client/Minecraft 3 | f J f_5231140 f_5231140 4 | f Z f_3982921 f_3982921 5 | f Ljava/util/Random; f_3491393 f_3491393 6 | f Ljava/util/Random; f_9351593 f_9351593 7 | f J f_3844269 f_3844269 8 | f Lnet/minecraft/client/MinecraftApplet; f_5520023 applet 9 | m (Lnet/minecraft/unmapped/C_3906126;)V m_5733981 setWorld 10 | p 1 world 11 | m ()V m_3657153 m_3657153 12 | m (Lnet/minecraft/client/Minecraft;)Z m_3734952 m_3734952 13 | p 0 p_0 14 | m (Lnet/minecraft/client/Minecraft;)V m_6427459 m_6427459 15 | p 0 p_0 16 | m (Lnet/minecraft/unmapped/C_3906126;)V m_6427459 setWorld 17 | p 1 world 18 | c net/minecraft/client/Minecraft$7858769 7858769 19 | f Lnet/minecraft/client/Minecraft; f_3638934 f_3638934 20 | m (Lnet/minecraft/client/Minecraft;)V 21 | p 1 p_1 22 | m ()V run run 23 | c net/minecraft/unmapped/C_6876830 net/minecraft/unmapped/C_6876830 24 | m ()V 25 | m ()V m_2060594 m_2060594 26 | m (CI)V m_2815482 m_2815482 27 | p 1 p_1 28 | p 2 p_2 29 | m (Lnet/minecraft/unmapped/C_2621421;)V m_9403981 m_9403981 30 | p 1 p_1 31 | m (IIF)V m_3426670 m_3426670 32 | p 1 p_1 33 | p 2 p_2 34 | p 3 p_3 35 | m ()Z m_6957805 m_6957805 36 | -------------------------------------------------------------------------------- /mappings/inf-20100330-1611#inf-20100327.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_1196485 3 | m ()V m_0762864 m_0762864 4 | c net/minecraft/unmapped/C_1233611 5 | m ()V m_0762864 m_0762864 6 | c net/minecraft/unmapped/C_3906126 7 | m (III)V m_0023710 notifyBlockEntityChanged 8 | p 1 x 9 | p 2 y 10 | p 3 z 11 | c net/minecraft/unmapped/C_4286596 12 | m ()V m_0762864 m_0762864 13 | c net/minecraft/unmapped/C_4390289 14 | m ()V m_0762864 markDirty 15 | c net/minecraft/unmapped/C_6618366 16 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 place 17 | p 1 world 18 | p 2 random 19 | p 3 x 20 | p 4 y 21 | p 5 z 22 | c net/minecraft/unmapped/C_6692196 23 | m ()V m_0762864 m_0762864 24 | c net/minecraft/unmapped/C_6755599 25 | f Z f_1791689 terrainPopulated 26 | c net/minecraft/unmapped/C_2178068 27 | m ()V m_0762864 m_0762864 28 | c net/minecraft/unmapped/C_6095546 29 | m ()V m_0762864 m_0762864 30 | c net/minecraft/unmapped/C_7192378 31 | m ()V m_3611799 markDirty 32 | c net/minecraft/unmapped/C_3376882 33 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 34 | p 1 p_1 35 | p 2 p_2 36 | p 3 p_3 37 | p 4 p_4 38 | p 5 p_5 39 | c net/minecraft/unmapped/C_4658369 40 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 place 41 | p 1 p_1 world 42 | p 2 p_2 random 43 | p 3 p_3 x 44 | p 4 p_4 y 45 | p 5 p_5 z 46 | -------------------------------------------------------------------------------- /mappings/inf-20100414#inf-20100413-1953.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | -------------------------------------------------------------------------------- /mappings/inf-20100420#inf-20100415.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0070166 3 | f Ljava/util/List; f_7841025 f_7841025 4 | m ()Z m_0403320 m_0403320 5 | c net/minecraft/unmapped/C_0611937 6 | m ([DIIIIIIDDDD)V m_0952514 add 7 | p 1 values 8 | p 2 x 9 | p 3 y 10 | p 4 z 11 | p 5 sizeX 12 | p 6 sizeY 13 | p 7 sizeZ 14 | p 8 scaleX 15 | p 10 scaleY 16 | p 12 scaleZ 17 | p 14 noiseScale 18 | m (D)D m_7396482 smootherstep 19 | p 0 x 20 | c net/minecraft/unmapped/C_3906126 21 | m (Ljava/io/File;Ljava/lang/String;J)V 22 | p 1 dir 23 | p 2 saveName 24 | p 3 seed 25 | m ()V m_2289208 prepare 26 | m ()I m_5227310 m_5227310 27 | c net/minecraft/unmapped/C_4078372 28 | f [D f_5835085 heightMap 29 | f [D f_4704241 perlinNoiseBuffer 30 | f [D f_6282798 minLimitPerlinNoiseBuffer 31 | f [D f_5533962 maxLimitPerlinNoiseBuffer 32 | m ()Z m_0403320 m_0403320 33 | m (DDD)D m_5165353 m_5165353 34 | p 1 p_1 35 | p 3 p_3 36 | p 5 p_5 37 | c net/minecraft/unmapped/C_5863046 38 | f I f_4606728 defaultValue 39 | m (Ljava/lang/String;II)V 40 | p 1 p_1 41 | p 2 p_2 42 | p 3 defaultValue 43 | m (Ljava/lang/String;I)V 44 | p 1 p_1 45 | p 2 p_2 46 | c net/minecraft/unmapped/C_6205974 47 | m ([DIIIIIIDDD)[D m_2945258 getRegion 48 | p 1 values 49 | p 2 x 50 | p 3 y 51 | p 4 z 52 | p 5 sizeX 53 | p 6 sizeY 54 | p 7 sizeZ 55 | p 8 scaleX 56 | p 10 scaleY 57 | p 12 scaleZ 58 | c net/minecraft/unmapped/C_6755599 59 | m ()I m_2020330 m_2020330 60 | c net/minecraft/unmapped/C_9484672 61 | m ()Z m_0403320 tick 62 | c net/minecraft/unmapped/C_3376882 net/minecraft/unmapped/C_3376882 63 | m ()V 64 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 65 | p 1 p_1 66 | p 2 p_2 67 | p 3 p_3 68 | p 4 p_4 69 | p 5 p_5 70 | -------------------------------------------------------------------------------- /mappings/inf-20100608#inf-20100607.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0400468 3 | f I f_8615265 dropItem 4 | m (ILjava/lang/Class;I)V 5 | p 1 id 6 | p 2 blockEntityType 7 | p 3 dropItem 8 | m (ILjava/lang/Class;)V 9 | p 1 p_1 10 | p 2 p_2 11 | c net/minecraft/unmapped/C_3688914 12 | m (Lnet/minecraft/unmapped/C_3906126;)V 13 | p 1 p_1 14 | -------------------------------------------------------------------------------- /mappings/inf-20100611#inf-20100608.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0070166 3 | f Lnet/minecraft/unmapped/C_6755599; f_2915460 empty 4 | c net/minecraft/unmapped/C_3906126 5 | m (II)I m_3043681 getSurfaceBlock 6 | p 1 x 7 | p 2 z 8 | m (F)I m_1321530 calculateAmbientDarkness 9 | p 1 tickDelta 10 | m (Ljava/io/File;Ljava/lang/String;JZ)V 11 | p 1 p_1 12 | p 2 p_2 13 | p 3 p_3 14 | p 5 p_5 15 | c net/minecraft/unmapped/C_4078372 16 | f Lnet/minecraft/unmapped/C_6205974; f_6725025 scaleNoise 17 | f Lnet/minecraft/unmapped/C_6205974; f_2236408 depthNoise 18 | f [D f_6976031 depthNoiseBuffer 19 | f [D f_8017949 scaleNoiseBuffer 20 | c net/minecraft/unmapped/C_6755599 21 | f Z f_2762764 empty 22 | c net/minecraft/client/Minecraft 23 | m ()V m_0529321 stop 24 | m (Ljava/lang/String;Ljava/io/File;)V m_4381886 loadResource 25 | p 1 path 26 | p 2 file 27 | m ()Ljava/lang/String; m_5864047 getRenderChunkDebugInfo 28 | m ()Ljava/lang/String; m_8898923 getRenderEntityDebugInfo 29 | m ()Ljava/lang/String; m_7590025 getWorldDebugInfo 30 | m ()V 31 | c net/minecraft/unmapped/C_1044273 32 | f Ljava/nio/FloatBuffer; f_1273947 f_1273947 33 | m (F)V m_8060190 renderClouds 34 | p 1 tickDelta 35 | m (FFFF)Ljava/nio/FloatBuffer; m_2876873 m_2876873 36 | p 1 p_1 37 | p 2 p_2 38 | p 3 p_3 39 | p 4 p_4 40 | c net/minecraft/unmapped/C_2334550 41 | f Z f_4067275 hasNormals 42 | f I f_2673089 normals 43 | m (FFF)V m_7254078 44 | p 3 z 45 | p 0 x 46 | p 1 x y 47 | p 2 y z 48 | -------------------------------------------------------------------------------- /mappings/inf-20100616-1808#inf-20100615.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0559439 3 | f I f_4197193 spriteIndex 4 | m ()Z m_1944525 m_1944525 5 | m (Z)V m_9454184 setCulling 6 | p 1 culling 7 | c net/minecraft/unmapped/C_3635204 8 | f Lnet/minecraft/unmapped/C_0559439; f_7315821 LEAVES 9 | f Lnet/minecraft/unmapped/C_3635204; f_7315821 LEAVES 10 | m (IZ)Z m_6275112 canRayTrace 11 | p 1 metadata 12 | p 2 allowLiquids 13 | m (Z)Z m_6275112 canRayTrace 14 | p 1 allowLiquids 15 | c net/minecraft/unmapped/C_4078372 16 | m (II[BDDDFFFIID)V m_7924888 carveTunnels 17 | p 1 chunkX 18 | p 2 chunkZ 19 | p 3 blocks 20 | p 4 x 21 | p 6 y 22 | p 8 z 23 | p 10 baseWidth 24 | p 11 yaw 25 | p 12 pitch 26 | p 13 tunnel 27 | p 14 tunnelCount 28 | p 15 widthHeightRatio 29 | c net/minecraft/unmapped/C_4558465 30 | f I f_7066206 decay 31 | m (IZ)Z m_6275112 m_6275112 32 | p 1 p_1 33 | p 2 p_2 34 | m (Lnet/minecraft/unmapped/C_3906126;III)Lnet/minecraft/unmapped/C_0336319; m_1574930 getFlow 35 | p 1 p_1 36 | p 2 p_2 37 | p 3 p_3 38 | p 4 p_4 39 | m (Lnet/minecraft/unmapped/C_3906126;IIILnet/minecraft/unmapped/C_8554894;)D m_7409750 m_7409750 40 | p 0 p_0 41 | p 1 p_1 42 | p 2 p_2 43 | p 3 p_3 44 | p 4 p_4 45 | m (Z)Z m_6275112 m_6275112 46 | p 1 p_1 47 | c net/minecraft/unmapped/C_6205974 48 | m (I)V 49 | p 1 p_1 50 | c net/minecraft/unmapped/C_7961743 net/minecraft/world/gen/feature/LiquidFallFeature 51 | f I f_5954518 liquidId 52 | m (I)V 53 | p 1 liquidId 54 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 55 | p 1 p_1 56 | p 2 p_2 57 | p 3 p_3 58 | p 4 p_4 59 | p 5 p_5 60 | c net/minecraft/unmapped/C_8400487 net/minecraft/world/gen/feature/PlantFeature 61 | f I f_3075418 flowerId 62 | m (I)V 63 | p 1 flowerId 64 | m (Lnet/minecraft/unmapped/C_3906126;Ljava/util/Random;III)Z m_2665009 m_2665009 65 | p 1 p_1 66 | p 2 p_2 67 | p 3 p_3 68 | p 4 p_4 69 | p 5 p_5 70 | c net/minecraft/unmapped/C_3271339 71 | m (Lnet/minecraft/unmapped/C_5009044;)V m_7531392 m_7531392 72 | p 1 p_1 73 | c net/minecraft/unmapped/C_3544790 74 | f I f_7516203 replicate 75 | c net/minecraft/unmapped/C_4048548 net/minecraft/client/render/texture/LavaSideSprite 76 | f [F f_9622654 current 77 | f [F f_6511976 next 78 | f [F f_6547819 heat 79 | f [F f_1841869 heatDelta 80 | f I f_2098333 ticks 81 | m ()V 82 | m ()V m_4399705 m_4399705 83 | c net/minecraft/unmapped/C_4237166 84 | m (Lnet/minecraft/unmapped/C_5009044;)V m_7531392 initPlayer 85 | p 1 player 86 | -------------------------------------------------------------------------------- /mappings/inf-20100617-1531#inf-20100617-1205.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_3906126 3 | f Ljava/util/TreeSet; f_7861349 scheduledTicksInOrder 4 | f Ljava/util/Set; f_9143601 scheduledTicks 5 | f Ljava/util/List; f_7861349 scheduledTicksInOrder 6 | m (IIIIII)Z m_2026412 isAreaLoaded 7 | p 1 minX 8 | p 2 minY 9 | p 3 minZ 10 | p 4 maxX 11 | p 5 maxY 12 | p 6 maxZ 13 | c net/minecraft/unmapped/C_4558465 14 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_0767742 m_0767742 15 | p 1 p_1 16 | p 2 p_2 17 | p 3 p_3 18 | p 4 p_4 19 | m (Lnet/minecraft/unmapped/C_3906126;IIII)V m_6252045 m_6252045 20 | p 1 p_1 21 | p 2 p_2 22 | p 3 p_3 23 | p 4 p_4 24 | p 5 p_5 25 | m (Lnet/minecraft/unmapped/C_3906126;III)V m_8298160 checkBlockCollisions 26 | c Checks for interactions from this liquid with neighboring blocks, e.g. lava turning to obsidian when next to water. 27 | p 1 world 28 | p 2 x 29 | p 3 y 30 | p 4 z 31 | c net/minecraft/unmapped/C_4658369 32 | f I f_6619249 size 33 | m (II)V 34 | p 1 block 35 | p 2 size 36 | m (I)V 37 | p 1 block 38 | c net/minecraft/unmapped/C_6385858 39 | m ()Z m_9320812 isInWall 40 | c net/minecraft/unmapped/C_6605607 41 | f J f_6312156 idCounter 42 | f J f_2942309 time 43 | f J f_6701453 id 44 | f I f_2942309 time 45 | m (Ljava/lang/Object;)Z equals equals 46 | p 1 p_1 47 | m ()I hashCode hashCode 48 | m (J)Lnet/minecraft/unmapped/C_6605607; m_0385720 setTime 49 | p 1 time 50 | m (Ljava/lang/Object;)I compareTo compareTo 51 | p 1 o 52 | m ()V 53 | c net/minecraft/unmapped/C_7693268 54 | m (Lnet/minecraft/unmapped/C_3906126;IIIII)I m_1325691 getDistanceToGap 55 | c @return for each direction, the distance from the given position to the nearest gap this liquid can flow down into. 56 | p 1 world 57 | p 2 x 58 | p 3 y 59 | p 4 z 60 | p 5 distance 61 | p 6 fromDir 62 | m (Lnet/minecraft/unmapped/C_3906126;III)Z m_8660764 63 | p 4 z 64 | p 0 p_0 65 | m (Lnet/minecraft/unmapped/C_3906126;IIII)I m_1325691 getDistanceToGap 66 | p 1 p_1 67 | p 2 p_2 68 | p 3 p_3 69 | p 4 p_4 70 | p 5 p_5 71 | c net/minecraft/unmapped/C_3466301 72 | m (Lnet/minecraft/unmapped/C_3635204;III)V m_7267636 renderBlock 73 | p 1 block 74 | p 2 x 75 | p 3 y 76 | p 4 z 77 | -------------------------------------------------------------------------------- /mappings/inf-20100625-0922#inf-20100624.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_6755599 3 | f Z f_1431993 lastSaveHadEntities 4 | c True if this chunk contains entities - used to decide how often to save this chunk to disk. 5 | -------------------------------------------------------------------------------- /mappings/inf-20100630-1835#inf-20100630-1340.tinydiff: -------------------------------------------------------------------------------- 1 | tiny 2 0 2 | c net/minecraft/unmapped/C_0611937 3 | m ([DDDDIIIDDDD)V m_8499841 add 4 | p 1 values 5 | p 2 x 6 | p 4 y 7 | p 6 z 8 | p 8 sizeX 9 | p 9 sizeY 10 | p 10 sizeZ 11 | p 11 scaleX 12 | p 13 scaleY 13 | p 15 scaleZ 14 | p 17 noiseScale 15 | m (DDD)D m_4493505 getValue 16 | p 1 x 17 | p 3 y 18 | p 5 z 19 | m ([DIIIIIIDDDD)V m_8499841 add 20 | p 1 values 21 | p 2 x 22 | p 3 y 23 | p 4 z 24 | p 5 sizeX 25 | p 6 sizeY 26 | p 7 sizeZ 27 | p 8 scaleX 28 | p 10 scaleY 29 | p 12 scaleZ 30 | p 14 noiseScale 31 | c net/minecraft/unmapped/C_4078372 32 | f [D f_7022010 sandBuffer 33 | f [D f_1351414 gravelBuffer 34 | f [D f_4647454 depthBuffer 35 | c net/minecraft/unmapped/C_6205974 36 | m ([DDDDIIIDDD)[D m_2945258 getRegion 37 | p 1 values 38 | p 2 x 39 | p 4 y 40 | p 6 z 41 | p 8 sizeX 42 | p 9 sizeY 43 | p 10 sizeZ 44 | p 11 scaleX 45 | p 13 scaleY 46 | p 15 scaleZ 47 | m (DDD)D m_1502652 getValue 48 | p 1 x 49 | p 3 y 50 | p 5 z 51 | m ([DIIIIIIDDD)[D m_2945258 getRegion 52 | p 1 values 53 | p 2 x 54 | p 3 y 55 | p 4 z 56 | p 5 sizeX 57 | p 6 sizeY 58 | p 7 sizeZ 59 | p 8 scaleX 60 | p 10 scaleY 61 | p 12 scaleZ 62 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | repositories { 3 | maven { 4 | name = 'Ornithe Releases' 5 | url = 'https://maven.ornithemc.net/releases' 6 | } 7 | maven { 8 | name = 'Ornithe Snapshots' 9 | url = 'https://maven.ornithemc.net/snapshots' 10 | } 11 | maven { 12 | name = 'Fabric' 13 | url = 'https://maven.fabricmc.net/' 14 | } 15 | maven { 16 | name 'Quilt' 17 | url 'https://maven.quiltmc.org/repository/release' 18 | } 19 | gradlePluginPortal() 20 | } 21 | } 22 | 23 | rootProject.name = "feather" 24 | -------------------------------------------------------------------------------- /src/constants/java/net/ornithemc/feather/constants/Dimensions.java: -------------------------------------------------------------------------------- 1 | package net.ornithemc.feather.constants; 2 | 3 | public class Dimensions { 4 | 5 | public static final int NETHER = -1; 6 | public static final int OVERWORLD = 0; 7 | public static final int THE_END = 1; 8 | 9 | } 10 | -------------------------------------------------------------------------------- /src/constants/java/net/ornithemc/feather/constants/GameModes.java: -------------------------------------------------------------------------------- 1 | package net.ornithemc.feather.constants; 2 | 3 | public class GameModes { 4 | 5 | public static final int NOT_SET = -1; 6 | public static final int SURVIVAL = 0; 7 | public static final int CREATIVE = 1; 8 | 9 | } 10 | -------------------------------------------------------------------------------- /src/constants/java/net/ornithemc/feather/constants/NbtTypes.java: -------------------------------------------------------------------------------- 1 | package net.ornithemc.feather.constants; 2 | 3 | public class NbtTypes { 4 | 5 | public static final byte END = 0; 6 | public static final byte BYTE = 1; 7 | public static final byte SHORT = 2; 8 | public static final byte INT = 3; 9 | public static final byte LONG = 4; 10 | public static final byte FLOAT = 5; 11 | public static final byte DOUBLE = 6; 12 | public static final byte BYTE_ARRAY = 7; 13 | public static final byte STRING = 8; 14 | public static final byte LIST = 9; 15 | public static final byte COMPOUND = 10; 16 | public static final byte INT_ARRAY = 11; 17 | public static final byte LONG_ARRAY = 12; 18 | public static final byte NUMERIC = 99; 19 | 20 | } 21 | -------------------------------------------------------------------------------- /src/constants/java/net/ornithemc/feather/constants/SetBlockFlags.java: -------------------------------------------------------------------------------- 1 | package net.ornithemc.feather.constants; 2 | 3 | public class SetBlockFlags { 4 | 5 | /** 6 | * dispatch neighborChanged events to neighboring blocks 7 | */ 8 | public static final int NOTIFY_NEIGHBORS = 0b0000001; 9 | /** 10 | * notify WorldEventListeners of this block change 11 | */ 12 | public static final int NOTIFY_LISTENERS = 0b0000010; 13 | /** 14 | * do not cause the render chunk that contains this block to rebuild 15 | */ 16 | public static final int NO_REDRAW = 0b0000100; 17 | /** 18 | * rebuild the render chunk that contains this block on the main thread 19 | */ 20 | public static final int REDRAW_ON_MAIN_THREAD = 0b0001000; 21 | /** 22 | * skip updating neighboring observer blocks 23 | */ 24 | public static final int SUPPRESS_OBSERVER_UPDATES = 0b0010000; 25 | /** 26 | * skip updating shapes of neighboring blocks 27 | */ 28 | public static final int SUPPRESS_SHAPE_UPDATES = 0b0010000; 29 | /** 30 | * skip dropping items for the block that was replaced 31 | */ 32 | public static final int SUPPRESS_DROPS = 0b0100000; 33 | /** 34 | * notify that this block was moved by a piston 35 | */ 36 | public static final int MOVED_BY_PISTON = 0b1000000; 37 | 38 | } 39 | -------------------------------------------------------------------------------- /unpick-definitions/dimensions.unpick: -------------------------------------------------------------------------------- 1 | v2 2 | 3 | constant dimension net/ornithemc/feather/constants/Dimensions NETHER 4 | constant dimension net/ornithemc/feather/constants/Dimensions OVERWORLD 5 | constant dimension net/ornithemc/feather/constants/Dimensions THE_END 6 | 7 | target_method net/minecraft/world/dimension/Dimension getId ()I 8 | return dimension 9 | 10 | target_method net/minecraft/world/dimension/Dimension fromId (I)Lnet/minecraft/world/dimension/Dimension; 11 | param 0 dimension 12 | 13 | # enum constructor implicitly starts with (String, int 14 | target_method net/minecraft/world/dimension/DimensionType (Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V 15 | param 2 dimension 16 | 17 | target_method net/minecraft/world/dimension/DimensionType getId ()I 18 | return dimension 19 | 20 | target_method net/minecraft/world/dimension/DimensionType byId (I)Lnet/minecraft/world/dimension/DimensionType; 21 | param 0 dimension 22 | 23 | target_method net/minecraft/client/world/ClientWorld (Lnet/minecraft/client/network/handler/ClientPlayNetworkHandler;Lnet/minecraft/world/WorldSettings;ILnet/minecraft/world/Difficulty;Lnet/minecraft/util/profiler/Profiler;)V 24 | param 2 dimension 25 | 26 | target_method net/minecraft/server/world/ServerWorld (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/storage/WorldStorage;Lnet/minecraft/world/WorldData;ILnet/minecraft/util/profiler/Profiler;)V 27 | param 3 dimension 28 | 29 | target_method net/minecraft/server/world/ReadOnlyServerWorld (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/storage/WorldStorage;ILnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/profiler/Profiler;)V 30 | param 3 dimension 31 | 32 | target_method net/minecraft/server/world/DemoServerWorld (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/storage/WorldStorage;Lnet/minecraft/world/WorldData;ILnet/minecraft/util/profiler/Profiler;)V 33 | param 3 dimension 34 | 35 | target_method net/minecraft/server/PlayerManager sendPacket (Lnet/minecraft/network/packet/Packet;I)V 36 | param 1 dimension 37 | 38 | target_method net/minecraft/server/PlayerManager sendPacket (Lnet/minecraft/entity/living/player/PlayerEntity;DDDDILnet/minecraft/network/packet/Packet;)V 39 | param 5 dimension 40 | 41 | -------------------------------------------------------------------------------- /unpick-definitions/mc13w01a-mc17w46a/setblockflags.unpick: -------------------------------------------------------------------------------- 1 | v2 2 | 3 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NOTIFY_NEIGHBORS 4 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NOTIFY_LISTENERS 5 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NO_REDRAW 6 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags REDRAW_ON_MAIN_THREAD 7 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags SUPPRESS_OBSERVER_UPDATES 8 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags SUPPRESS_DROPS 9 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags MOVED_BY_PISTON 10 | 11 | # 13w01a-1.7.10 12 | target_method net/minecraft/world/World setBlockMetadata (IIIII)Z 13 | param 4 setblock_flag 14 | 15 | # 14w02a-14w21b 16 | target_method net/minecraft/world/World setBlockMetadata (Lnet/minecraft/util/math/BlockPos;II)Z 17 | param 2 setblock_flag 18 | 19 | # 13w01a-1.6.4 20 | target_method net/minecraft/world/World setBlockWithMetadata (IIIIII)Z 21 | param 5 setblock_flag 22 | 23 | # 13w36a-1.7.10 24 | target_method net/minecraft/world/World setBlockWithMetadata (IIILnet/minecraft/block/Block;II)Z 25 | param 5 setblock_flag 26 | 27 | # 14w02a-14w27b 28 | target_method net/minecraft/world/World setBlockWithMetadata (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)Z 29 | param 3 setblock_flag 30 | 31 | # 14w25a-17w46a 32 | target_method net/minecraft/world/World setBlockState (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/BlockState;I)Z 33 | param 2 setblock_flag 34 | 35 | -------------------------------------------------------------------------------- /unpick-definitions/mc17w47a-mc1.14.4/setblockflags.unpick: -------------------------------------------------------------------------------- 1 | v2 2 | 3 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NOTIFY_NEIGHBORS 4 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NOTIFY_LISTENERS 5 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags NO_REDRAW 6 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags REDRAW_ON_MAIN_THREAD 7 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags SUPPRESS_SHAPE_UPDATES 8 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags SUPPRESS_DROPS 9 | flag setblock_flag net/ornithemc/feather/constants/SetBlockFlags MOVED_BY_PISTON 10 | 11 | # 17w47a-18w05a 12 | target_method net/minecraft/world/World setBlockState (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/BlockState;I)Z 13 | param 2 setblock_flag 14 | 15 | # 18w06a+ 16 | target_method net/minecraft/world/ModifiableWorld setBlockState (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/BlockState;I)Z 17 | param 2 setblock_flag 18 | -------------------------------------------------------------------------------- /unpick-definitions/nbttypes.unpick: -------------------------------------------------------------------------------- 1 | v2 2 | 3 | constant nbt_type net/ornithemc/feather/constants/NbtTypes END 4 | constant nbt_type net/ornithemc/feather/constants/NbtTypes BYTE 5 | constant nbt_type net/ornithemc/feather/constants/NbtTypes SHORT 6 | constant nbt_type net/ornithemc/feather/constants/NbtTypes INT 7 | constant nbt_type net/ornithemc/feather/constants/NbtTypes LONG 8 | constant nbt_type net/ornithemc/feather/constants/NbtTypes FLOAT 9 | constant nbt_type net/ornithemc/feather/constants/NbtTypes DOUBLE 10 | constant nbt_type net/ornithemc/feather/constants/NbtTypes BYTE_ARRAY 11 | constant nbt_type net/ornithemc/feather/constants/NbtTypes STRING 12 | constant nbt_type net/ornithemc/feather/constants/NbtTypes LIST 13 | constant nbt_type net/ornithemc/feather/constants/NbtTypes COMPOUND 14 | constant nbt_type net/ornithemc/feather/constants/NbtTypes INT_ARRAY 15 | constant nbt_type net/ornithemc/feather/constants/NbtTypes LONG_ARRAY 16 | constant nbt_type net/ornithemc/feather/constants/NbtTypes NUMERIC 17 | 18 | target_method net/minecraft/nbt/NbtElement getType ()B 19 | return nbt_type 20 | 21 | 22 | # inf-20100327-b1.9-pre4 / 13w38a+ 23 | target_method net/minecraft/nbt/NbtElement create (B)Lnet/minecraft/nbt/NbtElement; 24 | param 0 nbt_type 25 | 26 | # b1.9-pre5-13w37b 27 | target_method net/minecraft/nbt/NbtElement create (BLjava/lang/String;)Lnet/minecraft/nbt/NbtElement; 28 | param 0 nbt_type 29 | 30 | 31 | target_method net/minecraft/nbt/NbtElement getName (I)Ljava/lang/String; 32 | param 0 nbt_type 33 | 34 | target_method net/minecraft/nbt/NbtCompound getType (Ljava/lang/String;)B 35 | return nbt_type 36 | 37 | target_method net/minecraft/nbt/NbtCompound contains (Ljava/lang/String;I)Z 38 | param 1 nbt_type 39 | 40 | target_method net/minecraft/nbt/NbtCompound getList (Ljava/lang/String;I)Lnet/minecraft/nbt/NbtList; 41 | param 1 nbt_type 42 | 43 | target_method net/minecraft/nbt/NbtCompound createCrashReport (Ljava/lang/String;ILjava/lang/ClassCastException;)Lnet/minecraft/util/crash/CrashReport; 44 | param 1 nbt_type 45 | 46 | 47 | target_method net/minecraft/nbt/NbtCompound createElement (BLjava/lang/String;Ljava/io/DataInput;I)Lnet/minecraft/nbt/NbtElement; 48 | param 0 nbt_type 49 | 50 | target_method net/minecraft/nbt/NbtCompound createElement (BLjava/lang/String;Ljava/io/DataInput;ILnet/minecraft/nbt/NbtReadLimiter;)Lnet/minecraft/nbt/NbtElement; 51 | param 0 nbt_type 52 | 53 | 54 | target_method net/minecraft/nbt/SnbtParser readArray (BB)Ljava/util/List; 55 | param 0 nbt_type 56 | param 1 nbt_type 57 | 58 | -------------------------------------------------------------------------------- /unpick-definitions/unpick.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "unpickGroup": "net.fabricmc.unpick", 4 | "unpickVersion": "1.3.0" 5 | } 6 | 7 | --------------------------------------------------------------------------------