Enum Class RealmsServer.Compatibility

java.lang.Object
java.lang.Enum<RealmsServer.Compatibility>
net.minecraft.client.realms.dto.RealmsServer.Compatibility
All Implemented Interfaces:
Serializable, Comparable<RealmsServer.Compatibility>, Constable
Enclosing class:
RealmsServer

@Environment(CLIENT) public static enum RealmsServer.Compatibility extends Enum<RealmsServer.Compatibility>
Mappings:
Namespace Name
named net/minecraft/client/realms/dto/RealmsServer$Compatibility
intermediary net/minecraft/class_4877$class_8842
official fbv$a
  • Enum Constant Details

    • UNVERIFIABLE

      public static final RealmsServer.Compatibility UNVERIFIABLE
      Mappings:
      Namespace Name Mixin selector
      named UNVERIFIABLE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;UNVERIFIABLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_46697 Lnet/minecraft/class_4877$class_8842;field_46697:Lnet/minecraft/class_4877$class_8842;
      official a Lfbv$a;a:Lfbv$a;
    • INCOMPATIBLE

      public static final RealmsServer.Compatibility INCOMPATIBLE
      Mappings:
      Namespace Name Mixin selector
      named INCOMPATIBLE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;INCOMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_46698 Lnet/minecraft/class_4877$class_8842;field_46698:Lnet/minecraft/class_4877$class_8842;
      official b Lfbv$a;b:Lfbv$a;
    • RELEASE_TYPE_INCOMPATIBLE

      public static final RealmsServer.Compatibility RELEASE_TYPE_INCOMPATIBLE
      Mappings:
      Namespace Name Mixin selector
      named RELEASE_TYPE_INCOMPATIBLE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;RELEASE_TYPE_INCOMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_51817 Lnet/minecraft/class_4877$class_8842;field_51817:Lnet/minecraft/class_4877$class_8842;
      official c Lfbv$a;c:Lfbv$a;
    • NEEDS_DOWNGRADE

      public static final RealmsServer.Compatibility NEEDS_DOWNGRADE
      Mappings:
      Namespace Name Mixin selector
      named NEEDS_DOWNGRADE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_DOWNGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_46699 Lnet/minecraft/class_4877$class_8842;field_46699:Lnet/minecraft/class_4877$class_8842;
      official d Lfbv$a;d:Lfbv$a;
    • NEEDS_UPGRADE

      public static final RealmsServer.Compatibility NEEDS_UPGRADE
      Mappings:
      Namespace Name Mixin selector
      named NEEDS_UPGRADE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;NEEDS_UPGRADE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_46700 Lnet/minecraft/class_4877$class_8842;field_46700:Lnet/minecraft/class_4877$class_8842;
      official e Lfbv$a;e:Lfbv$a;
    • COMPATIBLE

      public static final RealmsServer.Compatibility COMPATIBLE
      Mappings:
      Namespace Name Mixin selector
      named COMPATIBLE Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;COMPATIBLE:Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;
      intermediary field_46701 Lnet/minecraft/class_4877$class_8842;field_46701:Lnet/minecraft/class_4877$class_8842;
      official f Lfbv$a;f:Lfbv$a;
  • Constructor Details

    • Compatibility

      private Compatibility()
  • Method Details

    • values

      public static RealmsServer.Compatibility[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RealmsServer.Compatibility valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isCompatible

      public boolean isCompatible()
      Mappings:
      Namespace Name Mixin selector
      named isCompatible Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;isCompatible()Z
      intermediary method_54568 Lnet/minecraft/class_4877$class_8842;method_54568()Z
      official a Lfbv$a;a()Z
    • needsUpgrade

      public boolean needsUpgrade()
      Mappings:
      Namespace Name Mixin selector
      named needsUpgrade Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;needsUpgrade()Z
      intermediary method_54569 Lnet/minecraft/class_4877$class_8842;method_54569()Z
      official b Lfbv$a;b()Z
    • needsDowngrade

      public boolean needsDowngrade()
      Mappings:
      Namespace Name Mixin selector
      named needsDowngrade Lnet/minecraft/client/realms/dto/RealmsServer$Compatibility;needsDowngrade()Z
      intermediary method_54570 Lnet/minecraft/class_4877$class_8842;method_54570()Z
      official c Lfbv$a;c()Z