Class LodestoneParticleType.Factory

java.lang.Object
team.lodestar.lodestone.systems.particle.type.LodestoneParticleType.Factory
All Implemented Interfaces:
net.minecraft.client.particle.ParticleProvider<WorldParticleOptions>
Enclosing class:
LodestoneParticleType

public static class LodestoneParticleType.Factory extends Object implements net.minecraft.client.particle.ParticleProvider<WorldParticleOptions>
  • Constructor Details

    • Factory

      public Factory(net.minecraft.client.particle.SpriteSet sprite)
  • Method Details

    • createParticle

      @Nullable public net.minecraft.client.particle.Particle createParticle(WorldParticleOptions data, net.minecraft.client.multiplayer.ClientLevel world, double x, double y, double z, double mx, double my, double mz)
      Specified by:
      createParticle in interface net.minecraft.client.particle.ParticleProvider<WorldParticleOptions>