Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
370 B · 18 lines
C
at main
123456789101112131415161718#pragma once#include "../Minecraft.World/net.minecraft.world.level.tile.entity.h"
class IUIScene_CommandBlockMenu{public: void Initialise(CommandBlockEntity *commandBlock);
protected: void ConfirmButtonClicked();
virtual wstring GetCommand(); virtual void SetCommand(wstring command); virtual int GetPad();
private: CommandBlockEntity *m_commandBlock;};