Package net.minecraft

Enum Class class_8518

java.lang.Object
java.lang.Enum<class_8518>
net.minecraft.class_8518
All Implemented Interfaces:
Serializable, Comparable<class_8518>, Constable

@Environment(CLIENT) public enum class_8518 extends Enum<class_8518>
Mappings:
Namespace Name
official egk
intermediary net/minecraft/class_8518
named net/minecraft/class_8518
  • Enum Constant Details

    • RELEASE

      public static final class_8518 RELEASE
      Mappings:
      Namespace Name Mixin selector
      official a Legk;a:Legk;
      intermediary field_44650 Lnet/minecraft/class_8518;field_44650:Lnet/minecraft/class_8518;
      named RELEASE Lnet/minecraft/class_8518;RELEASE:Lnet/minecraft/class_8518;
    • SNAPSHOT

      public static final class_8518 SNAPSHOT
      Mappings:
      Namespace Name Mixin selector
      official b Legk;b:Legk;
      intermediary field_44651 Lnet/minecraft/class_8518;field_44651:Lnet/minecraft/class_8518;
      named SNAPSHOT Lnet/minecraft/class_8518;SNAPSHOT:Lnet/minecraft/class_8518;
  • Field Details

    • field_44652

      private final String[] field_44652
      Mappings:
      Namespace Name Mixin selector
      official c Legk;c:[Ljava/lang/String;
      intermediary field_44652 Lnet/minecraft/class_8518;field_44652:[Ljava/lang/String;
      named field_44652 Lnet/minecraft/class_8518;field_44652:[Ljava/lang/String;
  • Constructor Details

    • class_8518

      private class_8518(String[] string)
  • Method Details

    • values

      public static class_8518[] 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 class_8518 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
    • method_51418

      public List<InputSupplier<InputStream>> method_51418(ResourcePack resourcePack) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Legk;a(Lajj;)Ljava/util/List;
      intermediary method_51418 Lnet/minecraft/class_8518;method_51418(Lnet/minecraft/class_3262;)Ljava/util/List;
      named method_51418 Lnet/minecraft/class_8518;method_51418(Lnet/minecraft/resource/ResourcePack;)Ljava/util/List;
    • method_51420

      public InputSupplier<InputStream> method_51420(ResourcePack resourcePack) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Legk;b(Lajj;)Lakn;
      intermediary method_51420 Lnet/minecraft/class_8518;method_51420(Lnet/minecraft/class_3262;)Lnet/minecraft/class_7367;
      named method_51420 Lnet/minecraft/class_8518;method_51420(Lnet/minecraft/resource/ResourcePack;)Lnet/minecraft/resource/InputSupplier;
    • method_51419

      private InputSupplier<InputStream> method_51419(ResourcePack resourcePack, String string) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Legk;a(Lajj;Ljava/lang/String;)Lakn;
      intermediary method_51419 Lnet/minecraft/class_8518;method_51419(Lnet/minecraft/class_3262;Ljava/lang/String;)Lnet/minecraft/class_7367;
      named method_51419 Lnet/minecraft/class_8518;method_51419(Lnet/minecraft/resource/ResourcePack;Ljava/lang/String;)Lnet/minecraft/resource/InputSupplier;