Class CreatureInfoList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<CreatureInfo>, Collection<CreatureInfo>, List<CreatureInfo>, RandomAccess

class CreatureInfoList extends ArrayList<CreatureInfo>
A specialized list of creature info, for split prediction.
Author:
David Ripton
  • Field Details

    • LOGGER

      private static final Logger LOGGER
  • Constructor Details

    • CreatureInfoList

      CreatureInfoList()
  • Method Details