Uses of Interface
com.JayPi4c.RobbiSimulator.model.Item
Packages that use Item
-
Uses of Item in com.JayPi4c.RobbiSimulator.model
Classes in com.JayPi4c.RobbiSimulator.model that implement ItemModifier and TypeClassDescriptionclassClass representing the accu-item.classClass representing the nut-item.classClass representing the screw-item.Methods in com.JayPi4c.RobbiSimulator.model that return ItemModifier and TypeMethodDescriptionHollow.getItem()Getter for the item placed on the tile.PileOfScrap.getItem()Getter for the item placed on the tile.RobbiState.getItem()Stockpile.getItem()Iterates through the list of items in the stockpile and returns one.Territory.getItem(int x, int y) Getter for the item in the territory at the given position.Tile.getItem()Attribute to store the item whoch is placed on the tile.Territory.getRobbiItem()Getter for robbis current item.Stockpile.pickItem()Removes and returns the last item from the stockpile.Tile.pickItem()Removes the item from the tile and returns it.Territory.removeItem(int x, int y) Removes the item from the given position.Methods in com.JayPi4c.RobbiSimulator.model that return types with arguments of type ItemModifier and TypeMethodDescriptionStockpile.getAllItems()Returns the full list of items placed on the stockpile.Methods in com.JayPi4c.RobbiSimulator.model with parameters of type ItemModifier and TypeMethodDescriptionbooleanPlacing the given item in the territory at the given x-y-position.voidSetter to place an item in the hollow.voidSetter to place an item on a PileOfScrap.voidAdds the given item to the list of items on the stockpile.voidAttribute to store the item whoch is placed on the tile.voidUpdates the territory to the given territory and updates robbi with the additional information.Constructors in com.JayPi4c.RobbiSimulator.model with parameters of type Item