Package net.minecraft.client.particle
Interface ParticleFactory
- All Known Implementing Classes:
BarrierParticle.Factory,BlockDustParticle.Factory,BlockLeakParticle.LavaDripFactory,BlockLeakParticle.WaterDripFactory,BlockParticle.Factory,CloudParticle.Factory,DamageParticle.CritFactory,DamageParticle.CritMagicFactory,ElderGuardianAppearanceParticle.Factory,EmotionParticle.Factory,EmotionParticle.HealthFactory,EnchantGlyphParticle.Factory,ExplosionEmitterParticle.Factory,ExplosionSmokeParticle.Factory,FireSmokeParticle.Factory,FireworksSparkParticle.Factory,FishingParticle.Factory,FlameParticle.Factory,FootstepParticle.Factory,LargeExplosionParticle.Factory,LargeFireSmokeParticle.Factory,LavaEmberParticle.Factory,NoteParticle.Factory,PortalParticle.NetherPortalFactory,RainSplashParticle.Factory,RedstoneParticle.Factory,SnowballParticle.Factory,SnowballParticle.SlimeFactory,SnowballParticle.SnowballFactory,SnowShovelParticle.Factory,SpellParticle.AmbientMobSpellFactory,SpellParticle.InstantSpellFactory,SpellParticle.MobSpellFactory,SpellParticle.SpellFactory,SpellParticle.WitchSpellFactory,SuspendedParticle.Factory,VillageParticle.HappyVillagerFactory,VillageParticle.TownAuraFactory,WaterBubbleParticle.Factory,WaterSplashParticle.Factory
@Environment(CLIENT) public interface ParticleFactory
- Mappings:
Namespace Name official bedintermediary net/minecraft/class_960named net/minecraft/client/particle/ParticleFactory
-
Method Summary
Modifier and Type Method Description ParticlecreateParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)
-
Method Details
-
createParticle
Particle createParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)- Mappings:
Namespace Name Mixin selector official aLbed;a(ILadm;DDDDDD[I)Lbeb;intermediary method_3273Lnet/minecraft/class_960;method_3273(ILnet/minecraft/class_99;DDDDDD[I)Lnet/minecraft/class_958;named createParticleLnet/minecraft/client/particle/ParticleFactory;createParticle(ILnet/minecraft/world/World;DDDDDD[I)Lnet/minecraft/client/particle/Particle;
-