![]() |
Botcraft 1.21.4
|
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 > > |
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> > |
using ProtocolCraft::NBT::Internal::TagVariant = typedef std::variant< TagEnd, TagByte, TagShort, TagInt, TagLong, TagFloat, TagDouble, TagByteArray, TagString, ProtocolCraft::Internal::RecursiveWrapper<TagList>, ProtocolCraft::Internal::RecursiveWrapper<TagCompound>, TagIntArray, TagLongArray > |