Interface RealmsUtil.RealmsSupplier<T>

All Known Subinterfaces:
RealmsUtil.RealmsRunnable
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.RealmsSupplier<T>
Mappings:
Namespace Name
named net/minecraft/client/realms/util/RealmsUtil$RealmsSupplier
intermediary net/minecraft/class_4448$class_11539
official fyp$b
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • apply

      T apply(RealmsClient client) throws RealmsServiceException
      Throws:
      RealmsServiceException
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/client/realms/util/RealmsUtil$RealmsSupplier;apply(Lnet/minecraft/client/realms/RealmsClient;)Ljava/lang/Object;
      intermediary apply Lnet/minecraft/class_4448$class_11539;apply(Lnet/minecraft/class_4341;)Ljava/lang/Object;
      official apply Lfyp$b;apply(Lfun;)Ljava/lang/Object;