Interface Resource

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
ResourceImpl

public interface Resource
extends Closeable
Mappings:
Namespace Name
official adk
intermediary net/minecraft/class_3298
named net/minecraft/resource/Resource
  • Method Details

    • getId

      Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      official a Ladk;a()Lwp;
      intermediary method_14483 Lnet/minecraft/class_3298;method_14483()Lnet/minecraft/class_2960;
      named getId Lnet/minecraft/resource/Resource;getId()Lnet/minecraft/util/Identifier;
    • getInputStream

      InputStream getInputStream()
      Mappings:
      Namespace Name Mixin selector
      official b Ladk;b()Ljava/io/InputStream;
      intermediary method_14482 Lnet/minecraft/class_3298;method_14482()Ljava/io/InputStream;
      named getInputStream Lnet/minecraft/resource/Resource;getInputStream()Ljava/io/InputStream;
    • hasMetadata

      boolean hasMetadata()
      Mappings:
      Namespace Name Mixin selector
      official c Ladk;c()Z
      intermediary method_14484 Lnet/minecraft/class_3298;method_14484()Z
      named hasMetadata Lnet/minecraft/resource/Resource;hasMetadata()Z
    • getMetadata

      @Nullable <T> T getMetadata​(ResourceMetadataReader<T> metaReader)
      Mappings:
      Namespace Name Mixin selector
      official a Ladk;a(Lacr;)Ljava/lang/Object;
      intermediary method_14481 Lnet/minecraft/class_3298;method_14481(Lnet/minecraft/class_3270;)Ljava/lang/Object;
      named getMetadata Lnet/minecraft/resource/Resource;getMetadata(Lnet/minecraft/resource/metadata/ResourceMetadataReader;)Ljava/lang/Object;
    • getResourcePackName

      String getResourcePackName()
      Mappings:
      Namespace Name Mixin selector
      official d Ladk;d()Ljava/lang/String;
      intermediary method_14480 Lnet/minecraft/class_3298;method_14480()Ljava/lang/String;
      named getResourcePackName Lnet/minecraft/resource/Resource;getResourcePackName()Ljava/lang/String;