net.minecraft.gizmos

public record GizmoStyle

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

字段概要

修饰符与类型字段
private final int
a
stroke
comp_5100
stroke
f_434185_
private final float
b
strokeWidth
comp_5101
strokeWidth
f_435820_
private final int
c
fill
comp_5102
fill
f_435408_
private static final float
d
DEFAULT_WIDTH
field_63655
DEFAULT_STROKE_WIDTH
f_434264_

构造函数概要

修饰符构造函数
public (int stroke, float strokeWidth, int fill)

方法概要

修饰符与类型方法
public static GizmoStyle
a(int arg0)
stroke(int arg0)
method_75535(int arg0)
stroked(int stroke)
m_447619_(int p_451660_)
public static GizmoStyle
a(int arg0, float arg1)
stroke(int arg0, float arg1)
method_75536(int arg0, float arg1)
stroked(int stroke, float strokeWidth)
m_445334_(int p_454989_, float p_454537_)
public static GizmoStyle
b(int arg0)
fill(int arg0)
method_75539(int arg0)
filled(int fill)
m_439737_(int p_450177_)
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)
m_441562_(int p_452603_, float p_456076_, int p_452472_)
public boolean
a()
hasFill()
method_75534()
hasFill()
m_447160_()
public boolean
b()
hasStroke()
method_75538()
hasStroke()
m_438687_()
public int
a(float arg0)
multipliedStroke(float arg0)
method_75853(float arg0)
stroke(float opacity)
m_447026_(float arg0)
public int
b(float arg0)
multipliedFill(float arg0)
method_75854(float arg0)
fill(float opacity)
m_438854_(float arg0)
public int
c()
stroke()
comp_5100()
stroke()
f_434185_()
public float
d()
strokeWidth()
comp_5101()
strokeWidth()
f_435820_()
public int
e()
fill()
comp_5102()
fill()
f_435408_()