Class Recipe.RequiredSkill

java.lang.Object
zombie.scripting.objects.Recipe.RequiredSkill
Enclosing class:
Recipe

public static final class Recipe.RequiredSkill
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RequiredSkill​(PerkFactory.Perk perk, int int1)  
  • Method Summary

    Modifier and Type Method Description
    int getLevel()  
    PerkFactory.Perk getPerk()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details