Package net.minecraft.client.particle
Class PortalParticle.NetherPortalFactory
java.lang.Object
net.minecraft.client.particle.PortalParticle.NetherPortalFactory
- All Implemented Interfaces:
ParticleFactory
- Enclosing class:
- PortalParticle
@Environment(CLIENT) public static class PortalParticle.NetherPortalFactory extends Object implements ParticleFactory
- Mappings:
Namespace Name official bef$aintermediary net/minecraft/class_963$class_964named net/minecraft/client/particle/PortalParticle$NetherPortalFactory
-
Constructor Summary
Constructors Constructor Description NetherPortalFactory() -
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)
-
Constructor Details
-
NetherPortalFactory
public NetherPortalFactory()
-
-
Method Details
-
createParticle
public Particle createParticle(int id, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] arr)- Specified by:
createParticlein interfaceParticleFactory- 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;
-