Interface TagPacketSerializer.Loader<T>

Enclosing class:
TagPacketSerializer
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 TagPacketSerializer.Loader<T>
Mappings:
Namespace Name
official amu$b
intermediary net/minecraft/class_6864$class_6865
named net/minecraft/registry/tag/TagPacketSerializer$Loader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(TagKey<T> tag, List<RegistryEntry<T>> entries)
     
  • Method Details

    • accept

      void accept(TagKey<T> tag, List<RegistryEntry<T>> entries)
      Mappings:
      Namespace Name Mixin selector
      official accept Lamu$b;accept(Lamr;Ljava/util/List;)V
      intermediary accept Lnet/minecraft/class_6864$class_6865;accept(Lnet/minecraft/class_6862;Ljava/util/List;)V
      named accept Lnet/minecraft/registry/tag/TagPacketSerializer$Loader;accept(Lnet/minecraft/registry/tag/TagKey;Ljava/util/List;)V