Class LodestoneTerrainParticleType.Factory

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

public static class LodestoneTerrainParticleType.Factory extends Object implements net.minecraft.client.particle.ParticleProvider<LodestoneTerrainParticleOptions>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleProvider

    net.minecraft.client.particle.ParticleProvider.Sprite<T extends net.minecraft.core.particles.ParticleOptions>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.particle.Particle
    createParticle(LodestoneTerrainParticleOptions data, net.minecraft.client.multiplayer.ClientLevel world, double x, double y, double z, double mx, double my, double mz)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • createParticle

      @Nullable public net.minecraft.client.particle.Particle createParticle(LodestoneTerrainParticleOptions 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<LodestoneTerrainParticleOptions>