apoIcejump.ai
Class ApoIcejumpAIBlock

java.lang.Object
  extended by apoIcejump.ai.ApoIcejumpAIEntity
      extended by apoIcejump.ai.ApoIcejumpAIBlock

public class ApoIcejumpAIBlock
extends ApoIcejumpAIEntity

Klasse, die einen Eisblock darstellt class for the iceblock

Author:
Dirk Aporius

Constructor Summary
ApoIcejumpAIBlock(apoIcejump.entity.ApoIcejumpBlock entity)
           
 
Method Summary
 int getHits()
          gibt zurück, wie oft der Block noch besprungen werden kann, bevor er sich auflöst
returns how often the block can be touched until he will blow up ;)
 
Methods inherited from class apoIcejump.ai.ApoIcejumpAIEntity
getHeight, getVecX, getVecY, getWidth, getX, getY, intersects, intersects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApoIcejumpAIBlock

public ApoIcejumpAIBlock(apoIcejump.entity.ApoIcejumpBlock entity)
Method Detail

getHits

public int getHits()
gibt zurück, wie oft der Block noch besprungen werden kann, bevor er sich auflöst
returns how often the block can be touched until he will blow up ;)

Returns:
gibt zurück, wie oft der Block noch besprungen werden kann, bevor er sich auflöst / returns how often the block can be touched until he will blow up ;)