MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / IntArrayTag

Method IntArrayTag

src/Minecraft.Client/com/mojang/nbt/IntArrayTag.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <cstring>
8
9IntArrayTag::IntArrayTag() {
10 m_data = arrayWithLength<int>(); // it's already initialized in the header...
11}
12
13IntArrayTag::IntArrayTag(arrayWithLength<int> data) {
14 m_data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected