File size: 194 Bytes
d46f4a3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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_);
}