Class ParticleEffects

java.lang.Object
nokunami.floral_warfare.client.ParticleEffects

public class ParticleEffects extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cherryBomb(net.minecraft.world.entity.LivingEntity living)
     
    static void
    sendCherryBombExplosionParticle(net.minecraft.world.entity.LivingEntity living)
     
    static void
    sendTest(net.minecraft.world.entity.LivingEntity living, net.minecraft.world.level.Level level)
     
    static net.minecraft.world.phys.Vec3
    speed(net.minecraft.world.phys.Vec3 pos, net.minecraft.util.RandomSource random, net.minecraft.world.phys.Vec3 scale)
     

    Methods inherited from class java.lang.Object

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

    • ParticleEffects

      public ParticleEffects()
  • Method Details

    • sendTest

      public static void sendTest(net.minecraft.world.entity.LivingEntity living, net.minecraft.world.level.Level level)
    • sendCherryBombExplosionParticle

      public static void sendCherryBombExplosionParticle(net.minecraft.world.entity.LivingEntity living)
    • cherryBomb

      public static void cherryBomb(net.minecraft.world.entity.LivingEntity living)
    • speed

      public static net.minecraft.world.phys.Vec3 speed(net.minecraft.world.phys.Vec3 pos, net.minecraft.util.RandomSource random, net.minecraft.world.phys.Vec3 scale)