Uses of Record Class
net.minecraft.client.render.DrawStyle
Packages that use DrawStyle
-
Uses of DrawStyle in net.minecraft.client.render
Methods in net.minecraft.client.render that return DrawStyle -
Uses of DrawStyle in net.minecraft.world.debug.gizmo
Fields in net.minecraft.world.debug.gizmo declared as DrawStyleModifier and TypeFieldDescriptionprivate final DrawStyleBoxGizmo.styleThe field for thestylerecord component.private final DrawStyleCircleGizmo.styleThe field for thestylerecord component.private final DrawStyleQuadGizmo.styleThe field for thestylerecord component.Methods in net.minecraft.world.debug.gizmo that return DrawStyleModifier and TypeMethodDescriptionBoxGizmo.style()Returns the value of thestylerecord component.CircleGizmo.style()Returns the value of thestylerecord component.QuadGizmo.style()Returns the value of thestylerecord component.Methods in net.minecraft.world.debug.gizmo with parameters of type DrawStyleModifier and TypeMethodDescriptionstatic VisibilityConfigurablestatic VisibilityConfigurablestatic VisibilityConfigurablestatic VisibilityConfigurablestatic VisibilityConfigurablestatic VisibilityConfigurablestatic QuadGizmostatic VisibilityConfigurableConstructors in net.minecraft.world.debug.gizmo with parameters of type DrawStyleModifierConstructorDescriptionCreates an instance of aBoxGizmorecord class.CircleGizmo(Vec3d pos, float radius, DrawStyle style) Creates an instance of aCircleGizmorecord class.Creates an instance of aQuadGizmorecord class.