Interface RegistryVisitor<T>
- All Superinterfaces:
BiConsumer<net.minecraft.resources.ResourceLocation,T>
- 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 interface RegistryVisitor<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>
-