Uses of Record Class
net.minecraft.world.debug.gizmo.TextGizmo.Style
Packages that use TextGizmo.Style
-
Uses of TextGizmo.Style in net.minecraft.client.render.gizmo
Fields in net.minecraft.client.render.gizmo declared as TextGizmo.StyleModifier and TypeFieldDescriptionprivate final TextGizmo.StyleGizmoDrawerImpl.Text.styleThe field for thestylerecord component.Methods in net.minecraft.client.render.gizmo that return TextGizmo.StyleModifier and TypeMethodDescriptionGizmoDrawerImpl.Text.style()Returns the value of thestylerecord component.Methods in net.minecraft.client.render.gizmo with parameters of type TextGizmo.StyleModifier and TypeMethodDescriptionvoidGizmoDrawerImpl.addText(Vec3d pos, String text, TextGizmo.Style style) Constructors in net.minecraft.client.render.gizmo with parameters of type TextGizmo.StyleModifierConstructorDescription(package private)Text(Vec3d pos, String text, TextGizmo.Style style) Creates an instance of aTextrecord class. -
Uses of TextGizmo.Style in net.minecraft.world.debug.gizmo
Fields in net.minecraft.world.debug.gizmo declared as TextGizmo.StyleModifier and TypeFieldDescriptionprivate final TextGizmo.StyleTextGizmo.styleThe field for thestylerecord component.Methods in net.minecraft.world.debug.gizmo that return TextGizmo.StyleModifier and TypeMethodDescriptionTextGizmo.Style.adjusted(float adjustLeft) static TextGizmo.StyleTextGizmo.Style.centered(int color) static TextGizmo.StyleTextGizmo.Style.left()static TextGizmo.StyleTextGizmo.Style.left(int color) TextGizmo.Style.scaled(float scale) TextGizmo.style()Returns the value of thestylerecord component.Methods in net.minecraft.world.debug.gizmo with parameters of type TextGizmo.StyleModifier and TypeMethodDescriptionvoidGizmoDrawer.addText(Vec3d pos, String text, TextGizmo.Style style) static VisibilityConfigurableGizmoDrawing.text(String text, Vec3d pos, TextGizmo.Style style) Constructors in net.minecraft.world.debug.gizmo with parameters of type TextGizmo.StyleModifierConstructorDescriptionTextGizmo(Vec3d pos, String text, TextGizmo.Style style) Creates an instance of aTextGizmorecord class.