Package net.minecraft.resource
Class ReloadableResourceManagerImpl.PackAdditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.resource.ReloadableResourceManagerImpl.PackAdditionFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReloadableResourceManagerImpl
public static class ReloadableResourceManagerImpl.PackAdditionFailedException extends RuntimeException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official adc$b
intermediary net/minecraft/class_3304$class_4743
named net/minecraft/resource/ReloadableResourceManagerImpl$PackAdditionFailedException
-
Field Summary
Fields Modifier and Type Field Description private ResourcePack
pack
-
Constructor Summary
Constructors Constructor Description PackAdditionFailedException(ResourcePack pack, Throwable cause)
-
Method Summary
Modifier and Type Method Description ResourcePack
getPack()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
pack
- Mappings:
Namespace Name Mixin selector official a
Ladc$b;a:Labz;
intermediary field_21812
Lnet/minecraft/class_3304$class_4743;field_21812:Lnet/minecraft/class_3262;
named pack
Lnet/minecraft/resource/ReloadableResourceManagerImpl$PackAdditionFailedException;pack:Lnet/minecraft/resource/ResourcePack;
-
-
Constructor Details
-
PackAdditionFailedException
- Mappings:
Namespace Name Mixin selector official <init>
Ladc$b;<init>(Labz;Ljava/lang/Throwable;)V
intermediary <init>
Lnet/minecraft/class_3304$class_4743;<init>(Lnet/minecraft/class_3262;Ljava/lang/Throwable;)V
named <init>
Lnet/minecraft/resource/ReloadableResourceManagerImpl$PackAdditionFailedException;<init>(Lnet/minecraft/resource/ResourcePack;Ljava/lang/Throwable;)V
-
-
Method Details
-
getPack
- Mappings:
Namespace Name Mixin selector official a
Ladc$b;a()Labz;
intermediary method_24234
Lnet/minecraft/class_3304$class_4743;method_24234()Lnet/minecraft/class_3262;
named getPack
Lnet/minecraft/resource/ReloadableResourceManagerImpl$PackAdditionFailedException;getPack()Lnet/minecraft/resource/ResourcePack;
-