Package net.minecraft.client.particle
Class BlockMarkerParticle.Factory
java.lang.Object
net.minecraft.client.particle.BlockMarkerParticle.Factory
- All Implemented Interfaces:
ParticleFactory<BlockStateParticleEffect>
- Enclosing class:
BlockMarkerParticle
@Environment(CLIENT)
public static class BlockMarkerParticle.Factory
extends Object
implements ParticleFactory<BlockStateParticleEffect>
- Mappings:
Namespace Name official eyw$aintermediary net/minecraft/class_6734$class_6735named net/minecraft/client/particle/BlockMarkerParticle$Factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_39196(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.particle.ParticleFactory
createParticle
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
method_39196
public Particle method_39196(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Mappings:
Namespace Name Mixin selector official aLeyw$a;a(Lig;Lexk;DDDDDD)Lezy;intermediary method_39196Lnet/minecraft/class_6734$class_6735;method_39196(Lnet/minecraft/class_2388;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;named method_39196Lnet/minecraft/client/particle/BlockMarkerParticle$Factory;method_39196(Lnet/minecraft/particle/BlockStateParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
-