Package net.minecraft.client.network
Enum Class ClientPlayNetworkHandler.CommandRunResult
java.lang.Object
java.lang.Enum<ClientPlayNetworkHandler.CommandRunResult>
net.minecraft.client.network.ClientPlayNetworkHandler.CommandRunResult
- All Implemented Interfaces:
Serializable
,Comparable<ClientPlayNetworkHandler.CommandRunResult>
,Constable
- Enclosing class:
ClientPlayNetworkHandler
@Environment(CLIENT)
private static enum ClientPlayNetworkHandler.CommandRunResult
extends Enum<ClientPlayNetworkHandler.CommandRunResult>
- Mappings:
Namespace Name named net/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult
intermediary net/minecraft/class_634$class_11503
official grk$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_ISSUES
- Mappings:
Namespace Name Mixin selector named NO_ISSUES
Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;NO_ISSUES:Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;
intermediary field_60786
Lnet/minecraft/class_634$class_11503;field_60786:Lnet/minecraft/class_634$class_11503;
official a
Lgrk$a;a:Lgrk$a;
-
PARSE_ERRORS
- Mappings:
Namespace Name Mixin selector named PARSE_ERRORS
Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;PARSE_ERRORS:Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;
intermediary field_60787
Lnet/minecraft/class_634$class_11503;field_60787:Lnet/minecraft/class_634$class_11503;
official b
Lgrk$a;b:Lgrk$a;
-
SIGNATURE_REQUIRED
- Mappings:
Namespace Name Mixin selector named SIGNATURE_REQUIRED
Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;SIGNATURE_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;
intermediary field_60788
Lnet/minecraft/class_634$class_11503;field_60788:Lnet/minecraft/class_634$class_11503;
official c
Lgrk$a;c:Lgrk$a;
-
PERMISSIONS_REQUIRED
- Mappings:
Namespace Name Mixin selector named PERMISSIONS_REQUIRED
Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;PERMISSIONS_REQUIRED:Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;
intermediary field_60789
Lnet/minecraft/class_634$class_11503;field_60789:Lnet/minecraft/class_634$class_11503;
official d
Lgrk$a;d:Lgrk$a;
-
-
Constructor Details
-
CommandRunResult
private CommandRunResult()
-
-
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
-