<none>
<none>
public class ProtectionWand implements Wand { public HashMap<String,Location[]> selections = new HashMap<String,Location[]>(); @Override public void onRightClick(ItemStack itemStack, Player player, Block bockedClick, BlockFace face) { } @Override public void onLeftClick(ItemStack itemStack, Player player, Block bockedClick, BlockFace face) { } @Override public boolean canCreate(ItemStack itemStack, Player player) { return true; } @Override public String getName() { return ChatColor.GOLD+"Protection Wand"; } }
