7 PM Intro To Java – Alex
Today We Did: We continued with the School System project, adding in the find student and edit teacher. We made it so that the find student would return a student for usRead More...
Today We Did: We continued with the School System project, adding in the find student and edit teacher. We made it so that the find student would return a student for usRead More...
Homework: Continue on Monster Inheritance project. We want to add magic attack menu now like below Please select from one of the following 1. Add new monster 2. List all monsters 3.Read More...
Today We Do We fixed the Saturn Ore loot_table configuration to be able to drop Saturn and Diamond. We learned how to configure loot_table configuration. We added Saturn Chestplate to our aycessentialsRead More...
Today We Did: For today, we went through how to fix compilation errors and runtime errors along with the differences between them. We were able to complete it and also revisited theRead More...
Today We Do We reviewed practice test. DriverSystem which uses inheritances. I uploaded the Driver System solution to the google drive. Homework Next week is final test from 5 PM to 7Read More...
Today We Did: We finished up the School System for now but will return to it. We started and finished going over how to create a HashMap and use it. For Homework:Read More...
Today We Do We continued with Monster Inheritance project. We did Sword attack and Magic Fire attack. We introduced Inheritance concept a little bit. Homework No homework
Homework Add saturn_boots, saturn_leggings, saturn_helmet to your project. Get the images from External Libraries > Gradle:net.minecraft:client:extra:1.16.5 > assets/minecraft/textures/item folder. Copy the images from here to your project src/main/resources/assets/aycessentials/textures/items Add all the necessaryRead More...
Today We Did: We started with the Email Application project. We were able to create the menu and print it out. Also, we were able to create the Email account and exitRead More...
Today We Did We continued with the Monster Inheritance project. We added codes in Dragon class to override magic damage so if a player attack Dragon with a Fire magic attack, thenRead More...