tutorial:reading_mc_code
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:reading_mc_code [2023/08/28 08:39] – [Finding the class you want to see] cph101 | tutorial:reading_mc_code [2025/08/10 02:09] (current) – [FAQ] Clarification about jar location skycatminepokie | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| To read the Minecraft source, you need to generate sources first. See the " | To read the Minecraft source, you need to generate sources first. See the " | ||
| - | ===== Searching for a Minecraft class ==== | + | ===== Searching for a Minecraft class ===== |
| To search a Minecraft class, follow these steps. | To search a Minecraft class, follow these steps. | ||
| - | ==== Intellij IDEA ==== | + | ===== Intellij IDEA ===== |
| - | - Open the search pane with {{https:// | + | - Open the search pane with {{https:// |
| - Set the search scope to '' | - Set the search scope to '' | ||
| - Type the class name in the search box | - Type the class name in the search box | ||
| - | ==== Visual Studio Code ==== | + | ===== Visual Studio Code ===== |
| - Open the search pane with '' | - Open the search pane with '' | ||
| - Type the class name with prefix ''#'' | - Type the class name with prefix ''#'' | ||
| + | |||
| + | ===== Eclipse ===== | ||
| + | - Open the search pane with '' | ||
| In Visual Studio Code, you can also use '' | In Visual Studio Code, you can also use '' | ||
| Line 47: | Line 50: | ||
| ===== FAQ ===== | ===== FAQ ===== | ||
| - | **Where | + | **Where |
| - | It's either in the user gradle cache ('' | + | It's either in the user gradle cache ('' |
| You can use the sources jar outside of your IDE. | You can use the sources jar outside of your IDE. | ||
tutorial/reading_mc_code.1693211965.txt.gz · Last modified: 2023/08/28 08:39 by cph101