Class AnimalBreed

java.lang.Object
zombie.characters.animals.datas.AnimalBreed

public class AnimalBreed extends Object
  • Field Details

    • name

      public String name
    • texture

      public ArrayList<String> texture
    • textureMale

      public String textureMale
    • textureBaby

      public String textureBaby
    • minWeightBonus

      public int minWeightBonus
    • maxWeightBonus

      public int maxWeightBonus
    • milkType

      public String milkType
    • woolType

      public String woolType
    • forcedGenes

      public HashMap<String,AnimalBreed.ForcedGenes> forcedGenes
    • invIconMale

      public String invIconMale
    • invIconFemale

      public String invIconFemale
    • invIconBaby

      public String invIconBaby
    • invIconMaleDead

      public String invIconMaleDead
    • invIconFemaleDead

      public String invIconFemaleDead
    • invIconBabyDead

      public String invIconBabyDead
    • leather

      public String leather
    • headItem

      public String headItem
    • featherItem

      public String featherItem
    • maxFeather

      public int maxFeather
    • rottenTexture

      public String rottenTexture
  • Constructor Details

    • AnimalBreed

      public AnimalBreed()
  • Method Details

    • getName

      public String getName()
    • getMilkType

      public String getMilkType()
    • loadForcedGenes

      public void loadForcedGenes(se.krka.kahlua.j2se.KahluaTableImpl kahluaTableImpl)
    • loadSounds

      public void loadSounds(se.krka.kahlua.j2se.KahluaTableImpl kahluaTableImpl0)
    • getSound

      public AnimalBreed.Sound getSound(String string)
    • isSoundDefined

      public boolean isSoundDefined(String string)
    • isSoundUndefined

      public boolean isSoundUndefined(String string)
    • getFeatherItem

      public String getFeatherItem()
    • getWoolType

      public String getWoolType()
    • getRottenTexture

      public String getRottenTexture()