Enum Class CrossbowItem.class_10393

java.lang.Object
java.lang.Enum<CrossbowItem.class_10393>
net.minecraft.item.CrossbowItem.class_10393
All Implemented Interfaces:
Serializable, Comparable<CrossbowItem.class_10393>, Constable, StringIdentifiable
Enclosing class:
CrossbowItem

public static enum CrossbowItem.class_10393 extends Enum<CrossbowItem.class_10393> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/item/CrossbowItem$class_10393
intermediary net/minecraft/class_1764$class_10393
official cvg$a
  • Enum Constant Details

    • NONE

      public static final CrossbowItem.class_10393 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/item/CrossbowItem$class_10393;NONE:Lnet/minecraft/item/CrossbowItem$class_10393;
      intermediary field_55206 Lnet/minecraft/class_1764$class_10393;field_55206:Lnet/minecraft/class_1764$class_10393;
      official a Lcvg$a;a:Lcvg$a;
    • ARROW

      public static final CrossbowItem.class_10393 ARROW
      Mappings:
      Namespace Name Mixin selector
      named ARROW Lnet/minecraft/item/CrossbowItem$class_10393;ARROW:Lnet/minecraft/item/CrossbowItem$class_10393;
      intermediary field_55207 Lnet/minecraft/class_1764$class_10393;field_55207:Lnet/minecraft/class_1764$class_10393;
      official b Lcvg$a;b:Lcvg$a;
    • ROCKET

      public static final CrossbowItem.class_10393 ROCKET
      Mappings:
      Namespace Name Mixin selector
      named ROCKET Lnet/minecraft/item/CrossbowItem$class_10393;ROCKET:Lnet/minecraft/item/CrossbowItem$class_10393;
      intermediary field_55208 Lnet/minecraft/class_1764$class_10393;field_55208:Lnet/minecraft/class_1764$class_10393;
      official c Lcvg$a;c:Lcvg$a;
  • Field Details

    • field_55209

      public static final com.mojang.serialization.Codec<CrossbowItem.class_10393> field_55209
      Mappings:
      Namespace Name Mixin selector
      named field_55209 Lnet/minecraft/item/CrossbowItem$class_10393;field_55209:Lcom/mojang/serialization/Codec;
      intermediary field_55209 Lnet/minecraft/class_1764$class_10393;field_55209:Lcom/mojang/serialization/Codec;
      official d Lcvg$a;d:Lcom/mojang/serialization/Codec;
    • field_55210

      private final String field_55210
      Mappings:
      Namespace Name Mixin selector
      named field_55210 Lnet/minecraft/item/CrossbowItem$class_10393;field_55210:Ljava/lang/String;
      intermediary field_55210 Lnet/minecraft/class_1764$class_10393;field_55210:Ljava/lang/String;
      official e Lcvg$a;e:Ljava/lang/String;
  • Constructor Details

    • class_10393

      private class_10393(String string)
  • Method Details

    • values

      public static CrossbowItem.class_10393[] 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

      public static CrossbowItem.class_10393 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      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;