net.minecraft.client.render

public record DrawStyle

net.minecraft.gizmos.GizmoStyle
net.minecraft.class_12179
net.minecraft.client.render.DrawStyle

Field summary

Modifier and TypeField
private final int
stroke
comp_5100
stroke
private final float
strokeWidth
comp_5101
strokeWidth
private final int
fill
comp_5102
fill
private static final float
DEFAULT_WIDTH
field_63655
DEFAULT_STROKE_WIDTH

Constructor summary

ModifierConstructor
public (int stroke, float strokeWidth, int fill)

Method summary

Modifier and TypeMethod
public static DrawStyle
stroke(int argb)
method_75535(int arg0)
stroked(int stroke)
public static DrawStyle
stroke(int argb, float width)
method_75536(int arg0, float arg1)
stroked(int stroke, float strokeWidth)
public static DrawStyle
fill(int argb)
method_75539(int arg0)
filled(int fill)
public static DrawStyle
strokeAndFill(int stroke, float strokeWidth, int fill)
method_75537(int arg0, float arg1, int arg2)
filledAndStroked(int stroke, float strokeWidth, int fill)
public boolean
hasFill()
method_75534()
hasFill()
public boolean
hasStroke()
method_75538()
hasStroke()
public int
multipliedStroke(float alphaMultiplier)
method_75853(float arg0)
stroke(float opacity)
public int
multipliedFill(float alphaMultiplier)
method_75854(float arg0)
fill(float opacity)
public int
stroke()
comp_5100()
stroke()
public float
strokeWidth()
comp_5101()
strokeWidth()
public int
fill()
comp_5102()
fill()