implements Term<S>
| bym$f | |
| 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 NamedRule<S, T> |
| ||||||||
| private final Atom<List<T>> |
| ||||||||
| private final Term<S> |
| ||||||||
| private final int |
| ||||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (NamedRule<S, T> element, Atom<List<T>> listName, Term<S> separator, int minRepetitions, boolean allowTrailingSeparator) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public NamedRule<S, T> |
| ||||||||
| public Atom<List<T>> |
| ||||||||
| public Term<S> |
| ||||||||
| public int |
| ||||||||
| public boolean |
|