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
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<net.minecraft.resources.ResourceLocation,T>
-