Package net.minecraft

Enum Class class_3262.class_3263

java.lang.Object
java.lang.Enum<class_3262.class_3263>
net.minecraft.class_3262.class_3263
All Implemented Interfaces:
Serializable, Comparable<class_3262.class_3263>, Constable
Enclosing interface:
class_3262

@Environment(CLIENT) public static enum class_3262.class_3263 extends Enum<class_3262.class_3263>
Mappings:
Namespace Name
official cia$a
intermediary net/minecraft/class_3262$class_3263
named net/minecraft/class_3262$class_3263
  • Enum Constant Details

    • field_15916

      public static final class_3262.class_3263 field_15916
      Mappings:
      Namespace Name Mixin selector
      official a Lcia$a;a:Lcia$a;
      intermediary field_15916 Lnet/minecraft/class_3262$class_3263;field_15916:Lnet/minecraft/class_3262$class_3263;
      named field_15916 Lnet/minecraft/class_3262$class_3263;field_15916:Lnet/minecraft/class_3262$class_3263;
    • field_15917

      public static final class_3262.class_3263 field_15917
      Mappings:
      Namespace Name Mixin selector
      official b Lcia$a;b:Lcia$a;
      intermediary field_15917 Lnet/minecraft/class_3262$class_3263;field_15917:Lnet/minecraft/class_3262$class_3263;
      named field_15917 Lnet/minecraft/class_3262$class_3263;field_15917:Lnet/minecraft/class_3262$class_3263;
  • Field Details

    • field_15918

      private final SoundEvent field_15918
      Mappings:
      Namespace Name Mixin selector
      official c Lcia$a;c:Lwi;
      intermediary field_15918 Lnet/minecraft/class_3262$class_3263;field_15918:Lnet/minecraft/class_2926;
      named field_15918 Lnet/minecraft/class_3262$class_3263;field_15918:Lnet/minecraft/client/sound/SoundEvent;
  • Constructor Details

    • class_3263

      private class_3263(SoundEvent soundEvent)
  • Method Details

    • values

      public static class_3262.class_3263[] 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 class_3262.class_3263 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
    • method_14488

      public void method_14488(SoundManager soundManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lcia$a;a(Ldgt;)V
      intermediary method_14488 Lnet/minecraft/class_3262$class_3263;method_14488(Lnet/minecraft/class_1909;)V
      named method_14488 Lnet/minecraft/class_3262$class_3263;method_14488(Lnet/minecraft/client/sound/SoundManager;)V