WindowEventHandler.java
com.mojang.blaze3d.platform.WindowEventHandler
信息
- 全限定名:com.mojang.blaze3d.platform.WindowEventHandler
- 类型:public interface
- 包:com.mojang.blaze3d.platform
- 源码路径:src/main/java/com/mojang/blaze3d/platform/WindowEventHandler.java
- 起始行号:L7
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
void resizeGui() @ L8
- 方法名:resizeGui
- 源码定位:L8
- 返回类型:void
- 修饰符:package-private
参数:
- 无
说明:
TODO
void cursorEntered() @ L10
- 方法名:cursorEntered
- 源码定位:L10
- 返回类型:void
- 修饰符:package-private
参数:
- 无
说明:
TODO
代码
@OnlyIn(Dist.CLIENT)
public interface WindowEventHandler {
void resizeGui();
void cursorEntered();
}引用的其他类
- 无