Package net.minecraft.item
Enum Class CrossbowItem.ChargeType
- All Implemented Interfaces:
Serializable
,Comparable<CrossbowItem.ChargeType>
,Constable
,StringIdentifiable
- Enclosing class:
CrossbowItem
public static enum CrossbowItem.ChargeType
extends Enum<CrossbowItem.ChargeType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/item/CrossbowItem$ChargeType
intermediary net/minecraft/class_1764$class_10393
official cvh$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CrossbowItem.ChargeType> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static CrossbowItem.ChargeType
Returns the enum constant of this class with the specified name.static CrossbowItem.ChargeType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/item/CrossbowItem$ChargeType;NONE:Lnet/minecraft/item/CrossbowItem$ChargeType;
intermediary field_55206
Lnet/minecraft/class_1764$class_10393;field_55206:Lnet/minecraft/class_1764$class_10393;
official a
Lcvh$a;a:Lcvh$a;
-
ARROW
- Mappings:
Namespace Name Mixin selector named ARROW
Lnet/minecraft/item/CrossbowItem$ChargeType;ARROW:Lnet/minecraft/item/CrossbowItem$ChargeType;
intermediary field_55207
Lnet/minecraft/class_1764$class_10393;field_55207:Lnet/minecraft/class_1764$class_10393;
official b
Lcvh$a;b:Lcvh$a;
-
ROCKET
- Mappings:
Namespace Name Mixin selector named ROCKET
Lnet/minecraft/item/CrossbowItem$ChargeType;ROCKET:Lnet/minecraft/item/CrossbowItem$ChargeType;
intermediary field_55208
Lnet/minecraft/class_1764$class_10393;field_55208:Lnet/minecraft/class_1764$class_10393;
official c
Lcvh$a;c:Lcvh$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/item/CrossbowItem$ChargeType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_55209
Lnet/minecraft/class_1764$class_10393;field_55209:Lcom/mojang/serialization/Codec;
official d
Lcvh$a;d:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/item/CrossbowItem$ChargeType;name:Ljava/lang/String;
intermediary field_55210
Lnet/minecraft/class_1764$class_10393;field_55210:Ljava/lang/String;
official e
Lcvh$a;e:Ljava/lang/String;
-
-
Constructor Details
-
ChargeType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/item/CrossbowItem$ChargeType;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1764$class_10393;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lcvh$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazv;c()Ljava/lang/String;
-