Skip to content

Commit

Permalink
1.0.0-pre3
Browse files Browse the repository at this point in the history
1.0.0-pre3
  • Loading branch information
Goldorion authored Jul 27, 2020
2 parents b65d3e8 + 493b2b4 commit 3d58cc1
Show file tree
Hide file tree
Showing 109 changed files with 1,688 additions and 127 deletions.
20 changes: 16 additions & 4 deletions PROCEDURES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
This file lists all procedure blocks implemented.
**Block procedures:**
**Entity procedures:**
- Current health ***(PLAYERS ONLY)***
- Allow flying **(PLAYERS ONLY)**
- Current health **(PLAYERS ONLY)**
- Despawn entity
- Direction
- Get display name ***(PLAYERS ONLY)***
- Get display name **(PLAYERS ONLY)**
- Get height and get width
- Is entity riding
- Is entity sprinting **(PLAYERS ONLY)**
Expand All @@ -14,25 +15,30 @@ This file lists all procedure blocks implemented.
- X, Y and Z velocities
**Item procedures:**
**Player procedures:**
- Add XP
- Add XP levels
- Check gamemode
- Get food level
- Get XP levels
- Send message (not action bar)
- Set gamemode
**Slot & GUI procedures:**
**World data:**
- Is biome at x y z type
- Is difficulty in the provided world
- Is thundering
**World management:**
- Explode
- Execute command ***(NO COORDINATES)***
- Execute command **(NO COORDINATES)**
- Play sound **(PLAYERS ONLY (Need the entity dependency))**
- Set time
**Logic:**
**Advanced:**
- Call procedures
- Call procedure at
- Call procedure and return value
- Cancel event
**Spigot**
- Get biome at x y z
- Get the full in-game time of this world
- Get the UUID of entity
- Get if the player is allowed to fly like in Creative
Expand All @@ -55,5 +61,11 @@ This file lists all procedure blocks implemented.
- Is the player's time relative to the server's time
- Is the player using the Riptide enchantment
- Is the living entity swimming
- Send title and subtitle to the player
- Set difficulty
- Set entity invulnerable


**Global triggers:**
- Block break
- Player log in
Loading

0 comments on commit 3d58cc1

Please sign in to comment.