Interface RegistryVisitor.Visitor<T>

All Superinterfaces:
BiConsumer<net.minecraft.resources.ResourceLocation,T>
Enclosing class:
RegistryVisitor
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 RegistryVisitor.Visitor<T> extends BiConsumer<net.minecraft.resources.ResourceLocation,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(net.minecraft.resources.ResourceLocation id, T t)
     

    Methods inherited from interface java.util.function.BiConsumer

    andThen
  • Method Details

    • accept

      void accept(net.minecraft.resources.ResourceLocation id, T t)
      Specified by:
      accept in interface BiConsumer<net.minecraft.resources.ResourceLocation,T>