Enum Class GameEventListener.class_7720

java.lang.Object
java.lang.Enum<GameEventListener.class_7720>
net.minecraft.world.event.listener.GameEventListener.class_7720
All Implemented Interfaces:
Serializable, Comparable<GameEventListener.class_7720>, Constable
Enclosing interface:
GameEventListener

public static enum GameEventListener.class_7720 extends Enum<GameEventListener.class_7720>
Mappings:
Namespace Name
official dce$a
intermediary net/minecraft/class_5714$class_7720
named net/minecraft/world/event/listener/GameEventListener$class_7720
  • Enum Constant Details

    • UNSPECIFIED

      public static final GameEventListener.class_7720 UNSPECIFIED
      Mappings:
      Namespace Name Mixin selector
      official a Ldce$a;a:Ldce$a;
      intermediary field_40353 Lnet/minecraft/class_5714$class_7720;field_40353:Lnet/minecraft/class_5714$class_7720;
      named UNSPECIFIED Lnet/minecraft/world/event/listener/GameEventListener$class_7720;UNSPECIFIED:Lnet/minecraft/world/event/listener/GameEventListener$class_7720;
    • BY_DISTANCE

      public static final GameEventListener.class_7720 BY_DISTANCE
      Mappings:
      Namespace Name Mixin selector
      official b Ldce$a;b:Ldce$a;
      intermediary field_40354 Lnet/minecraft/class_5714$class_7720;field_40354:Lnet/minecraft/class_5714$class_7720;
      named BY_DISTANCE Lnet/minecraft/world/event/listener/GameEventListener$class_7720;BY_DISTANCE:Lnet/minecraft/world/event/listener/GameEventListener$class_7720;
  • Constructor Details

    • class_7720

      private class_7720()
  • Method Details

    • values

      public static GameEventListener.class_7720[] 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 GameEventListener.class_7720 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