Package codechicken.lib.render.particle
Class CustomParticleHandler
java.lang.Object
codechicken.lib.render.particle.CustomParticleHandler
Created by covers1624 on 21/11/2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBlockDestroyEffects(net.minecraft.world.level.Level world, Cuboid6 bounds, List<net.minecraft.client.renderer.texture.TextureAtlasSprite> icons, net.minecraft.client.particle.ParticleEngine particleManager) static voidaddBlockHitEffects(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 voidaddLandingEffects(net.minecraft.world.level.Level level, Vector3 entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, int particleCount) static voidaddRunningEffects(net.minecraft.world.level.Level level, net.minecraft.world.entity.Entity entity, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
-
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
-
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)
-