net.minecraft.gizmos

public record GizmoStyle

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

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public static GizmoStyle
a(int arg0)
stroke(int arg0)
method_75535(int arg0)
stroked(int stroke)
public static GizmoStyle
a(int arg0, float arg1)
stroke(int arg0, float arg1)
method_75536(int arg0, float arg1)
stroked(int stroke, float strokeWidth)
public static GizmoStyle
b(int arg0)
fill(int arg0)
method_75539(int arg0)
filled(int fill)
public static GizmoStyle
a(int arg0, float arg1, int arg2)
strokeAndFill(int arg0, float arg1, int arg2)
method_75537(int arg0, float arg1, int arg2)
filledAndStroked(int stroke, float strokeWidth, int fill)
public boolean
a()
hasFill()
method_75534()
hasFill()
public boolean
b()
hasStroke()
method_75538()
hasStroke()
public int
a(float arg0)
multipliedStroke(float arg0)
method_75853(float arg0)
stroke(float opacity)
public int
b(float arg0)
multipliedFill(float arg0)
method_75854(float arg0)
fill(float opacity)
public int
c()
stroke()
comp_5100()
stroke()
public float
d()
strokeWidth()
comp_5101()
strokeWidth()
public int
e()
fill()
comp_5102()
fill()