8 lines
194 B
Java
8 lines
194 B
Java
|
package net.minecraft.util;
|
||
|
|
||
|
import net.minecraft.network.chat.Style;
|
||
|
|
||
|
@FunctionalInterface
|
||
|
public interface FormattedCharSink {
|
||
|
boolean accept(int p_13746_, Style p_13747_, int p_13748_);
|
||
|
}
|