Enum Class ResourcePackStatusC2SPacket.Status
java.lang.Object
java.lang.Enum<ResourcePackStatusC2SPacket.Status>
net.minecraft.network.packet.c2s.common.ResourcePackStatusC2SPacket.Status
- All Implemented Interfaces:
- Serializable,- Comparable<ResourcePackStatusC2SPacket.Status>,- Constable
- Enclosing class:
- ResourcePackStatusC2SPacket
public static enum ResourcePackStatusC2SPacket.Status
extends Enum<ResourcePackStatusC2SPacket.Status>
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status- intermediary - net/minecraft/class_2856$class_2857- official - zu$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns the enum constant of this class with the specified name.static ResourcePackStatusC2SPacket.Status[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
SUCCESSFULLY_LOADED- Mappings:
- Namespace - Name - Mixin selector - named - SUCCESSFULLY_LOADED- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;SUCCESSFULLY_LOADED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_13017- Lnet/minecraft/class_2856$class_2857;field_13017:Lnet/minecraft/class_2856$class_2857;- official - a- Lzu$a;a:Lzu$a;
 
- 
DECLINED- Mappings:
- Namespace - Name - Mixin selector - named - DECLINED- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DECLINED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_13018- Lnet/minecraft/class_2856$class_2857;field_13018:Lnet/minecraft/class_2856$class_2857;- official - b- Lzu$a;b:Lzu$a;
 
- 
FAILED_DOWNLOAD- Mappings:
- Namespace - Name - Mixin selector - named - FAILED_DOWNLOAD- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;FAILED_DOWNLOAD:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_13015- Lnet/minecraft/class_2856$class_2857;field_13015:Lnet/minecraft/class_2856$class_2857;- official - c- Lzu$a;c:Lzu$a;
 
- 
ACCEPTED- Mappings:
- Namespace - Name - Mixin selector - named - ACCEPTED- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;ACCEPTED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_13016- Lnet/minecraft/class_2856$class_2857;field_13016:Lnet/minecraft/class_2856$class_2857;- official - d- Lzu$a;d:Lzu$a;
 
- 
DOWNLOADED- Mappings:
- Namespace - Name - Mixin selector - named - DOWNLOADED- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DOWNLOADED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_47704- Lnet/minecraft/class_2856$class_2857;field_47704:Lnet/minecraft/class_2856$class_2857;- official - e- Lzu$a;e:Lzu$a;
 
- 
INVALID_URL- Mappings:
- Namespace - Name - Mixin selector - named - INVALID_URL- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;INVALID_URL:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_47667- Lnet/minecraft/class_2856$class_2857;field_47667:Lnet/minecraft/class_2856$class_2857;- official - f- Lzu$a;f:Lzu$a;
 
- 
FAILED_RELOAD- Mappings:
- Namespace - Name - Mixin selector - named - FAILED_RELOAD- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;FAILED_RELOAD:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_47668- Lnet/minecraft/class_2856$class_2857;field_47668:Lnet/minecraft/class_2856$class_2857;- official - g- Lzu$a;g:Lzu$a;
 
- 
DISCARDED- Mappings:
- Namespace - Name - Mixin selector - named - DISCARDED- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DISCARDED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;- intermediary - field_47669- Lnet/minecraft/class_2856$class_2857;field_47669:Lnet/minecraft/class_2856$class_2857;- official - h- Lzu$a;h:Lzu$a;
 
 
- 
- 
Constructor Details- 
Statusprivate Status()
 
- 
- 
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
 
- 
hasFinishedpublic boolean hasFinished()- Mappings:
- Namespace - Name - Mixin selector - named - hasFinished- Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;hasFinished()Z- intermediary - method_55627- Lnet/minecraft/class_2856$class_2857;method_55627()Z- official - a- Lzu$a;a()Z
 
 
-