Package net.minecraft.client.particle
Class ConnectionParticle.VaultConnectionFactory
java.lang.Object
net.minecraft.client.particle.ConnectionParticle.VaultConnectionFactory
- All Implemented Interfaces:
- ParticleFactory<SimpleParticleType>
- Enclosing class:
- ConnectionParticle
@Environment(CLIENT)
public static class ConnectionParticle.VaultConnectionFactory
extends Object
implements ParticleFactory<SimpleParticleType>
- Mappings:
- Namespace - Name - named - net/minecraft/client/particle/ConnectionParticle$VaultConnectionFactory- intermediary - net/minecraft/class_668$class_9212- official - giv$c
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactoryParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) 
- 
Field Details- 
spriteProvider- Mappings:
- Namespace - Name - Mixin selector - named - spriteProvider- Lnet/minecraft/client/particle/ConnectionParticle$VaultConnectionFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;- intermediary - field_48940- Lnet/minecraft/class_668$class_9212;field_48940:Lnet/minecraft/class_4002;- official - a- Lgiv$c;a:Lgkd;
 
 
- 
- 
Constructor Details- 
VaultConnectionFactory- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/particle/ConnectionParticle$VaultConnectionFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V- intermediary - <init>- Lnet/minecraft/class_668$class_9212;<init>(Lnet/minecraft/class_4002;)V- official - <init>- Lgiv$c;<init>(Lgkd;)V
 
 
- 
- 
Method Details- 
createParticlepublic Particle createParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
- createParticlein interface- ParticleFactory<SimpleParticleType>
- Mappings:
- Namespace - Name - Mixin selector - named - createParticle- Lnet/minecraft/client/particle/ConnectionParticle$VaultConnectionFactory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;- intermediary - method_56832- Lnet/minecraft/class_668$class_9212;method_56832(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;- official - a- Lgiv$c;a(Llx;Lgga;DDDDDD)Lgji;
 
 
-