Class Kampfdrohne

java.lang.Object
greenfoot.Actor
Gegner
Kampfdrohne

public class Kampfdrohne extends Gegner
Drohnen, die Peetie aktiv angreifen, indem sie Drohnenbomben abwerfen.
  • Field Summary

    Fields inherited from class Gegner

    dieCounter, geschwindigkeit, m, wurdeGetroffen
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class Gegner

    act, 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

    • Kampfdrohne

      public Kampfdrohne()
  • Method Details