implements Term<S>
| net.minecraft.util.parsing.packrat.Term$RepeatedWithSeparator | |
| net.minecraft.class_9402$class_10845 | |
| net.minecraft.util.packrat.Term$RepeatWithSeparatorTerm |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final ParsingRuleEntry<S, T> |
|
||||||
| private final Symbol<List<T>> |
|
||||||
| private final Term<S> |
|
||||||
| private final int |
|
||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (ParsingRuleEntry<S, T> element, Symbol<List<T>> listName, Term<S> separator, int minRepetitions, boolean allowTrailingSeparator) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
|
||||||
| public ParsingRuleEntry<S, T> |
|
||||||
| public Symbol<List<T>> |
|
||||||
| public Term<S> |
|
||||||
| public int |
|
||||||
| public boolean |
|