SPIGOT-2285: New CommandBlock types.

This commit is contained in:
md_5 2016-05-16 16:38:43 +10:00
parent 88123f0569
commit 4e19de1295

View File

@ -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);