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

Method PlayerUID

src/Minecraft.World/net/minecraft/world/PlayerUID.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <cstring>
4
5PlayerUID::PlayerUID(int uid) {
6 memset(this, 0, sizeof(PlayerUID));
7}
8bool PlayerUID::operator!=(const PlayerUID& other) const {
9 return !(*this == other);
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected