2025-11-24 22:52:51 +03:00

13 lines
228 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.util;
import net.minecraft.network.chat.Style;
@FunctionalInterface
public interface FormattedCharSink {
public boolean accept(int var1, Style var2, int var3);
}