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

Method getAxis

src/Minecraft.Client/net/minecraft/core/Direction.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Direction::Axis* Direction::getAxis() const {
64 return m_axis;
65}
66
67std::wstring Direction::getName() const {
68 return m_name;

Callers 2

staticCtorMethod · 0.45
spawnItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected