8 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package net.minecraft.util;
 | |
| 
 | |
| import net.minecraft.network.chat.Style;
 | |
| 
 | |
| @FunctionalInterface
 | |
| public interface FormattedCharSink {
 | |
| 	boolean accept(int i, Style style, int j);
 | |
| }
 |