Class PetrolparkEmitters
java.lang.Object
com.petrolpark.client.ponder.particle.PetrolparkEmitters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateFireworkSpark(com.simibubi.create.foundation.ponder.PonderWorld world, double x, double y, double z, double vx, double vy, double vz, int[] colors, int[] fadeColors, boolean trail, boolean twinkle) static final com.simibubi.create.foundation.ponder.instruction.EmitParticlesInstruction.EmitterfireworkBall(double speed, int size, int[] colors, int[] fadeColors, boolean trail, boolean twinkle) static final <T extends net.minecraft.core.particles.ParticleOptions>
com.simibubi.create.foundation.ponder.instruction.EmitParticlesInstruction.EmitterinAABB(T data, net.minecraft.world.phys.AABB aabb, net.minecraft.world.phys.Vec3 velocity)
-
Constructor Details
-
PetrolparkEmitters
public PetrolparkEmitters()
-
-
Method Details
-
inAABB
public static final <T extends net.minecraft.core.particles.ParticleOptions> com.simibubi.create.foundation.ponder.instruction.EmitParticlesInstruction.Emitter inAABB(T data, net.minecraft.world.phys.AABB aabb, net.minecraft.world.phys.Vec3 velocity) -
fireworkBall
public static final com.simibubi.create.foundation.ponder.instruction.EmitParticlesInstruction.Emitter fireworkBall(double speed, int size, int[] colors, int[] fadeColors, boolean trail, boolean twinkle) -
createFireworkSpark
public static void createFireworkSpark(com.simibubi.create.foundation.ponder.PonderWorld world, double x, double y, double z, double vx, double vy, double vz, int[] colors, int[] fadeColors, boolean trail, boolean twinkle)
-