Package net.minecraft.resource
Interface InputSupplier<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/resource/InputSupplier
intermediary net/minecraft/class_7367
official atw
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputSupplier
<InputStream> static InputSupplier
<InputStream> get()
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/resource/InputSupplier;create(Ljava/nio/file/Path;)Lnet/minecraft/resource/InputSupplier;
intermediary create
Lnet/minecraft/class_7367;create(Ljava/nio/file/Path;)Lnet/minecraft/class_7367;
official create
Latw;create(Ljava/nio/file/Path;)Latw;
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/resource/InputSupplier;create(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;)Lnet/minecraft/resource/InputSupplier;
intermediary create
Lnet/minecraft/class_7367;create(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;)Lnet/minecraft/class_7367;
official create
Latw;create(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;)Latw;
-
get
- Throws:
IOException
-