Class | Minecraft Event | Coding Concept | Homework |
---|---|---|---|
1 | Intro and setup | Do an update | |
2 | Reload Server | Send message to player, Server Error | Start the server |
3 | Player Mouse Click | Console output on click, if statement | Run Blockly-Scriptcraft |
4 | Player Move | Create a stack and give it a custom name,Lists | Detect Player Location |
5 | Block Break | For Each Loop | Protect Snow Blocks |
6 | Respawn | Event Information | Set inventory and hotbar on respawn/join |
7 | Entity Died | Get custom name of a stack | Test Custom name of stack |
8 | Join Server | Get block that was clicked on | Give emerald on button click |
Class | Minecraft Event | Coding Concept | Homework |
---|---|---|---|
9 | Projectile Launched | Create a custom recipe, spawn creature | Give server command |
10 | Projectile Hit | Other custom recipes, test location | Homework 10 |
11 | An Entity Targets another entity | Create a custom stack and send it to a player's hotbar | Homework 11 |
12 | An Entity Was damaged | More Custom Stacks | Create SCUBA chestplate |
13 | A player entered a command | Drop an Item | Precious Metal Drop |
14 | Player Disconnected | More Drop Events | Drop Methods |
15 | Types of Mouse Clicks | Determine what is in the player's hand | Homework 15 |
16 | Determine what armor the player is wearing | Remove All Armor |