implements SearchTree<T>
| cgw | |
| net.minecraft.class_3304 | |
| net.minecraft.client.search.ReloadableIdSearchTree | |
| net.minecraft.client.util.SearchTree | |
| net.minecraft.client.util.SearchTree |
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> |
|