net.minecraft.client.gui.render.state.special

public record BannerResultGuiElementRenderState

implements SpecialGuiElementRenderState

net.minecraft.client.renderer.state.gui.pip.GuiBannerResultRenderState
net.minecraft.class_11250
net.minecraft.client.gui.render.state.special.BannerResultGuiElementRenderState

Field summary

Modifier and TypeField
private final BannerFlagBlockModel
flag
comp_4119
flag
private final DyeColor
baseColor
comp_4120
baseColor
private final BannerPatternsComponent
resultBannerPatterns
comp_4121
resultBannerPatterns
private final int
x0
comp_4122
x1
private final int
y0
comp_4123
y1
private final int
x1
comp_4124
x2
private final int
y1
comp_4125
y2
private final ScreenRect
scissorArea
comp_4128
scissorArea
private final ScreenRect
bounds
comp_4274
bounds

Constructor summary

ModifierConstructor
public (BannerFlagBlockModel model, DyeColor color, BannerPatternsComponent bannerPatterns, int x1, int y1, int x2, int y2, ScreenRect scissorArea)
public (BannerFlagBlockModel flag, DyeColor baseColor, BannerPatternsComponent resultBannerPatterns, int x1, int y1, int x2, int y2, ScreenRect scissorArea, ScreenRect bounds)

Method summary

Modifier and TypeMethod
public float
scale()
comp_4133()
scale()
public BannerFlagBlockModel
flag()
comp_4119()
flag()
public DyeColor
baseColor()
comp_4120()
baseColor()
public BannerPatternsComponent
resultBannerPatterns()
comp_4121()
resultBannerPatterns()
public int
x0()
comp_4122()
x1()
public int
y0()
comp_4123()
y1()
public int
x1()
comp_4124()
x2()
public int
y1()
comp_4125()
y2()
public ScreenRect
scissorArea()
comp_4128()
scissorArea()
public ScreenRect
bounds()
comp_4274()
bounds()