Enum Class ResourceType

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

public enum ResourceType extends Enum<ResourceType>
Mappings:
Namespace Name
named net/minecraft/resource/ResourceType
intermediary net/minecraft/class_3264
official ate
  • Enum Constant Details Link icon

    • CLIENT_RESOURCES Link icon

      public static final ResourceType CLIENT_RESOURCES
      Mappings:
      Namespace Name Mixin selector
      named CLIENT_RESOURCES Lnet/minecraft/resource/ResourceType;CLIENT_RESOURCES:Lnet/minecraft/resource/ResourceType;
      intermediary field_14188 Lnet/minecraft/class_3264;field_14188:Lnet/minecraft/class_3264;
      official a Late;a:Late;
    • SERVER_DATA Link icon

      public static final ResourceType SERVER_DATA
      Mappings:
      Namespace Name Mixin selector
      named SERVER_DATA Lnet/minecraft/resource/ResourceType;SERVER_DATA:Lnet/minecraft/resource/ResourceType;
      intermediary field_14190 Lnet/minecraft/class_3264;field_14190:Lnet/minecraft/class_3264;
      official b Late;b:Late;
  • Field Details Link icon

    • directory Link icon

      private final String directory
      Mappings:
      Namespace Name Mixin selector
      named directory Lnet/minecraft/resource/ResourceType;directory:Ljava/lang/String;
      intermediary field_14189 Lnet/minecraft/class_3264;field_14189:Ljava/lang/String;
      official c Late;c:Ljava/lang/String;
  • Constructor Details Link icon

    • ResourceType Link icon

      private ResourceType(String directory)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/resource/ResourceType;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3264;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Late;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static ResourceType[] 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 Link icon

      public static ResourceType 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
    • getDirectory Link icon

      public String getDirectory()
      Mappings:
      Namespace Name Mixin selector
      named getDirectory Lnet/minecraft/resource/ResourceType;getDirectory()Ljava/lang/String;
      intermediary method_14413 Lnet/minecraft/class_3264;method_14413()Ljava/lang/String;
      official a Late;a()Ljava/lang/String;