11 lines
240 B
Java
11 lines
240 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.util.parsing.packrat;
|
|
|
|
import net.minecraft.util.parsing.packrat.SuggestionSupplier;
|
|
|
|
public record ErrorEntry<S>(int cursor, SuggestionSupplier<S> suggestions, Object reason) {
|
|
}
|
|
|