Interface SerializableTickScheduler<T>

All Known Implementing Classes:
ChunkTickScheduler, SimpleTickScheduler

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

    Modifier and Type
    Method
    Description
    toNbt(long time, Function<T,String> typeToNameFunction)
     
  • Method Details

    • toNbt

      NbtElement toNbt(long time, Function<T,String> typeToNameFunction)
      Mappings:
      Namespace Name Mixin selector
      official b Lebp;b(JLjava/util/function/Function;)Lri;
      intermediary method_20463 Lnet/minecraft/class_6761;method_20463(JLjava/util/function/Function;)Lnet/minecraft/class_2520;
      named toNbt Lnet/minecraft/world/tick/SerializableTickScheduler;toNbt(JLjava/util/function/Function;)Lnet/minecraft/nbt/NbtElement;