Class RecursivePrefabLoader.DistinctCollector<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
com.hypixel.hytale.builtin.buildertools.utils.RecursivePrefabLoader.DistinctCollector<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, Consumer<T>, List<T>, RandomAccess, SequencedCollection<T>
Enclosing class:
RecursivePrefabLoader<T>

protected static class RecursivePrefabLoader.DistinctCollector<T> extends ArrayList<T> implements Consumer<T>
See Also:
  • Constructor Details

    • DistinctCollector

      protected DistinctCollector()
  • Method Details

    • accept

      public void accept(T t)
      Specified by:
      accept in interface Consumer<T>