Class EntityDiggingFX


@Environment(CLIENT) public class EntityDiggingFX extends EntityFX
  • Constructor Details

    • EntityDiggingFX

      public EntityDiggingFX(World par1World, double par2, double par4, double par6, double par8, double par10, double par12, Block par14Block, int par15)
  • Method Details

    • applyColourMultiplier

      public EntityDiggingFX applyColourMultiplier(int par1, int par2, int par3)
      If the block has a colour multiplier, copies it to this particle and returns this particle.
    • applyRenderColor

      public EntityDiggingFX applyRenderColor(int par1)
      Creates a new EntityDiggingFX with the block render color applied to the base particle color
    • getFXLayer

      public int getFXLayer()
      Overrides:
      getFXLayer in class EntityFX
    • renderParticle

      public void renderParticle(Tessellator par1Tessellator, float par2, float par3, float par4, float par5, float par6, float par7)
      Overrides:
      renderParticle in class EntityFX