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 TypeClassDescriptionclass
Class representing the accu-item.class
Class representing the nut-item.class
Class 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 TypeMethodDescriptionboolean
Placing the given item in the territory at the given x-y-position.void
Setter to place an item in the hollow.void
Setter to place an item on a PileOfScrap.void
Adds the given item to the list of items on the stockpile.void
Attribute to store the item whoch is placed on the tile.void
Updates the territory to the given territory and updates robbi with the additional information.Constructors in com.JayPi4c.RobbiSimulator.model with parameters of type Item