Collaboration diagram for ActiveABM:Public Attributes | |
| ActiveBlockModifier * | abm |
| std::vector< content_t > | required_neighbors |
| std::vector< content_t > | without_neighbors |
| int | chance |
| s16 | min_y |
| s16 | max_y |
| ActiveBlockModifier* ActiveABM::abm |
Referenced by ABMHandler::ABMHandler().
| int ActiveABM::chance |
Referenced by ABMHandler::ABMHandler().
| s16 ActiveABM::max_y |
Referenced by ABMHandler::ABMHandler().
| s16 ActiveABM::min_y |
Referenced by ABMHandler::ABMHandler().
| std::vector<content_t> ActiveABM::required_neighbors |
Referenced by ABMHandler::ABMHandler().
| std::vector<content_t> ActiveABM::without_neighbors |
Referenced by ABMHandler::ABMHandler().