com.planet_ink.coffee_mud.Abilities.Common
Class CraftingSkill.FoundResourceData

java.lang.Object
  extended by com.planet_ink.coffee_mud.Abilities.Common.CraftingSkill.FoundResourceData
Enclosing class:
CraftingSkill

protected static class CraftingSkill.FoundResourceData
extends java.lang.Object


Field Summary
 int resourceAmt
           
 int resourceCode
           
 RawMaterial resourceFound
           
 
Constructor Summary
protected CraftingSkill.FoundResourceData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceCode

public int resourceCode

resourceAmt

public int resourceAmt

resourceFound

public RawMaterial resourceFound
Constructor Detail

CraftingSkill.FoundResourceData

protected CraftingSkill.FoundResourceData()