Botcraft 1.21.4
Loading...
Searching...
No Matches
ProtocolCraft::Components::DataComponentTypePotionContents Class Reference

#include <DataComponentTypePotionContents.hpp>

Inheritance diagram for ProtocolCraft::Components::DataComponentTypePotionContents:
ProtocolCraft::Components::DataComponentType ProtocolCraft::NetworkType

Private Member Functions

 SERIALIZED_FIELD (PotionId, std::optional< VarInt >)
 
 SERIALIZED_FIELD (CustomColor, std::optional< int >)
 
 SERIALIZED_FIELD (CustomEffects, std::vector< MobEffectInstance >)
 

Private Attributes

 DECLARE_READ_WRITE_SERIALIZE
 

Additional Inherited Members

- Public Member Functions inherited from ProtocolCraft::Components::DataComponentType
virtual ~DataComponentType ()
 
- Public Member Functions inherited from ProtocolCraft::NetworkType
virtual ~NetworkType ()
 
virtual void Read (ReadIterator &iter, size_t &length)
 
virtual void Write (WriteContainer &container) const
 
virtual Json::Value Serialize () const
 
- Protected Member Functions inherited from ProtocolCraft::NetworkType
virtual void ReadImpl (ReadIterator &iter, size_t &length)=0
 
virtual void WriteImpl (WriteContainer &container) const =0
 
virtual Json::Value SerializeImpl () const =0
 

Detailed Description

Definition at line 10 of file DataComponentTypePotionContents.hpp.

Member Function Documentation

◆ SERIALIZED_FIELD() [1/3]

ProtocolCraft::Components::DataComponentTypePotionContents::SERIALIZED_FIELD ( CustomColor  ,
std::optional< int >   
)
private

◆ SERIALIZED_FIELD() [2/3]

ProtocolCraft::Components::DataComponentTypePotionContents::SERIALIZED_FIELD ( CustomEffects  ,
std::vector< MobEffectInstance  
)
private

◆ SERIALIZED_FIELD() [3/3]

ProtocolCraft::Components::DataComponentTypePotionContents::SERIALIZED_FIELD ( PotionId  ,
std::optional< VarInt  
)
private

Member Data Documentation

◆ DECLARE_READ_WRITE_SERIALIZE

ProtocolCraft::Components::DataComponentTypePotionContents::DECLARE_READ_WRITE_SERIALIZE
private

Definition at line 16 of file DataComponentTypePotionContents.hpp.


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