BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T090000
DTEND;TZID=America/Los_Angeles:20221001T100000
DTSTAMP:20260513T053610
CREATED:20221001T180925Z
LAST-MODIFIED:20221001T180925Z
UID:15368-1664614800-1664618400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe added a custom spinner OnItemSelectedListener\n\nHomework\n\nDo the Driver System practice test that was sent in the class today.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-19/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T130000
DTEND;TZID=America/Los_Angeles:20221001T140000
DTSTAMP:20260513T053610
CREATED:20221001T205735Z
LAST-MODIFIED:20221008T003317Z
UID:15389-1664629200-1664632800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe reviewed the quiz that we took the week before.\nAble to finish it up and reviewed how to use HashMaps and deposit and withdraw money from the accounts.\n\nFor Homework:\n\nCreate a new project called MonsterInheritance\, this will be a completely new project.\nThe first class we will create is going to be the MonsterSystem.java and in this\, we will want to have the main method\, run method\, and also create a monsterMap.\nThe monsterMap key will be the monster’s name which is a String\, and the value will be the Monster class that we will also be creating for homework.\nCreate a Monster.java class that will have 3 attributes which are int health\, String species\, and int maxDamage\nMake sure to create a constructor and also the getters and setters.\nAlso create a menu and have it in an infinite loop. The expected menu is below:\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T170000
DTEND;TZID=America/Los_Angeles:20221001T180000
DTSTAMP:20260513T053610
CREATED:20221002T011014Z
LAST-MODIFIED:20221002T011014Z
UID:15398-1664643600-1664647200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe added Saturn item and use it as the AYC Essential mod tab.\nWe added SaturnLightningAxe.java but running out of time to add it completely in the game.\n\nHomework\n\nComplete adding the Saturn Lightning Axe to your minecraft mod.\n\nAdd SATURN_LIGHTNING_AXE into ModItems.java\nAdd an entry in en_us.json\nAdd an saturn_lightning_axe.json inside src/main/resources/assets/aycessentials/models/item directory\n\n\nrun your program\, equip the Saturn Lightning Axe into your hand.\nsummon a couple of enemies around you and do right click. If everything is good\, you should see the lightning striking enemies around you.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-4/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T090000
DTEND;TZID=America/Los_Angeles:20221008T100000
DTSTAMP:20260513T053610
CREATED:20221008T163729Z
LAST-MODIFIED:20221021T013945Z
UID:15587-1665219600-1665223200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homeworks\n\nContinue working on the Practice Test.\n\nMake sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next week\nMake sure you have “1. Add driver” feature.\nMake sure you have “3. List All drivers” feature.\nMake sure you have “4. exit”\nMake sure you have “2. Book a Trip”. Don’t worry about the rush hour if you do not know how to do it.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T120000
DTEND;TZID=America/Los_Angeles:20221008T130000
DTSTAMP:20260513T053610
CREATED:20221008T195531Z
LAST-MODIFIED:20221008T195531Z
UID:15596-1665230400-1665234000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nCreate a new class Player.java\, this will be Player sprite.\nBasically we want to load player1.png and make it appear on the screen.\nHow to do it\, follow what we did in the Background sprite.\nTalk to your parent about your phone.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-3/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T130000
DTEND;TZID=America/Los_Angeles:20221008T140000
DTSTAMP:20260513T053610
CREATED:20221008T205707Z
LAST-MODIFIED:20221008T205707Z
UID:15612-1665234000-1665237600@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe started with the Monster Inheritance project.\nWe were able to create the Monster and add it to a map\, along with listing it out.\nAlso\, we started the play method and were able to create the monsterMenu.\n\nFor Homework:\n\nShorten the creation of the monsterMenu by looking at where we have duplicated code that has already been created in the past.\nAlso\, check to see if the user types in stop\, you should leave the while true loop for the monster menu.\nAlso get the monster from the monsterMap by using the user input you received from the printMonsterMenu() method.\n Check to see if it is null\, and if it is make sure to print out “We could not find this monster in our system: monsterName”
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T160000
DTEND;TZID=America/Los_Angeles:20221008T170000
DTSTAMP:20260513T053610
CREATED:20221008T235417Z
LAST-MODIFIED:20221008T235417Z
UID:15621-1665244800-1665248400@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe started the first project and were able to get through the variable data types.\nWe learned about how to initialize string\, integer\, double\, and floats for variables.\nAlso\, covered how to get the users input by using Scanner.\n\nFor Homework:\n\nCreate a new file which is titled Oct8_VariableDataTypesHomework.java\nThe link to the homework is here https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221012T193000
DTEND;TZID=America/Los_Angeles:20221012T203000
DTSTAMP:20260513T053610
CREATED:20221014T224851Z
LAST-MODIFIED:20221014T224851Z
UID:15764-1665603000-1665606600@www.ayclogic.com
SUMMARY:7:30 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe took the first Java quiz today which was to create the BankSystem and BankAccount.\nThe test will be sent to you before the start of the next class.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T100000
DTEND;TZID=America/Los_Angeles:20221015T110000
DTSTAMP:20260513T053610
CREATED:20221015T180058Z
LAST-MODIFIED:20221015T180255Z
UID:15788-1665828000-1665831600@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished adding SATURN_FOX creature along with its animation.\nWe learned about JSON file structure.\n\nHomework\n\nIn MonsterInheritance project create these 3 json files. This should be very similar to monster_griffin.json which we have done in the class today.\n\nmonster_dragon.json\nmonster_troll.json\nmonster_water_golem\,json\n\n\nOpen BlockBench\n\nFile > New > CEM Template Loader\nSelect Dragon\nCheck the checkbox that says “Load Vanilla texture”\nMake dragon skin customization.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-11/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T120000
DTEND;TZID=America/Los_Angeles:20221015T130000
DTSTAMP:20260513T053610
CREATED:20221015T200237Z
LAST-MODIFIED:20221015T200237Z
UID:15795-1665835200-1665838800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued with our Dragon Birdie Mobile game.\nWe added player sprite.\nWe resized player sprite.\nWe started doing player sprite animation.\n\nHomework\n\nContinue with the player sprite animation so eventually we can see the red dragon flapping its wings. Take a look at our Python Game Development Birdie project to see how we did next_costume() method and copy the logic to your Player.java file.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T130000
DTEND;TZID=America/Los_Angeles:20221015T140000
DTSTAMP:20260513T053610
CREATED:20221018T022345Z
LAST-MODIFIED:20221018T022345Z
UID:15839-1665838800-1665842400@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the Monster Inheritance project.\nAdded in the attack menu and created the melee attack and started the magic attack.\n\nFor Homework:\n\nContinue with the magicMenu that we have created\, and it should output the code below.\nWe have already done the fire magic but add in the three other magic attacks\, water\, earth\, and wind.\n\nWhat kind of magic attack you want to do to dragon:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection (1-4) :
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T160000
DTEND;TZID=America/Los_Angeles:20221015T170000
DTSTAMP:20260513T053610
CREATED:20221015T235325Z
LAST-MODIFIED:20221015T235325Z
UID:15803-1665849600-1665853200@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe went over how to create an if statement\, an else if statement\, and an else statement.\nAlso\, we were able to understand better how to get the user’s input.\n\nFor Homework:\n\nCreate a new project called Oct15_IfElseScannerHomework.java\nThe instructions will be at this link: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T170000
DTEND;TZID=America/Los_Angeles:20221015T180000
DTSTAMP:20260513T053610
CREATED:20221016T030204Z
LAST-MODIFIED:20221016T030204Z
UID:15811-1665853200-1665856800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Minecraft crafting recipes.\nWe learned about JSON\n\nWe learned about String and integer fields.\nWe learned about how to represent Class/object or Dictionary inside a Json file.\nWe learned about how to represent List inside Json file.\n\n\n\nHomework\n\nCreate JSON file (saturn_ore.json). The content of the file has to be according to LootTable.java class. Please go here to find the definition of LootTable java class. Also look at the public static final void main(String args) to see an instance of LootTable class. https://www.ayclogic.com/minecraft-json-practice/
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-6/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221018T180000
DTEND;TZID=America/Los_Angeles:20221018T190000
DTSTAMP:20260513T053610
CREATED:20221019T015449Z
LAST-MODIFIED:20221019T015449Z
UID:15874-1666116000-1666119600@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1 - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Funny Faces project.\nWere able to finish it up by adding in the nose with the animation.\n\nFor Homework: \n\nDo pages 84-85 inside the book\, which is the Birthday Card project and create the button and the “PRESS ONLY ON YOUR BIRTHDAY” backdrop.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T193000
DTEND;TZID=America/Los_Angeles:20221019T203000
DTSTAMP:20260513T053610
CREATED:20221020T035034Z
LAST-MODIFIED:20221020T035034Z
UID:15913-1666207800-1666211400@www.ayclogic.com
SUMMARY:7:30 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nToday we reviewed the quiz that we took the week before.\n\nFor Homework:\n\nCreate a new project and title it MonsterInheritance.java\nIn it\, you should have two classes\, MonsterSystem.java and Monster.java\nThe Monster.java class will have 3 attributes: health\, species\, and maxDamage.\nMake sure to create the constructor\, getters\, and setters.\nCreate the menu shown below and be able to infinitely loop it and exit out when you want.\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): 123123\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): exit\nThank you for playing the Monster Inheritance game. \n\n\n\n\n  \n 
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T090000
DTEND;TZID=America/Los_Angeles:20221022T100000
DTSTAMP:20260513T053610
CREATED:20221022T203450Z
LAST-MODIFIED:20221022T203450Z
UID:15964-1666429200-1666432800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued discussing Driver System practice test.\n\nHomework\n\nContinue finishing Driver System practice test. Please finish the booking feature.\n\nAfter user answers “Enter what time you want to leave (0 – 24): “. Take the input from shell and convert to Integer. After you convert to Integer\, check if it is rush hour. If it is between 5 to 10 then it is rushHour. If it is then call the driver.getTripTime method and pass distance and true for rushHour parameter. The driver.getTripTime() will return the trip time in float which is distance/driver.getSpeed().
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260513T053610
CREATED:20221022T202744Z
LAST-MODIFIED:20221022T202744Z
UID:15962-1666432800-1666436400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nwe continued learning JSON\n\nWe learned how to represent class\, Map and List in JSON.\n\n\nwe added code that will spawn our custom entities in the world.\n\nHomework\n\nInside SchoolApplication project\, continue adding more attributes in school_main_application.json\n\nAdd teachers attribute\nAdd studentMap attribute\nAdd teacherMap attribute.\n\n\nLook at how we did monster_system.json in the MonsterInheritance project.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T120000
DTEND;TZID=America/Los_Angeles:20221022T130000
DTSTAMP:20260513T053610
CREATED:20221022T201916Z
LAST-MODIFIED:20221022T202101Z
UID:15958-1666440000-1666443600@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe made Player flaps wing animation.\nWe started creating Bird sprite.\nWe created FlyingCreature class and made this parent of both classes.\n\nHomework\n\nCreate 2 constants in Config.java: BIRD_MIN_SPEED\, BIRD_MAX_SPEED.\nIn Bird.java constructor\, generate a random number between BIRD_MIN_SPEED and BIRD_MAX_SPEED to be used as the bird speed.\nDisplay one bird in the screen starting from the right side of the screen moving left.\nPeriodically create one random bird per second. Hint\, you need to use timer.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T130000
DTEND;TZID=America/Los_Angeles:20221022T140000
DTSTAMP:20260513T053610
CREATED:20221027T035813Z
LAST-MODIFIED:20221027T035813Z
UID:16036-1666443600-1666447200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Monster Inheritance project and added in the magic attack and arrow attack.\nAlso\, we learned how to use inheritance by creating the Dragon.\n\nFor Homework:\n\nCreate two new classes with one being a troll and the other being a golem.\nThey both should extend from the Monster class.\nThe troll will be immune to water and take more damage from fire.\nThe golem will be immune to earth and take more water damage.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T160000
DTEND;TZID=America/Los_Angeles:20221022T170000
DTSTAMP:20260513T053610
CREATED:20221022T235226Z
LAST-MODIFIED:20221022T235226Z
UID:15977-1666454400-1666458000@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nToday we reviewed the Car Dealer homework\, and also went through how to create a list.\nWe also covered\, how to add and delete things from the list\, along with how to loop through them using a for each loop.\n\nFor Homework:\n\nCreate a new project that is titled Oct22_ListHomework.java\nThe homework is linked here: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T170000
DTEND;TZID=America/Los_Angeles:20221022T180000
DTSTAMP:20260513T053610
CREATED:20221023T011548Z
LAST-MODIFIED:20221023T011548Z
UID:15979-1666458000-1666461600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file.\nWe started doing Saturn Lightning Arrow.\n\nHomework\n\nDo one more JSON file creation exercise.\n\nOpen your SchoolApplication project in IntelliJ. This is project from “Intro To Java” class. In it\, you can find SchoolSystem.java. Create school_system.json and inside this json\, it should have 2 attributes: studentList and teacherList\, which is what SchoolSystem.java has. Regarding which students and teachers data you should have\, use the following:\n\nstudentList:\n\nAidan Chau\, 14\nAusten Yao\, 13\nBrandon Truong\, 15.\n\n\nteacherList\n\nGamas Chang\, 100\, Java\nJohn Cheng\, 40\, Python\n\n\n\n\n\n\nCreate a new entry in ModItems.java for SATURN_LIGHTNING_ARROW. The class you should use is SaturnLightningArrowItem.\nYou need to add/modify a couple of JSONs:\n\nModify en_us.json\nCreate saturn_lightning_arrow.json under src/main/resources/assets/aycessentials/models/item
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221026T193000
DTEND;TZID=America/Los_Angeles:20221026T203000
DTSTAMP:20260513T053610
CREATED:20221027T032342Z
LAST-MODIFIED:20221027T032342Z
UID:16034-1666812600-1666816200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe started with the Monster Inheritance project\nWe added in how to add monsters\, list them out\, and play.\nThe monster menu and the attack menu were also created.\n\nFor Homework:\n\nInside the monster menu method\, look at the for each code that lists out the monsters and try to think how we can shorten that code to one line instead of three.\nAlso\, initialize 3 different monsters\, it is up to you which monsters you want to create.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T100000
DTEND;TZID=America/Los_Angeles:20221029T110000
DTSTAMP:20260513T053610
CREATED:20221029T202108Z
LAST-MODIFIED:20221029T202108Z
UID:16074-1667037600-1667041200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file structure.\nWe learned how to distribute minecraft forge modding file to other people.\nWe finished our course. Congrats everyone\, I hope you guys enjoyed creating custom armor\, custom weapons\, custom ore and lastly custom mob.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-13/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T130000
DTEND;TZID=America/Los_Angeles:20221029T140000
DTSTAMP:20260513T053610
CREATED:20221105T183852Z
LAST-MODIFIED:20221105T183852Z
UID:16226-1667048400-1667052000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n1. We finished up the Monster Inheritance project. \n2. We covered access modifiers and also how to override methods. \nFor Homework:\n1. Download Android Studio for the next class. https://developer.android.com/studio
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T160000
DTEND;TZID=America/Los_Angeles:20221029T170000
DTSTAMP:20260513T053610
CREATED:20221029T235612Z
LAST-MODIFIED:20221029T235612Z
UID:16085-1667059200-1667062800@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued by covering how to use for loops using the index.\nAlso\, we talked about how to use for loops using index with a list.\nWe also went over how to create and use while loops.\n\nFor Homework:\n\nCreate a new file that is titled Oct29_WhileLoopHomework.java\nThe homework is on this link: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T170000
DTEND;TZID=America/Los_Angeles:20221029T180000
DTSTAMP:20260513T053610
CREATED:20221030T012651Z
LAST-MODIFIED:20221030T012651Z
UID:16087-1667062800-1667066400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to create Json file for SchoolSystem.java\nWe learned how to use IntelliJ debugger and break point.\nWe learned how to enable lightning when LightningArrowItem strike a creature.\n\nHomework\n\nNext week we are going to create a SaturnChestplate. Modify the following image so it can be according to your customization
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-8/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR