Interface SimpleGameEventDispatcher.DisposalCallback

Enclosing class:
SimpleGameEventDispatcher
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 SimpleGameEventDispatcher.DisposalCallback
Mappings:
Namespace Name
official djs$a
intermediary net/minecraft/class_5711$class_8512
named net/minecraft/world/event/listener/SimpleGameEventDispatcher$DisposalCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(int ySectionCoord)
     
  • Method Details

    • apply

      void apply(int ySectionCoord)
      Mappings:
      Namespace Name Mixin selector
      official apply Ldjs$a;apply(I)V
      intermediary apply Lnet/minecraft/class_5711$class_8512;apply(I)V
      named apply Lnet/minecraft/world/event/listener/SimpleGameEventDispatcher$DisposalCallback;apply(I)V