Package net.minecraft.client.world
Enum ClientWorld.BlockParticle
- All Implemented Interfaces:
Serializable,Comparable<ClientWorld.BlockParticle>,java.lang.constant.Constable
- Enclosing class:
- ClientWorld
@Environment(CLIENT) static enum ClientWorld.BlockParticle extends Enum<ClientWorld.BlockParticle>
- Mappings:
Namespace Name official ehv$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
-
Field Summary
Fields Modifier and Type Field Description private Blockblockprivate ParticleEffectparticle -
Constructor Summary
Constructors Modifier Constructor Description privateBlockParticle(Block block, ParticleEffect particle) -
Method Summary
Modifier and Type Method Description static ClientWorld.BlockParticlevalueOf(String name)Returns 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 aLehv$c;a:Lehv$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 bLehv$c;b:Lehv$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 cLehv$c;c:Lbyq;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 dLehv$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>Lehv$c;<init>(Ljava/lang/String;ILbyq;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
-