TrinityCore
WorldPackets::Bank::AutoStoreBankItem Class Referencefinal

#include <BankPackets.h>

+ Inheritance diagram for WorldPackets::Bank::AutoStoreBankItem:

Public Member Functions

 AutoStoreBankItem (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

WorldPackets::Item::InvUpdate Inv
 
uint8 Bag = 0
 
uint8 Slot = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 41 of file BankPackets.h.

Constructor & Destructor Documentation

◆ AutoStoreBankItem()

WorldPackets::Bank::AutoStoreBankItem::AutoStoreBankItem ( WorldPacket &&  packet)
inline

Definition at line 44 of file BankPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Bank::AutoStoreBankItem::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 27 of file BankPackets.cpp.

Member Data Documentation

◆ Bag

uint8 WorldPackets::Bank::AutoStoreBankItem::Bag = 0

Definition at line 49 of file BankPackets.h.

◆ Inv

WorldPackets::Item::InvUpdate WorldPackets::Bank::AutoStoreBankItem::Inv

Definition at line 48 of file BankPackets.h.

◆ Slot

uint8 WorldPackets::Bank::AutoStoreBankItem::Slot = 0

Definition at line 50 of file BankPackets.h.


The documentation for this class was generated from the following files: