Interface Stats.Maker

Enclosing class:
Stats

public static interface Stats.Maker
A non-static interface to the Stats component.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Stats.Maker
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <V extends Value>
    Item<V>
    makeItem(String groupName, String itemName, LongFunction<V> valueFactory)