if (y >= 0) {
TileEntity tile = world.getTileEntity(x, y, z);
if (tile instanceof TileAnchorWorld) {
TileAnchorWorld anchor = (TileAnchorWorld) tile;
anchor.forceChunkLoading(ticket);
printAnchor(anchor.getName(), x, y, z);
}
}
} else {
if (entity instanceof EntityCartAnchor) {