Package net.minecraftforge.network
Interface HandshakeHandler.HandshakeConsumer<MSG extends IntSupplier>
- Enclosing class:
- HandshakeHandler
- 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 HandshakeHandler.HandshakeConsumer<MSG extends IntSupplier>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(HandshakeHandler handler, MSG msg, Supplier<NetworkEvent.Context> context)
-
Method Details
-
accept
-