Package nokunami.floral_warfare.client
Class ParticleEffects
java.lang.Object
nokunami.floral_warfare.client.ParticleEffects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcherryBomb(net.minecraft.world.entity.LivingEntity living) static voidsendCherryBombExplosionParticle(net.minecraft.world.entity.LivingEntity living) static voidsendTest(net.minecraft.world.entity.LivingEntity living, net.minecraft.world.level.Level level) static net.minecraft.world.phys.Vec3speed(net.minecraft.world.phys.Vec3 pos, net.minecraft.util.RandomSource random, net.minecraft.world.phys.Vec3 scale)
-
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)
-