{
TileEntity tile = world.getTileEntity(pos.blockX, pos.blockY, pos.blockZ);
if (tile instanceof TileEntityEnderChest && p.isSneaking()) {
TileEnderChest chest = (TileEnderChest)tile;
focus.getTagCompound().setInteger("freq", chest.freq);
focus.getTagCompound().setString("owner", chest.owner);
focus.getTagCompound().setBoolean("ender", true);
wand.setFocus(stack, focus);