Uses of Class
net.minecraft.client.render.gizmo.GizmoDrawerImpl
Packages that use GizmoDrawerImpl
-
Uses of GizmoDrawerImpl in net.minecraft.client.render
Fields in net.minecraft.client.render declared as GizmoDrawerImplModifier and TypeFieldDescriptionprivate final GizmoDrawerImplWorldRenderer.Gizmos.alwaysOnTopPrimitivesThe field for thealwaysOnTopPrimitivesrecord component.private final GizmoDrawerImplWorldRenderer.Gizmos.standardPrimitivesThe field for thestandardPrimitivesrecord component.Methods in net.minecraft.client.render that return GizmoDrawerImplModifier and TypeMethodDescriptionWorldRenderer.Gizmos.alwaysOnTopPrimitives()Returns the value of thealwaysOnTopPrimitivesrecord component.WorldRenderer.Gizmos.standardPrimitives()Returns the value of thestandardPrimitivesrecord component.Constructors in net.minecraft.client.render with parameters of type GizmoDrawerImplModifierConstructorDescription(package private)Gizmos(GizmoDrawerImpl standardPrimitives, GizmoDrawerImpl alwaysOnTopPrimitives) Creates an instance of aGizmosrecord class.