public class EvolutionBeamParticleFactory extends java.lang.Object implements net.minecraft.client.particle.IParticleFactory<EvolutionBeamParticleData>
Constructor and Description |
---|
EvolutionBeamParticleFactory(net.minecraft.client.particle.IAnimatedSprite sprite) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.client.particle.Particle |
createParticle(EvolutionBeamParticleData evolutionBeamParticleData,
net.minecraft.client.world.ClientWorld world,
double xPos,
double yPos,
double zPos,
double xVelocity,
double yVelocity,
double zVelocity) |
public EvolutionBeamParticleFactory(net.minecraft.client.particle.IAnimatedSprite sprite)
@Nullable public net.minecraft.client.particle.Particle createParticle(EvolutionBeamParticleData evolutionBeamParticleData, net.minecraft.client.world.ClientWorld world, double xPos, double yPos, double zPos, double xVelocity, double yVelocity, double zVelocity)
createParticle
in interface net.minecraft.client.particle.IParticleFactory<EvolutionBeamParticleData>