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 official xv$aintermediary net/minecraft/class_2856$class_2857named net/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier 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 official aLxv$a;a:Lxv$a;intermediary field_13017Lnet/minecraft/class_2856$class_2857;field_13017:Lnet/minecraft/class_2856$class_2857;named SUCCESSFULLY_LOADEDLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;SUCCESSFULLY_LOADED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
DECLINED
- Mappings:
Namespace Name Mixin selector official bLxv$a;b:Lxv$a;intermediary field_13018Lnet/minecraft/class_2856$class_2857;field_13018:Lnet/minecraft/class_2856$class_2857;named DECLINEDLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DECLINED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
FAILED_DOWNLOAD
- Mappings:
Namespace Name Mixin selector official cLxv$a;c:Lxv$a;intermediary field_13015Lnet/minecraft/class_2856$class_2857;field_13015:Lnet/minecraft/class_2856$class_2857;named FAILED_DOWNLOADLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;FAILED_DOWNLOAD:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
ACCEPTED
- Mappings:
Namespace Name Mixin selector official dLxv$a;d:Lxv$a;intermediary field_13016Lnet/minecraft/class_2856$class_2857;field_13016:Lnet/minecraft/class_2856$class_2857;named ACCEPTEDLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;ACCEPTED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
DOWNLOADED
- Mappings:
Namespace Name Mixin selector official eLxv$a;e:Lxv$a;intermediary field_47704Lnet/minecraft/class_2856$class_2857;field_47704:Lnet/minecraft/class_2856$class_2857;named DOWNLOADEDLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DOWNLOADED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
INVALID_URL
- Mappings:
Namespace Name Mixin selector official fLxv$a;f:Lxv$a;intermediary field_47667Lnet/minecraft/class_2856$class_2857;field_47667:Lnet/minecraft/class_2856$class_2857;named INVALID_URLLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;INVALID_URL:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
FAILED_RELOAD
- Mappings:
Namespace Name Mixin selector official gLxv$a;g:Lxv$a;intermediary field_47668Lnet/minecraft/class_2856$class_2857;field_47668:Lnet/minecraft/class_2856$class_2857;named FAILED_RELOADLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;FAILED_RELOAD:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
DISCARDED
- Mappings:
Namespace Name Mixin selector official hLxv$a;h:Lxv$a;intermediary field_47669Lnet/minecraft/class_2856$class_2857;field_47669:Lnet/minecraft/class_2856$class_2857;named DISCARDEDLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;DISCARDED:Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;
-
-
Constructor Details
-
Status
private Status()
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException- if the argument is null
-
hasFinished
public boolean hasFinished()- Mappings:
Namespace Name Mixin selector official aLxv$a;a()Zintermediary method_55627Lnet/minecraft/class_2856$class_2857;method_55627()Znamed hasFinishedLnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket$Status;hasFinished()Z
-