1920212223242526
} else if (face == BlockFace.DOWN) { return; } else { placeAs = ItemTable.instance().getBlock(Material.WALL_BANNER); } placeAs.rightClickBlock(player, target, face, holding, clickedLoc); } }
192021222324252627
} else if (face == BlockFace.DOWN) { return; } else { placeAs = ItemTable.instance().getBlock(Material.WALL_SIGN); } placeAs.rightClickBlock(player, target, face, holding, clickedLoc); } }