Interface SerializableTickScheduler<T>

All Known Implementing Classes:
ChunkTickScheduler, SimpleTickScheduler

public interface SerializableTickScheduler<T>
Mappings:
Namespace Name
named net/minecraft/world/tick/SerializableTickScheduler
intermediary net/minecraft/class_6761
official ezw
  • Method Summary

    Modifier and Type
    Method
    Description
    method_61898(long long2)
     
  • Method Details

    • method_61898

      List<Tick<T>> method_61898(long long2)
      Mappings:
      Namespace Name Mixin selector
      named method_61898 Lnet/minecraft/world/tick/SerializableTickScheduler;method_61898(J)Ljava/util/List;
      intermediary method_61898 Lnet/minecraft/class_6761;method_61898(J)Ljava/util/List;
      official a Lezw;a(J)Ljava/util/List;