Class PetrolparkEmitters

java.lang.Object
com.petrolpark.client.ponder.particle.PetrolparkEmitters

public class PetrolparkEmitters extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    createFireworkSpark(net.createmod.ponder.api.level.PonderLevel world, double x, double y, double z, double vx, double vy, double vz, int[] colors, int[] fadeColors, boolean trail, boolean twinkle)
     
    static final net.createmod.ponder.api.ParticleEmitter
    fireworkBall(double speed, int size, int[] colors, int[] fadeColors, boolean trail, boolean twinkle)
     
    static final <T extends net.minecraft.core.particles.ParticleOptions>
    net.createmod.ponder.api.ParticleEmitter
    inAABB(T data, net.minecraft.world.phys.AABB aabb, net.minecraft.world.phys.Vec3 velocity)
     

    Methods inherited from class java.lang.Object

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

    • PetrolparkEmitters

      public PetrolparkEmitters()
  • Method Details

    • inAABB

      public static final <T extends net.minecraft.core.particles.ParticleOptions> net.createmod.ponder.api.ParticleEmitter inAABB(T data, net.minecraft.world.phys.AABB aabb, net.minecraft.world.phys.Vec3 velocity)
    • fireworkBall

      public static final net.createmod.ponder.api.ParticleEmitter fireworkBall(double speed, int size, int[] colors, int[] fadeColors, boolean trail, boolean twinkle)
    • createFireworkSpark

      public static void createFireworkSpark(net.createmod.ponder.api.level.PonderLevel world, double x, double y, double z, double vx, double vy, double vz, int[] colors, int[] fadeColors, boolean trail, boolean twinkle)