GuiSignRenderState.java
net.minecraft.client.renderer.state.gui.pip.GuiSignRenderState
信息
- 全限定名:net.minecraft.client.renderer.state.gui.pip.GuiSignRenderState
- 类型:public record
- 包:net.minecraft.client.renderer.state.gui.pip
- 源码路径:src/main/java/net/minecraft/client/renderer/state/gui/pip/GuiSignRenderState.java
- 起始行号:L11
- 实现:PictureInPictureRenderState
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
public GuiSignRenderState(Model.Simple signModel, WoodType woodType, int x0, int y0, int x1, int y1, float scale, ScreenRectangle scissorArea) @ L22
- 构造器名:GuiSignRenderState
- 源码定位:L22
- 修饰符:public
参数:
- signModel: Model.Simple
- woodType: WoodType
- x0: int
- y0: int
- x1: int
- y1: int
- scale: float
- scissorArea: ScreenRectangle
说明:
TODO
方法
下面的方法块按源码顺序生成。
- 无
代码
@OnlyIn(Dist.CLIENT)
public record GuiSignRenderState(
Model.Simple signModel,
WoodType woodType,
int x0,
int y0,
int x1,
int y1,
float scale,
@Nullable ScreenRectangle scissorArea,
@Nullable ScreenRectangle bounds
) implements PictureInPictureRenderState {
public GuiSignRenderState(Model.Simple signModel, WoodType woodType, int x0, int y0, int x1, int y1, float scale, @Nullable ScreenRectangle scissorArea) {
this(signModel, woodType, x0, y0, x1, y1, scale, scissorArea, PictureInPictureRenderState.getBounds(x0, y0, x1, y1, scissorArea));
}
}引用的其他类
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
实现/方法调用 - 关联成员:
PictureInPictureRenderState.getBounds()
- 引用位置:
-
- 引用位置:
参数
- 引用位置: