Package com.mojang.realmsclient.util
Interface RealmsUtil.RealmsIoConsumer
- All Superinterfaces:
RealmsUtil.RealmsIoFunction<Void>
- Enclosing class:
RealmsUtil
- 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 RealmsUtil.RealmsIoConsumer
extends RealmsUtil.RealmsIoFunction<Void>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RealmsClient pClient) default Void
apply
(RealmsClient pClient)
-
Method Details
-
accept
- Throws:
RealmsServiceException
-
apply
- Specified by:
apply
in interfaceRealmsUtil.RealmsIoFunction<Void>
- Throws:
RealmsServiceException
-