-
Notifications
You must be signed in to change notification settings - Fork 52
Update learnjava Tag
#215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update learnjava Tag
#215
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,20 @@ | ||
| type: text | ||
| type: embed | ||
|
|
||
| colour: cyan | ||
| embed: | ||
| title: Learning Java | ||
| --- | ||
|
|
||
| To start modding Minecraft using Fabric, it's strongly recommended to know Java. | ||
| Minecraft, in its codebase, and mods, using Fabric API, use more advanced Java concepts like lambdas, generics and polymorphism. | ||
| If you don't know all of these concepts, you may have some difficulties modding. | ||
| To start modding Minecraft with Fabric, a solid understanding of Java is strongly recommended. Minecraft, Fabric API, and mods rely on intermediate to advance Java concepts like polymorphism, generics, lambdas, and functional interfaces. You will also need general programming skills like debugging, reading codebases, and using your IDE effectively. | ||
|
|
||
| **Here are some online resources that will help learning Java** | ||
| Modern Java (free online textbook): <https://javabook.mccue.dev/> | ||
| JetBrains Academy ~~(free online course)~~: <https://www.jetbrains.com/academy/> | ||
| Codecademy (free online course): <https://www.codecademy.com/learn/learn-java> | ||
| University of Helsinki (free online course): <https://java-programming.mooc.fi/> | ||
| Basic Java Tutorials: <https://docs.oracle.com/javase/tutorial/> | ||
| Introduction to Programming using Java by David J. Eck (free online textbook): <http://math.hws.edu/javanotes/> | ||
| Without a grasp of these concepts, you will face significant difficulties when modding. | ||
|
|
||
| **After Learning Java** | ||
| For most mods you will want to make, you will have to use the Spongepowered Mixin Java library. | ||
| To learn more about Mixin, you can use the `faq/mixin` bot tag by typing `!!faq/mixin` in <#523633816078647296> . | ||
| Here are some online tutorials to learn Java: | ||
| * [University of Helsinki: Java Programming MOOC](<https://java-programming.mooc.fi/>) | ||
| * [Java Platform Group at Oracle: Learn Java](<https://dev.java/learn/>) | ||
| * [Codecademy: Learn Java](<https://www.codecademy.com/learn/learn-java>) | ||
| * [Duke University (via Coursera): Java Programming and Software Engineering Fundamentals](<https://www.coursera.org/specializations/java-programming>) | ||
| * [freeCodeCamp (YouTube): Java Programming for Beginners](<https://youtu.be/A74TOX803D0>) | ||
| * [Modern Java (Online textbook)](<https://javabook.mccue.dev/>) | ||
|
|
||
| After learning Java, you can begin Minecraft modding. [Fabric developer documentation](<https://docs.fabricmc.net/develop/>) is a good starting point. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.