Exemple #1
0
  public EntityOcelot b(EntityAgeable entityageable) {
    EntityOcelot entityocelot = new EntityOcelot(this.world);

    if (this.isTamed()) {
      entityocelot.setOwnerUUID(this.getOwnerUUID());
      entityocelot.setTamed(true);
      entityocelot.setCatType(this.getCatType());
    }

    return entityocelot;
  }