15class VanillaBlockData {
19 ::ll::TypedStorage<4, 4, int> mBlockID;
20 ::ll::TypedStorage<4, 4, ::MaterialType> mMaterial;
21 ::ll::TypedStorage<8, 16, ::BlockArchetypePtr> mBlockArchetype;
26 VanillaBlockData(VanillaBlockData
const&);
32 MCAPI ::std::unique_ptr<::CompoundTag> buildNetworkTag()
const;
34 MCAPI ::VanillaBlockData& operator=(::VanillaBlockData&&);
36 MCAPI ::VanillaBlockData& operator=(::VanillaBlockData
const&);
38 MCAPI ~VanillaBlockData();