Package net.minecraft.resource
Enum Class ResourcePackCompatibility
- All Implemented Interfaces:
- Serializable,- Comparable<ResourcePackCompatibility>,- Constable
- Mappings:
- Namespace - Name - official - akh- intermediary - net/minecraft/class_3281- named - net/minecraft/resource/ResourcePackCompatibility
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResourcePackCompatibilityfrom(int packVersion, ResourceType type) booleanstatic ResourcePackCompatibilityReturns the enum constant of this class with the specified name.static ResourcePackCompatibility[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
TOO_OLD- Mappings:
- Namespace - Name - Mixin selector - official - a- Lakh;a:Lakh;- intermediary - field_14223- Lnet/minecraft/class_3281;field_14223:Lnet/minecraft/class_3281;- named - TOO_OLD- Lnet/minecraft/resource/ResourcePackCompatibility;TOO_OLD:Lnet/minecraft/resource/ResourcePackCompatibility;
 
- 
TOO_NEW- Mappings:
- Namespace - Name - Mixin selector - official - b- Lakh;b:Lakh;- intermediary - field_14220- Lnet/minecraft/class_3281;field_14220:Lnet/minecraft/class_3281;- named - TOO_NEW- Lnet/minecraft/resource/ResourcePackCompatibility;TOO_NEW:Lnet/minecraft/resource/ResourcePackCompatibility;
 
- 
COMPATIBLE- Mappings:
- Namespace - Name - Mixin selector - official - c- Lakh;c:Lakh;- intermediary - field_14224- Lnet/minecraft/class_3281;field_14224:Lnet/minecraft/class_3281;- named - COMPATIBLE- Lnet/minecraft/resource/ResourcePackCompatibility;COMPATIBLE:Lnet/minecraft/resource/ResourcePackCompatibility;
 
 
- 
- 
Field Details- 
notification- Mappings:
- Namespace - Name - Mixin selector - official - d- Lakh;d:Lsw;- intermediary - field_14219- Lnet/minecraft/class_3281;field_14219:Lnet/minecraft/class_2561;- named - notification- Lnet/minecraft/resource/ResourcePackCompatibility;notification:Lnet/minecraft/text/Text;
 
- 
confirmMessage- Mappings:
- Namespace - Name - Mixin selector - official - e- Lakh;e:Lsw;- intermediary - field_14222- Lnet/minecraft/class_3281;field_14222:Lnet/minecraft/class_2561;- named - confirmMessage- Lnet/minecraft/resource/ResourcePackCompatibility;confirmMessage:Lnet/minecraft/text/Text;
 
 
- 
- 
Constructor Details- 
ResourcePackCompatibility- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lakh;<init>(Ljava/lang/String;ILjava/lang/String;)V- intermediary - <init>- Lnet/minecraft/class_3281;<init>(Ljava/lang/String;ILjava/lang/String;)V- named - <init>- Lnet/minecraft/resource/ResourcePackCompatibility;<init>(Ljava/lang/String;ILjava/lang/String;)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
isCompatiblepublic boolean isCompatible()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lakh;a()Z- intermediary - method_14437- Lnet/minecraft/class_3281;method_14437()Z- named - isCompatible- Lnet/minecraft/resource/ResourcePackCompatibility;isCompatible()Z
 
- 
from- Mappings:
- Namespace - Name - Mixin selector - official - a- Lakh;a(ILajm;)Lakh;- intermediary - method_14436- Lnet/minecraft/class_3281;method_14436(ILnet/minecraft/class_3264;)Lnet/minecraft/class_3281;- named - from- Lnet/minecraft/resource/ResourcePackCompatibility;from(ILnet/minecraft/resource/ResourceType;)Lnet/minecraft/resource/ResourcePackCompatibility;
 
- 
getNotification- Mappings:
- Namespace - Name - Mixin selector - official - b- Lakh;b()Lsw;- intermediary - method_14439- Lnet/minecraft/class_3281;method_14439()Lnet/minecraft/class_2561;- named - getNotification- Lnet/minecraft/resource/ResourcePackCompatibility;getNotification()Lnet/minecraft/text/Text;
 
- 
getConfirmMessage- Mappings:
- Namespace - Name - Mixin selector - official - c- Lakh;c()Lsw;- intermediary - method_14438- Lnet/minecraft/class_3281;method_14438()Lnet/minecraft/class_2561;- named - getConfirmMessage- Lnet/minecraft/resource/ResourcePackCompatibility;getConfirmMessage()Lnet/minecraft/text/Text;
 
 
-