FormattedCharSink.java
net.minecraft.util.FormattedCharSink
信息
- 全限定名:net.minecraft.util.FormattedCharSink
- 类型:public interface
- 包:net.minecraft.util
- 源码路径:src/main/java/net/minecraft/util/FormattedCharSink.java
- 起始行号:L6
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
boolean accept(int position, Style style, int codepoint) @ L7
- 方法名:accept
- 源码定位:L7
- 返回类型:boolean
- 修饰符:package-private
参数:
- position: int
- style: Style
- codepoint: int
说明:
TODO
代码
@FunctionalInterface
public interface FormattedCharSink {
boolean accept(int position, Style style, int codepoint);
}引用的其他类
- Style
- 引用位置:
参数
- 引用位置: