Class LodestoneScreenParticleType.Factory
java.lang.Object
team.lodestar.lodestone.systems.particle.type.LodestoneScreenParticleType.Factory
- All Implemented Interfaces:
ScreenParticleType.ParticleProvider<ScreenParticleOptions>
- Enclosing class:
- LodestoneScreenParticleType
public static class LodestoneScreenParticleType.Factory
extends Object
implements ScreenParticleType.ParticleProvider<ScreenParticleOptions>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, ScreenParticleOptions options, double x, double y, double pXSpeed, double pYSpeed)
-
Field Details
-
sprite
public final net.minecraft.client.particle.SpriteSet sprite
-
-
Constructor Details
-
Factory
public Factory(net.minecraft.client.particle.SpriteSet sprite)
-
-
Method Details
-
createParticle
public ScreenParticle createParticle(net.minecraft.client.multiplayer.ClientLevel pLevel, ScreenParticleOptions options, double x, double y, double pXSpeed, double pYSpeed) - Specified by:
createParticlein interfaceScreenParticleType.ParticleProvider<ScreenParticleOptions>
-