Interface TagManager.Visitor

Enclosing class:
TagManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
static interface TagManager.Visitor
Mappings:
Namespace Name
official afq$b
intermediary net/minecraft/class_5415$class_5750
named net/minecraft/tag/TagManager$Visitor
  • Method Summary

    Modifier and Type Method Description
    <T> void visit​(RegistryKey<? extends Registry<T>> type, TagGroup<T> group)  
  • Method Details

    • visit

      <T> void visit​(RegistryKey<? extends Registry<T>> type, TagGroup<T> group)
      Mappings:
      Namespace Name Mixin selector
      official a Lafq$b;a(Lwk;Lafp;)V
      intermediary method_33173 Lnet/minecraft/class_5415$class_5750;method_33173(Lnet/minecraft/class_5321;Lnet/minecraft/class_5414;)V
      named visit Lnet/minecraft/tag/TagManager$Visitor;visit(Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/tag/TagGroup;)V