Botcraft 1.21.4
Loading...
Searching...
No Matches
ProtocolCraft::NBT::Internal Namespace Reference

Typedefs

using TagVariant = std::variant< TagEnd, TagByte, TagShort, TagInt, TagLong, TagFloat, TagDouble, TagByteArray, TagString, ProtocolCraft::Internal::RecursiveWrapper< TagList >, ProtocolCraft::Internal::RecursiveWrapper< TagCompound >, TagIntArray, TagLongArray >
 
using TagListVariant = std::variant< std::vector< TagEnd >, std::vector< TagByte >, std::vector< TagShort >, std::vector< TagInt >, std::vector< TagLong >, std::vector< TagFloat >, std::vector< TagDouble >, std::vector< TagByteArray >, std::vector< TagString >, std::vector< TagList >, std::vector< TagCompound >, std::vector< TagIntArray >, std::vector< TagLongArray > >
 

Typedef Documentation

◆ TagListVariant

using ProtocolCraft::NBT::Internal::TagListVariant = typedef std::variant< std::vector<TagEnd>, std::vector<TagByte>, std::vector<TagShort>, std::vector<TagInt>, std::vector<TagLong>, std::vector<TagFloat>, std::vector<TagDouble>, std::vector<TagByteArray>, std::vector<TagString>, std::vector<TagList>, std::vector<TagCompound>, std::vector<TagIntArray>, std::vector<TagLongArray> >

Definition at line 47 of file Tag.hpp.

◆ TagVariant