December 2014 files
This commit is contained in:
18
Minecraft.Client/Common/UI/IUIScene_CommandBlockMenu.h
Normal file
18
Minecraft.Client/Common/UI/IUIScene_CommandBlockMenu.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
};
|
||||
Reference in New Issue
Block a user