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_11538
intermediary net/minecraft/class_4448$class_11538
official fst$a
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RealmsClient realmsClient) default Void
apply
(RealmsClient realmsClient)
-
Method Details
-
accept
- Throws:
RealmsServiceException
-
apply
- Specified by:
apply
in interfaceRealmsUtil.class_11539<Void>
- Throws:
RealmsServiceException
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/client/realms/util/RealmsUtil$class_11538;apply(Lnet/minecraft/client/realms/RealmsClient;)Ljava/lang/Void;
intermediary apply
Lnet/minecraft/class_4448$class_11538;apply(Lnet/minecraft/class_4341;)Ljava/lang/Void;
official apply
Lfst$a;apply(Lfop;)Ljava/lang/Void;
-