Package net.minecraft.client.world
Enum ClientWorld.BlockParticle
- All Implemented Interfaces:
Serializable,Comparable<ClientWorld.BlockParticle>,java.lang.constant.Constable
- Enclosing class:
- ClientWorld
- Mappings:
Namespace Name official ehy$cintermediary net/minecraft/class_638$class_6234named net/minecraft/client/world/ClientWorld$BlockParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientWorld.BlockParticleReturns the enum constant of this type with the specified name.static ClientWorld.BlockParticle[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BARRIER
- Mappings:
Namespace Name Mixin selector official aLehy$c;a:Lehy$c;intermediary field_32642Lnet/minecraft/class_638$class_6234;field_32642:Lnet/minecraft/class_638$class_6234;named BARRIERLnet/minecraft/client/world/ClientWorld$BlockParticle;BARRIER:Lnet/minecraft/client/world/ClientWorld$BlockParticle;
-
LIGHT
- Mappings:
Namespace Name Mixin selector official bLehy$c;b:Lehy$c;intermediary field_32643Lnet/minecraft/class_638$class_6234;field_32643:Lnet/minecraft/class_638$class_6234;named LIGHTLnet/minecraft/client/world/ClientWorld$BlockParticle;LIGHT:Lnet/minecraft/client/world/ClientWorld$BlockParticle;
-
-
Field Details
-
block
- Mappings:
Namespace Name Mixin selector official cLehy$c;c:Lbyw;intermediary field_32644Lnet/minecraft/class_638$class_6234;field_32644:Lnet/minecraft/class_2248;named blockLnet/minecraft/client/world/ClientWorld$BlockParticle;block:Lnet/minecraft/block/Block;
-
particle
- Mappings:
Namespace Name Mixin selector official dLehy$c;d:Lho;intermediary field_32645Lnet/minecraft/class_638$class_6234;field_32645:Lnet/minecraft/class_2394;named particleLnet/minecraft/client/world/ClientWorld$BlockParticle;particle:Lnet/minecraft/particle/ParticleEffect;
-
-
Constructor Details
-
BlockParticle
- Mappings:
Namespace Name Mixin selector official <init>Lehy$c;<init>(Ljava/lang/String;ILbyw;Lho;)Vintermediary <init>Lnet/minecraft/class_638$class_6234;<init>(Ljava/lang/String;ILnet/minecraft/class_2248;Lnet/minecraft/class_2394;)Vnamed <init>Lnet/minecraft/client/world/ClientWorld$BlockParticle;<init>(Ljava/lang/String;ILnet/minecraft/block/Block;Lnet/minecraft/particle/ParticleEffect;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-