Class GizmoDrawing.CollectorGuard

java.lang.Object
net.minecraft.client.render.gizmo.GizmoDrawing.CollectorGuard
All Implemented Interfaces:
AutoCloseable
Enclosing class:
GizmoDrawing

public static class GizmoDrawing.CollectorGuard extends Object implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/render/gizmo/GizmoDrawing$CollectorGuard
intermediary net/minecraft/class_12180$class_12181
official ur$a
  • Field Details

    • collector

      @Nullable private final @Nullable GizmoCollector collector
      Mappings:
      Namespace Name Mixin selector
      named collector Lnet/minecraft/client/render/gizmo/GizmoDrawing$CollectorGuard;collector:Lnet/minecraft/client/render/gizmo/GizmoCollector;
      intermediary field_63657 Lnet/minecraft/class_12180$class_12181;field_63657:Lnet/minecraft/class_12176;
      official a Lur$a;a:Lun;
    • closed

      private boolean closed
      Mappings:
      Namespace Name Mixin selector
      named closed Lnet/minecraft/client/render/gizmo/GizmoDrawing$CollectorGuard;closed:Z
      intermediary field_63658 Lnet/minecraft/class_12180$class_12181;field_63658:Z
      official b Lur$a;b:Z
  • Constructor Details

    • CollectorGuard

      CollectorGuard()
  • Method Details