Package net.minecraft.world
Enum Class World.ExplosionSourceType
- All Implemented Interfaces:
Serializable
,Comparable<World.ExplosionSourceType>
,Constable
,StringIdentifiable
- Enclosing class:
World
public static enum World.ExplosionSourceType
extends Enum<World.ExplosionSourceType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/world/World$ExplosionSourceType
intermediary net/minecraft/class_1937$class_7867
official dhh$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
<World.ExplosionSourceType> 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 World.ExplosionSourceType
Returns the enum constant of this class with the specified name.static World.ExplosionSourceType[]
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/world/World$ExplosionSourceType;NONE:Lnet/minecraft/world/World$ExplosionSourceType;
intermediary field_40888
Lnet/minecraft/class_1937$class_7867;field_40888:Lnet/minecraft/class_1937$class_7867;
official a
Ldhh$a;a:Ldhh$a;
-
BLOCK
- Mappings:
Namespace Name Mixin selector named BLOCK
Lnet/minecraft/world/World$ExplosionSourceType;BLOCK:Lnet/minecraft/world/World$ExplosionSourceType;
intermediary field_40889
Lnet/minecraft/class_1937$class_7867;field_40889:Lnet/minecraft/class_1937$class_7867;
official b
Ldhh$a;b:Ldhh$a;
-
MOB
- Mappings:
Namespace Name Mixin selector named MOB
Lnet/minecraft/world/World$ExplosionSourceType;MOB:Lnet/minecraft/world/World$ExplosionSourceType;
intermediary field_40890
Lnet/minecraft/class_1937$class_7867;field_40890:Lnet/minecraft/class_1937$class_7867;
official c
Ldhh$a;c:Ldhh$a;
-
TNT
- Mappings:
Namespace Name Mixin selector named TNT
Lnet/minecraft/world/World$ExplosionSourceType;TNT:Lnet/minecraft/world/World$ExplosionSourceType;
intermediary field_40891
Lnet/minecraft/class_1937$class_7867;field_40891:Lnet/minecraft/class_1937$class_7867;
official d
Ldhh$a;d:Ldhh$a;
-
TRIGGER
- Mappings:
Namespace Name Mixin selector named TRIGGER
Lnet/minecraft/world/World$ExplosionSourceType;TRIGGER:Lnet/minecraft/world/World$ExplosionSourceType;
intermediary field_51779
Lnet/minecraft/class_1937$class_7867;field_51779:Lnet/minecraft/class_1937$class_7867;
official e
Ldhh$a;e:Ldhh$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/World$ExplosionSourceType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_51780
Lnet/minecraft/class_1937$class_7867;field_51780:Lcom/mojang/serialization/Codec;
official f
Ldhh$a;f:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/world/World$ExplosionSourceType;id:Ljava/lang/String;
intermediary field_51781
Lnet/minecraft/class_1937$class_7867;field_51781:Ljava/lang/String;
official g
Ldhh$a;g:Ljava/lang/String;
-
-
Constructor Details
-
ExplosionSourceType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/World$ExplosionSourceType;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1937$class_7867;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldhh$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
Lbba;c()Ljava/lang/String;
-