Class Drohnenbombe

java.lang.Object
greenfoot.Actor
Item
Drohnenbombe

public class Drohnenbombe extends Item
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act()
    Act - tut, was auch immer Drohnenbombe tun will.

    Methods inherited from class Item

    addedToWorld

    Methods inherited from class greenfoot.Actor

    getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getWorldOfType, getX, getY, intersects, isAtEdge, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, sleepFor, turn, turnTowards

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Drohnenbombe

      public Drohnenbombe()
  • Method Details

    • act

      public void act()
      Act - tut, was auch immer Drohnenbombe tun will. Diese Methode wird aufgerufen, sobald der 'Act' oder 'Run' Button in der Umgebung angeklickt werden.
      Overrides:
      act in class greenfoot.Actor