Interface ChunkTicketManager.LevelUpdater

Enclosing class:
ChunkTicketManager
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 ChunkTicketManager.LevelUpdater
Mappings:
Namespace Name
named net/minecraft/server/world/ChunkTicketManager$LevelUpdater
intermediary net/minecraft/class_10592$class_10593
official dnr$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(long pos, int level, boolean added)
     
  • Method Details

    • update

      void update(long pos, int level, boolean added)
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/server/world/ChunkTicketManager$LevelUpdater;update(JIZ)V
      intermediary update Lnet/minecraft/class_10592$class_10593;update(JIZ)V
      official update Ldnr$a;update(JIZ)V