Package net.minecraft.client.realms.util
Interface RealmsUtil.class_11538
- All Superinterfaces:
 RealmsUtil.class_11539<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
@Environment(CLIENT)
public static interface RealmsUtil.class_11538
extends RealmsUtil.class_11539<Void>
- Mappings:
 Namespace Name named net/minecraft/client/realms/util/RealmsUtil$class_11538intermediary net/minecraft/class_4448$class_11538official fyp$a
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RealmsClient realmsClient) default Voidapply(RealmsClient realmsClient)  
- 
Method Details
- 
accept
- Throws:
 RealmsServiceException
 - 
apply
- Specified by:
 applyin interfaceRealmsUtil.class_11539<Void>- Throws:
 RealmsServiceException- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/client/realms/util/RealmsUtil$class_11538;apply(Lnet/minecraft/client/realms/RealmsClient;)Ljava/lang/Void;intermediary applyLnet/minecraft/class_4448$class_11538;apply(Lnet/minecraft/class_4341;)Ljava/lang/Void;official applyLfyp$a;apply(Lfun;)Ljava/lang/Void;
 
 -