mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Added self face
This commit is contained in:
parent
8a6569f229
commit
0a2b312ecd
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ public enum BlockFace {
|
|||
South(1, 0, 0),
|
||||
West(0, 0, 1),
|
||||
Up(0, 1, 0),
|
||||
Down(0, -1, 0);
|
||||
Down(0, -1, 0),
|
||||
Self(0, 0, 0);
|
||||
|
||||
private final int modX;
|
||||
private final int modY;
|
||||
|
|
Loading…
Add table
Reference in a new issue