Class ListBox<T>

java.lang.Object
com.mojang.datafixers.kinds.ListBox<T>
All Implemented Interfaces:
App<ListBox.Mu, T>

public final class ListBox<T> extends Object implements App<ListBox.Mu, T>
  • Field Details

    • value

      private final List<T> value
  • Constructor Details

    • ListBox

      private ListBox(List<T> value)
  • Method Details