BattleZone
Class ProxyGLBullet

BattleZone.ProxyGLShape
  |
  +--BattleZone.ProxyGLBullet

public class ProxyGLBullet
extends ProxyGLShape


Field Summary
 booleanacceptFire
           
 ProxyGLPointbumpLoc
           
 BattleZoneBZ
           
 private PluginGLCanvascanvas
           
 booleandidFire
           
 floatexpand
           
 booleanexpanding
           
 private GLFuncgl
           
 ProxyGLPointspot
           
 ProxyGLPointstartingP
           

Fields inherited from class BattleZone.ProxyGLShape
drawMode, mainColor

Constructor Summary
ProxyGLBullet(PluginGLCanvas Plugincanvas, BattleZone newBZ)
           

Method Summary
 voidadvance()
           
 voiddraw()
           
 voidfire()
           
 voidfree()
           
 voidlittleExp()
           
 voidlittleExpAdv()
           
 voidsetFire()
           

Methods inherited from class BattleZone.ProxyGLShape
computeNormal, setDrawMode, setMainColor, setMainColor

Field Detail

acceptFire

public boolean acceptFire

bumpLoc

public ProxyGLPoint bumpLoc

BZ

public BattleZone BZ

canvas

private PluginGLCanvas canvas

didFire

public boolean didFire

expand

public float expand

expanding

public boolean expanding

gl

private GLFunc gl

spot

public ProxyGLPoint spot

startingP

public ProxyGLPoint startingP
Constructor Detail

ProxyGLBullet

public ProxyGLBullet(PluginGLCanvas Plugincanvas, BattleZone newBZ)
Method Detail

advance

public void advance()

draw

public void draw()

fire

public void fire()

free

public void free()

littleExp

public void littleExp()

littleExpAdv

public void littleExpAdv()

setFire

public void setFire()