Enum Class BattleMineEvent.SpawnStrategyType

java.lang.Object
java.lang.Enum<BattleMineEvent.SpawnStrategyType>
net.minecraft.aprilfools.event.BattleMineEvent.SpawnStrategyType
All Implemented Interfaces:
Serializable, Comparable<BattleMineEvent.SpawnStrategyType>, Constable, StringIdentifiable
Enclosing class:
BattleMineEvent

public static enum BattleMineEvent.SpawnStrategyType extends Enum<BattleMineEvent.SpawnStrategyType> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType
intermediary net/minecraft/class_11088$class_11094
official fbp$d
  • Enum Constant Details

    • FIXED_POSITION

      public static final BattleMineEvent.SpawnStrategyType FIXED_POSITION
      Mappings:
      Namespace Name Mixin selector
      named FIXED_POSITION Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;FIXED_POSITION:Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;
      intermediary field_59076 Lnet/minecraft/class_11088$class_11094;field_59076:Lnet/minecraft/class_11088$class_11094;
      official a Lfbp$d;a:Lfbp$d;
    • ON_HEIGHTMAP

      public static final BattleMineEvent.SpawnStrategyType ON_HEIGHTMAP
      Mappings:
      Namespace Name Mixin selector
      named ON_HEIGHTMAP Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;ON_HEIGHTMAP:Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;
      intermediary field_59077 Lnet/minecraft/class_11088$class_11094;field_59077:Lnet/minecraft/class_11088$class_11094;
      official b Lfbp$d;b:Lfbp$d;
    • NEAR_POSITION

      public static final BattleMineEvent.SpawnStrategyType NEAR_POSITION
      Mappings:
      Namespace Name Mixin selector
      named NEAR_POSITION Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;NEAR_POSITION:Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;
      intermediary field_59078 Lnet/minecraft/class_11088$class_11094;field_59078:Lnet/minecraft/class_11088$class_11094;
      official c Lfbp$d;c:Lfbp$d;
    • NEAR_PLAYER

      public static final BattleMineEvent.SpawnStrategyType NEAR_PLAYER
      Mappings:
      Namespace Name Mixin selector
      named NEAR_PLAYER Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;NEAR_PLAYER:Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;
      intermediary field_59079 Lnet/minecraft/class_11088$class_11094;field_59079:Lnet/minecraft/class_11088$class_11094;
      official d Lfbp$d;d:Lfbp$d;
    • WARDEN_ARENA

      public static final BattleMineEvent.SpawnStrategyType WARDEN_ARENA
      Mappings:
      Namespace Name Mixin selector
      named WARDEN_ARENA Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;WARDEN_ARENA:Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;
      intermediary field_59080 Lnet/minecraft/class_11088$class_11094;field_59080:Lnet/minecraft/class_11088$class_11094;
      official e Lfbp$d;e:Lfbp$d;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BattleMineEvent.SpawnStrategyType> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_59081 Lnet/minecraft/class_11088$class_11094;field_59081:Lcom/mojang/serialization/Codec;
      official f Lfbp$d;f:Lcom/mojang/serialization/Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;id:Ljava/lang/String;
      intermediary field_59082 Lnet/minecraft/class_11088$class_11094;field_59082:Ljava/lang/String;
      official g Lfbp$d;g:Ljava/lang/String;
  • Constructor Details

    • SpawnStrategyType

      private SpawnStrategyType(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/aprilfools/event/BattleMineEvent$SpawnStrategyType;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_11088$class_11094;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lfbp$d;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static BattleMineEvent.SpawnStrategyType[] 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 BattleMineEvent.SpawnStrategyType 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 Lbbv;c()Ljava/lang/String;