public RemoteOceloteEntity(World world, RemoteEntity inRemoteEntity)
{
super(world);
this.m_remoteEntity = inRemoteEntity;
new PathfinderGoalSelectorHelper(this.goalSelector).clearGoals();
new PathfinderGoalSelectorHelper(this.targetSelector).clearGoals();
this.bp = new DesireSitTemp(this.getRemoteEntity());
try
{
Field temptField = ReflectionUtil.getOrRegisterField(EntityOcelot.class, "bq");
temptField.set(this, new DesireTemptTemp(this.getRemoteEntity()));