BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T140000
DTEND;TZID=America/Los_Angeles:20210109T150000
DTSTAMP:20260515T082312
CREATED:20210110T000127Z
LAST-MODIFIED:20210110T000127Z
UID:5843-1610200800-1610204400@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:We went over the different version of Minecrafts\n\nJava version\nBedrock\n\n\nWe downloaded Minecraft Forge 1.16\nHomework:\n\nDownload and purchase Minecraft if you have not done so from https://www.minecraft.net/en-us/get-minecraft
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210110T090000
DTEND;TZID=America/Los_Angeles:20210110T100000
DTSTAMP:20260515T082312
CREATED:20210110T180320Z
LAST-MODIFIED:20210110T180320Z
UID:5856-1610269200-1610272800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We started Object-Oriented Programming (OOP) with Magic8Ball program.\nHomework:\n\nCreate a new Java file Jan10_TellMeYourAgeOOP\n\nOpen Nov15_ScannerIFELSE.java\nCopy the main() content into Jan10_TellMeYourAgeOOP. Run it and make sure it is running properly.\nConvert this into OOP:\n\ncreate run() method.\nCopy all the code from main() into run() method.\nAnd call the run() from main(). Look at how we did it in the Jan10_Magic8BallOOP.java
URL:https://www.ayclogic.com/event/9-am-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T140000
DTEND;TZID=America/Los_Angeles:20210116T150000
DTSTAMP:20260515T082312
CREATED:20210116T235807Z
LAST-MODIFIED:20210123T062358Z
UID:5938-1610805600-1610809200@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:Homework\n\nModify the image of the saturn_sword.png from the google drive\nGo to Minecraft Modding spreadsheet google drive document\n\nGo to “Custom Item” tab in the bottom\nFollow step number 4.\n\nTo create directory\, inside your IntelliJ under src/main/resources folder\n\nRight click > New > Directory\n\n\nCreate all directories according to the spreadsheet step 4.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210117T090000
DTEND;TZID=America/Los_Angeles:20210117T100000
DTSTAMP:20260515T082312
CREATED:20210117T181527Z
LAST-MODIFIED:20210117T181741Z
UID:5962-1610874000-1610877600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We did an introduction to OOP. We started SchoolApplication\nWe created Student class\nHomework\n\nCreate Teacher class similar to Student class\n\nClass attributes:\n\nfirstName – String\nlastName – String\nage – int\nsubjects – the data type of this is List of String\n\n\ncreate the getters and setters methods.\ncreate 2 random teachers inside the SchoolMainApplication.\n\n\nCreate School class similar to Student and Teacher classes\n\nschoolName – String\ntypeOfSchool – String\ncreate getters and setters methods
URL:https://www.ayclogic.com/event/9-am-intro-to-java-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210123T140000
DTEND;TZID=America/Los_Angeles:20210123T150000
DTSTAMP:20260515T082312
CREATED:20210123T234856Z
LAST-MODIFIED:20210123T234856Z
UID:6031-1611410400-1611414000@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:We worked on adding Saturn Sword on our “aycessential” mod.\nWe had an error when we tried to run the minecraft because I forgot to add one more thing.\n\nTo fix the error\, you need to follow these instructions\n\nGo to AYCEssentialMod.java\nGo to the constructor. The constructor\, is part of your code that look like below\n\nAnd we want to add the following code at the end of the constructor\n\nModItems.ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus());\n\n\nIf you see red under line under “ModItems.ITEMS”\, you probably need to add the import lines on the top of the page like the following\n\n\nimport com.ayclogic.aycessential.init.ModItems;\n \n\n\nAfter adding the code do the following\n\nrun the Gradle > ayc_minecraft_1.16 >Tasks > fg_runs > runClient.\nOpen your Minecraft saved file. And look into your minecraft inventory by click “e” on your keyboard.\nThere should be one more new tab called “saturn” with your new sword.\n\n\n\nI have uploaded the latest code to the google drive.\n\n\n\n\nHomework:\n\nReview the code and next week we want you to add one more new Sword in our minecraft mod.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-3/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210124T090000
DTEND;TZID=America/Los_Angeles:20210124T100000
DTSTAMP:20260515T082312
CREATED:20210124T181017Z
LAST-MODIFIED:20210124T181017Z
UID:6047-1611478800-1611482400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:Homework:\n\nIn School class add the following\n\ngetInfo() – this method will return a combination of School Name and the type of school. For example\, if this is Longden is the name and Elementary is the type\, then getInfo() will return “Longden – Elementary”\naddTeacher(Teacher teacher) – this method will add a teacher to the School.teachers list.\naddStudent(Student student) – this method will add a student to the School.students list.\n\n\nIn SchoolMainApplication\n\nAdd code so when the user enters “4”\, it will do the following\n\nuse for loop to go through each School inside schools list.\nfor each of the school\, call getInfo() method and print the return value to the Shell.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210131T090000
DTEND;TZID=America/Los_Angeles:20210131T100000
DTSTAMP:20260515T082312
CREATED:20210131T180543Z
LAST-MODIFIED:20210131T180543Z
UID:6142-1612083600-1612087200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java
DESCRIPTION:We continued with School Application\n\nWe organized each feature into its own method. For example for feature “1”\, we created addSchool() method. For feature\, “4”\, we created listAllSchools().\nWe added add teacher functionality.\n\n\nHomework:\n\nAdd code to enable the feature “3”\, add student. Look at how we did add teacher.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR