Package blockly_robot.robot.logic.item
Class ItemCreator
java.lang.Object
blockly_robot.robot.logic.item.ItemCreator
Ein Speicher für die Daten der Gegenstände (ItemData). Eine Trainingsaufgabe
(Task) bedient sich eines Gegenständedatenspeichers (ItemDataStore).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemCreator
-
-
Method Details
-
create
Creates an item with the given number.- Parameters:
num- the number of the item- Returns:
- the created item
-
create
Creates an item with the given name.- Parameters:
type- the name of the item- Returns:
- the created item
-