mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-2285: New CommandBlock types.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
141be4ba51
commit
3d355b6e64
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ public class CraftBlock implements Block {
|
|||
case SKULL:
|
||||
return new CraftSkull(this);
|
||||
case COMMAND:
|
||||
case COMMAND_CHAIN:
|
||||
case COMMAND_REPEATING:
|
||||
return new CraftCommandBlock(this);
|
||||
case BEACON:
|
||||
return new CraftBeacon(this);
|
||||
|
|
Loading…
Reference in a new issue