| allowAbsoluteMovementCommand(const std::string &verb) | malmo::MissionSpec | |
| allowAllAbsoluteMovementCommands() | malmo::MissionSpec | |
| allowAllChatCommands() | malmo::MissionSpec | |
| allowAllContinuousMovementCommands() | malmo::MissionSpec | |
| allowAllDiscreteMovementCommands() | malmo::MissionSpec | |
| allowAllInventoryCommands() | malmo::MissionSpec | |
| allowContinuousMovementCommand(const std::string &verb) | malmo::MissionSpec | |
| allowDiscreteMovementCommand(const std::string &verb) | malmo::MissionSpec | |
| allowInventoryCommand(const std::string &verb) | malmo::MissionSpec | |
| createDefaultTerrain() | malmo::MissionSpec | |
| drawBlock(int x, int y, int z, const std::string &blockType) | malmo::MissionSpec | |
| drawCuboid(int x1, int y1, int z1, int x2, int y2, int z2, const std::string &blockType) | malmo::MissionSpec | |
| drawItem(int x, int y, int z, const std::string &itemType) | malmo::MissionSpec | |
| drawLine(int x1, int y1, int z1, int x2, int y2, int z2, const std::string &blockType) | malmo::MissionSpec | |
| drawSphere(int x, int y, int z, int radius, const std::string &blockType) | malmo::MissionSpec | |
| endAt(float x, float y, float z, float tolerance) | malmo::MissionSpec | |
| forceWorldReset() | malmo::MissionSpec | |
| getAllowedCommands(int role, const std::string &command_handler) const | malmo::MissionSpec | |
| getAsXML(bool prettyPrint) const | malmo::MissionSpec | |
| getListOfCommandHandlers(int role) const | malmo::MissionSpec | |
| getNumberOfAgents() const | malmo::MissionSpec | |
| getSummary() const | malmo::MissionSpec | |
| getVideoChannels(int role) const | malmo::MissionSpec | |
| getVideoHeight(int role) const | malmo::MissionSpec | |
| getVideoWidth(int role) const | malmo::MissionSpec | |
| isVideoRequested(int role) const | malmo::MissionSpec | |
| MissionInitSpec (defined in malmo::MissionSpec) | malmo::MissionSpec | friend |
| MissionSpec() | malmo::MissionSpec | |
| MissionSpec(const std::string &xml, bool validate) | malmo::MissionSpec | |
| observeChat() | malmo::MissionSpec | |
| observeDistance(float x, float y, float z, const std::string &name) | malmo::MissionSpec | |
| observeFullInventory() | malmo::MissionSpec | |
| observeGrid(int x1, int y1, int z1, int x2, int y2, int z2, const std::string &name) | malmo::MissionSpec | |
| observeHotBar() | malmo::MissionSpec | |
| observeRecentCommands() | malmo::MissionSpec | |
| operator<< (defined in malmo::MissionSpec) | malmo::MissionSpec | friend |
| removeAllCommandHandlers() | malmo::MissionSpec | |
| requestVideo(int width, int height) | malmo::MissionSpec | |
| requestVideoWithDepth(int width, int height) | malmo::MissionSpec | |
| rewardForReachingPosition(float x, float y, float z, float amount, float tolerance) | malmo::MissionSpec | |
| setModeToCreative() | malmo::MissionSpec | |
| setModeToSpectator() | malmo::MissionSpec | |
| setSummary(const std::string &summary) | malmo::MissionSpec | |
| setTimeOfDay(int t, bool allowTimeToPass) | malmo::MissionSpec | |
| setViewpoint(int viewpoint) | malmo::MissionSpec | |
| setWorldSeed(const std::string &seed) | malmo::MissionSpec | |
| startAt(float x, float y, float z) | malmo::MissionSpec | |
| startAtWithPitchAndYaw(float x, float y, float z, float pitch, float yaw) | malmo::MissionSpec | |
| timeLimitInSeconds(float s) | malmo::MissionSpec | |