public class ReloadableIdSearchTree<T>
implements SearchTree<T>
| cgw | |
| net.minecraft.unmapped.C_41700364 | |
| net.minecraft.client.search.ReloadableIdSearchTree |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected SuffixArray<T> |
| ||||||
| protected SuffixArray<T> |
| ||||||
| private final Function<T, Iterable<String>> |
| ||||||
| private final Function<T, Iterable<Identifier>> |
| ||||||
| private final List<T> |
| ||||||
| private it.unimi.dsi.fastutil.objects.Object2IntMap<T> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Function<T, Iterable<String>> valueToTooltips, Function<T, Iterable<Identifier>> valueToIds) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
| ||||||
| public void |
| ||||||
| private void |
| ||||||
| public List<T> |
|