Interface GameEventDebugRenderer.EventConsumer

Enclosing class:
GameEventDebugRenderer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) private static interface GameEventDebugRenderer.EventConsumer
Mappings:
Namespace Name
named net/minecraft/client/render/debug/GameEventDebugRenderer$EventConsumer
intermediary net/minecraft/class_5739$class_12044
official hls$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Vec3d pos, int radius)
     
  • Method Details

    • accept

      void accept(Vec3d pos, int radius)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/client/render/debug/GameEventDebugRenderer$EventConsumer;accept(Lnet/minecraft/util/math/Vec3d;I)V
      intermediary accept Lnet/minecraft/class_5739$class_12044;accept(Lnet/minecraft/class_243;I)V
      official accept Lhls$a;accept(Lfoh;I)V