User Tools

Site Tools


tutorial:primer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
tutorial:primer [2022/12/05 16:31] – removed "draft" designation miirtutorial:primer [2022/12/22 16:44] – transform bullet points in "prerequisites" section into actual bullets basil4088
Line 8: Line 8:
 ===== Prerequisites for Minecraft Modding ===== ===== Prerequisites for Minecraft Modding =====
  
--You must understand the basics of coding. If you have never touched code before, you must learn how to code first. "The basics" here means having a firm grasp on variables, functions, classes and methods, and object-oriented programming concepts like inheritance, polymorphism, and object casting. Your search engine is your friend! +  * You must understand the basics of coding. If you have never touched code before, you must learn how to code first. "The basics" here means having a firm grasp on variables, functions, classes and methods, and object-oriented programming concepts like inheritance, polymorphism, and object casting. Your search engine is your friend! 
- +  You should have some experience in a programming language like Java or C/C++/C#. Java's syntax is relatively simple to pick up for someone coming from the C family. 
--You should have some experience in a programming language like Java or C/C++/C#. Java's syntax is relatively simple to pick up for someone coming from the C family. +  Familiarity with Java's syntax for lambda methods, generics (you should know what these are), and syntactic sugar like the ternary operator will be very helpful-- but this is something that a quick learner can pick up along the way. 
- +  You must know how to use the Internet to find answers to questions, and etiquette for asking for help on forums.
--Familiarity with Java's syntax for lambda methods, generics (you should know what these are), and syntactic sugar like the ternary operator will be very helpful-- but this is something that a quick learner can pick up along the way. +
- +
--You must know how to use the Internet to find answers to questions, and etiquette for asking for help on forums.+
  
 ===== What is Modding? ===== ===== What is Modding? =====
tutorial/primer.txt · Last modified: 2023/03/03 18:08 by miir