Class CustomParticleHandler

java.lang.Object
codechicken.lib.render.particle.CustomParticleHandler

public class CustomParticleHandler extends Object
Created by covers1624 on 21/11/2016.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addBlockDestroyEffects(net.minecraft.world.level.Level world, Cuboid6 bounds, List<net.minecraft.client.renderer.texture.TextureAtlasSprite> icons, net.minecraft.client.particle.ParticleEngine particleManager)
     
    static void
    addBlockHitEffects(net.minecraft.world.level.Level world, Cuboid6 bounds, net.minecraft.core.Direction side, net.minecraft.client.renderer.texture.TextureAtlasSprite icon, net.minecraft.client.particle.ParticleEngine particleManager)
     
    static void
    addLandingEffects(net.minecraft.world.level.Level level, Vector3 entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, int particleCount)
     
    static void
    addRunningEffects(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
     

    Methods inherited from class java.lang.Object

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

    • CustomParticleHandler

      public CustomParticleHandler()
  • Method Details

    • addBlockHitEffects

      public static void addBlockHitEffects(net.minecraft.world.level.Level world, Cuboid6 bounds, net.minecraft.core.Direction side, net.minecraft.client.renderer.texture.TextureAtlasSprite icon, net.minecraft.client.particle.ParticleEngine particleManager)
    • addBlockDestroyEffects

      public static void addBlockDestroyEffects(net.minecraft.world.level.Level world, Cuboid6 bounds, List<net.minecraft.client.renderer.texture.TextureAtlasSprite> icons, net.minecraft.client.particle.ParticleEngine particleManager)
    • addLandingEffects

      public static void addLandingEffects(net.minecraft.world.level.Level level, Vector3 entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, int particleCount)
    • addRunningEffects

      public static void addRunningEffects(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)