Files
minecraft-pe-0.6.1/src/commands/CommandGimmieItems.hpp

9 lines
236 B
C++

#include "Command.hpp"
class CommandGimmieItems : public Command {
public:
CommandGimmieItems();
std::string execute(Minecraft& mc, Player& player, const std::vector<std::string>& args);
std::string help(Minecraft& mc);
};