Class WorldParticleBuilder
java.lang.Object
team.lodestar.lodestone.systems.particle.builder.AbstractParticleBuilder<T,Y>
team.lodestar.lodestone.systems.particle.builder.AbstractWorldParticleBuilder<WorldParticleBuilder,WorldParticleOptions>
team.lodestar.lodestone.systems.particle.builder.WorldParticleBuilder
public class WorldParticleBuilder
extends AbstractWorldParticleBuilder<WorldParticleBuilder,WorldParticleOptions>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorldParticleBuilder(net.minecraft.core.particles.ParticleType<WorldParticleOptions> type) -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldParticleBuildercreate(Supplier<? extends net.minecraft.core.particles.ParticleType<WorldParticleOptions>> type) Methods inherited from class team.lodestar.lodestone.systems.particle.builder.AbstractWorldParticleBuilder
act, act, addActor, addMotion, addMotion, addMotion, clearActors, createBlockOutline, createCircle, disableNoClip, enableNoClip, repeat, repeatCircle, repeatRandomFace, repeatSurroundBlock, repeatSurroundBlock, setMotion, setMotion, setMotion, setNoClip, setRandomMotion, setRandomMotion, setRandomMotion, setRandomOffset, setRandomOffset, setRandomOffset, setRenderType, spawn, spawnAtRandomFace, spawnLine, surroundBlock, surroundVoxelShape, surroundVoxelShapeMethods inherited from class team.lodestar.lodestone.systems.particle.builder.AbstractParticleBuilder
getColorData, getScaleData, getSpinData, getTransparencyData, modifyColorData, modifyData, modifyData, modifyData, modifyGravity, modifyLifetime, multiplyGravity, multiplyLifetime, setColorData, setDiscardFunction, setGravityStrength, setGravityStrength, setLifetime, setLifetime, setScaleData, setSpinData, setSpritePicker, setTransparencyData, wrapper
-
Constructor Details
-
WorldParticleBuilder
protected WorldParticleBuilder(net.minecraft.core.particles.ParticleType<WorldParticleOptions> type)
-
-
Method Details
-
create
public static WorldParticleBuilder create(Supplier<? extends net.minecraft.core.particles.ParticleType<WorldParticleOptions>> type) -
getParticleOptions
- Specified by:
getParticleOptionsin classAbstractParticleBuilder<WorldParticleBuilder,WorldParticleOptions>
-