class Rosegold::Clientbound::AcknowledgePlayerDigging
- Rosegold::Clientbound::AcknowledgePlayerDigging
- Rosegold::Clientbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Overview
Some servers do not send this.
Defined in:
rosegold/packets/clientbound/acknowledge_player_digging.crConstructors
Class Method Summary
Instance Method Summary
- #block_id : UInt16
- #block_id=(block_id : UInt16)
- #callback(client)
- #location : Vec3i
- #location=(location : Vec3i)
- #status : Status
- #status=(status : Status)
- #successful=(successful : Bool)
- #successful? : Bool
Class methods inherited from class Rosegold::Clientbound::Packet
new_raw(bytes)
new_raw,
state
state
Instance methods inherited from class Rosegold::Packet
callback(client_or_server)
callback,
to_s(io)
to_s,
write : Bytes
write
Constructor Detail
def self.new(location : Rosegold::Vec3i, block_id : UInt16, status : Rosegold::Serverbound::PlayerDigging::Status, successful : Bool)
#