Class PunchBlockParticle

All Implemented Interfaces:
Cloneable

public class PunchBlockParticle extends Particle
  • Field Details

    • data

      protected final int data
  • Constructor Details

    • PunchBlockParticle

      public PunchBlockParticle(Vector3 pos, Block block, BlockFace face)
    • PunchBlockParticle

      public PunchBlockParticle(Vector3 pos, int blockId, int blockDamage, BlockFace face)
  • Method Details