Package net.minecraft.client.particle
Class BlockFallingDustParticle.Factory
java.lang.Object
net.minecraft.client.particle.BlockFallingDustParticle.Factory
- All Implemented Interfaces:
 ParticleFactory<BlockStateParticleEffect>
- Enclosing class:
 BlockFallingDustParticle
@Environment(CLIENT)
public static class BlockFallingDustParticle.Factory
extends Object
implements ParticleFactory<BlockStateParticleEffect>
- Mappings:
 Namespace Name named net/minecraft/client/particle/BlockFallingDustParticle$Factoryintermediary net/minecraft/class_682$class_683official gbw$a
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactory
ParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)  
- 
Field Details
- 
spriteProvider
- Mappings:
 Namespace Name Mixin selector named spriteProviderLnet/minecraft/client/particle/BlockFallingDustParticle$Factory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;intermediary field_17809Lnet/minecraft/class_682$class_683;field_17809:Lnet/minecraft/class_4002;official aLgbw$a;a:Lgdi;
 
 - 
 - 
Constructor Details
- 
Factory
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/BlockFallingDustParticle$Factory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)Vintermediary <init>Lnet/minecraft/class_682$class_683;<init>(Lnet/minecraft/class_4002;)Vofficial <init>Lgbw$a;<init>(Lgdi;)V
 
 - 
 - 
Method Details
- 
createParticle
@Nullable public @Nullable Particle createParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
 createParticlein interfaceParticleFactory<BlockStateParticleEffect>- Mappings:
 Namespace Name Mixin selector named createParticleLnet/minecraft/client/particle/BlockFallingDustParticle$Factory;createParticle(Lnet/minecraft/particle/BlockStateParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_3033Lnet/minecraft/class_682$class_683;method_3033(Lnet/minecraft/class_2388;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;official aLgbw$a;a(Lle;Lfzf;DDDDDD)Lgcn;
 
 -