1 #ifndef __ACTIONBLOCKSATTRIBUTES_H__
2 #define __ACTIONBLOCKSATTRIBUTES_H__
4 #include "actioninterface.h"
7 * This action class can handle user events to edit block attributes.
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionBlocksAttributes: public ActionInterface
15 ActionBlocksAttributes(EntityContainer & container, GraphicView & graphicView);
16 ~ActionBlocksAttributes();
18 virtual void init(int status = 0);
19 virtual void trigger();
22 #endif // __ACTIONBLOCKSATTRIBUTES_H__