setValue("health1k", (int) (ride.getHealth() * 1000));
setValue("leashed_to_player", ride.getLeashed() && ride.getLeashedToEntity() instanceof EntityPlayer);
setValue(
"ridden_by_owner",
ride.riddenByEntity instanceof EntityPlayer
&& !ride.func_152119_ch().equals("")
&& ride.func_152119_ch().equals(((EntityPlayer) ride.riddenByEntity).getGameProfile().getId()));
setValue(
"leashed_to_owner",
ride.getLeashedToEntity() instanceof EntityPlayer
&& !ride.func_152119_ch().equals("")