Index
All Classes and Interfaces|All Packages
N
- Node - Class in kkchengaf.EnchantmentOrder
-
The Node Class that maintains the optimal combining structure,
left, right: the items in anvil to be combined,
value: object of NodeValue that stores the information of a tree node - Node(Node, Node, NodeValue) - Constructor for class kkchengaf.EnchantmentOrder.Node
-
Tree Node Constructor
- NodeValue - Class in kkchengaf.EnchantmentOrder
-
Class that store information of a tree node,
cost: the cost of enchantment weight,
prior: the cost of prior work penalty,
enchant: the mapping of id:lv of the enchantments of this node - NodeValue() - Constructor for class kkchengaf.EnchantmentOrder.NodeValue
-
default constructor
- NodeValue(Integer, Integer, Integer, HashMap<Integer, Integer>) - Constructor for class kkchengaf.EnchantmentOrder.NodeValue
-
construct the NodeValue
- numericHashMap(HashMap<String, Integer>) - Static method in class kkchengaf.EnchantmentOrder.EnchantmentMap
-
Convert to HashMap Integer, Integer
All Classes and Interfaces|All Packages