Uses of Class
net.minecraft.client.renderer.gizmos.DrawableGizmoPrimitives
Packages that use DrawableGizmoPrimitives
-
Uses of DrawableGizmoPrimitives in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as DrawableGizmoPrimitivesModifier and TypeFieldDescriptionprivate final DrawableGizmoPrimitivesLevelRenderer.FinalizedGizmos.alwaysOnTopPrimitivesThe field for thealwaysOnTopPrimitivesrecord component.private final DrawableGizmoPrimitivesLevelRenderer.FinalizedGizmos.standardPrimitivesThe field for thestandardPrimitivesrecord component.Methods in net.minecraft.client.renderer that return DrawableGizmoPrimitivesModifier and TypeMethodDescriptionLevelRenderer.FinalizedGizmos.alwaysOnTopPrimitives()Returns the value of thealwaysOnTopPrimitivesrecord component.LevelRenderer.FinalizedGizmos.standardPrimitives()Returns the value of thestandardPrimitivesrecord component.Constructors in net.minecraft.client.renderer with parameters of type DrawableGizmoPrimitivesModifierConstructorDescriptionprivateFinalizedGizmos(DrawableGizmoPrimitives standardPrimitives, DrawableGizmoPrimitives alwaysOnTopPrimitives) Creates an instance of aFinalizedGizmosrecord class.