Interface BlockDestructionPacketView

All Superinterfaces:
PacketView

public interface BlockDestructionPacketView extends PacketView
Clientbound block-breaking progress.
  • Method Details

    • breakerId

      int breakerId()
    • blockX

      int blockX()
    • blockY

      int blockY()
    • blockZ

      int blockZ()
    • progress

      int progress()
    • breakerId

      void breakerId(int breakerId)
    • position

      void position(int x, int y, int z)
    • progress

      void progress(int progress)