this.customId = item.getCustomId();
this.rotate = rotate;
this.mirroredRotate = mirroredRotate;
this.fullRotate = fullRotate;
MaterialData.addCustomBlock(this);
this.setItemDrop(new SpoutItemStack(this, 1));
for (SpoutPlayer player : Spout.getServer().getOnlinePlayers()) {
player.sendPacket(this);
}
}