Interface GameEventDispatcher.DispatchCallback

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

@FunctionalInterface public static interface GameEventDispatcher.DispatchCallback
Mappings:
Namespace Name
official ddf$a
intermediary net/minecraft/class_5713$class_7721
named net/minecraft/world/event/listener/GameEventDispatcher$DispatchCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(GameEventListener listener, Vec3d listenerPos)
     
  • Method Details

    • visit

      void visit(GameEventListener listener, Vec3d listenerPos)
      Mappings:
      Namespace Name Mixin selector
      official visit Lddf$a;visit(Ldde;Leae;)V
      intermediary visit Lnet/minecraft/class_5713$class_7721;visit(Lnet/minecraft/class_5714;Lnet/minecraft/class_243;)V
      named visit Lnet/minecraft/world/event/listener/GameEventDispatcher$DispatchCallback;visit(Lnet/minecraft/world/event/listener/GameEventListener;Lnet/minecraft/util/math/Vec3d;)V