eNTitanok.kkkg
Class KkkgPre4.Jatek

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--eNTitanok.kkkg.KkkgPre4.Jatek
Enclosing class:
KkkgPre4

public static class KkkgPre4.Jatek
extends java.lang.Thread


Field Summary
static int A_FELFUGGESZTVE
           
static int A_FOLYIK
           
static int A_JATEKKEZDODIK
           
static int A_LABKEZDODIK
           
static int A_SZINTLEPES
           
static int A_VEGE
           
protected  int bombaszam
           
protected  int eletszam
           
static int F_BOMBALERAKANDO
           
static int F_INDITANDO
           
static int F_MEGALLITANDO
           
static int F_SZINTLEPENDO
           
protected  KkkgPre4.Idozitett idozitett
           
protected  int inger
           
protected  KkkgPre4.JobboldalRajzolo jr
           
protected  Kepek.Kepbetolto kepbetolto
           
protected  KkkgPre4.Labirintus labirintus
           
protected  KkkgPre4.Labirintus.LabirintusRajzolo lr
           
protected  int maxbombaszam
           
protected  int maxeletszam
           
protected  int pontszam
           
protected  boolean statRajzolando
           
protected  int status
           
protected  int szint
           
protected  int uj_irany
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
KkkgPre4.Jatek(Kepek.Kepbetolto kepbetolto, KkkgPre4.Labirintus.LabirintusRajzolo lr, KkkgPre4.JobboldalRajzolo jr, KkkgPre4.Idozito id)
           
 
Method Summary
 void bombatLerak()
           
 void fordulj(int irany)
           
 Kepek.Kepbetolto getKepbetolto()
           
 KkkgPre4.Labirintus getLabirintus()
           
 Kepek.Sdpts getLabSd()
           
 int getStatus()
           
protected  int ingerTorles()
           
 void megallit()
           
protected  void pontszamNovel(int mennyivel)
           
 void run()
           
protected  void statRajzol()
           
protected  void statRajzol(java.awt.Graphics g)
           
protected  void statValtozott()
           
 void szintlepes()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

A_JATEKKEZDODIK

public static final int A_JATEKKEZDODIK

A_SZINTLEPES

public static final int A_SZINTLEPES

A_LABKEZDODIK

public static final int A_LABKEZDODIK

A_FOLYIK

public static final int A_FOLYIK

A_FELFUGGESZTVE

public static final int A_FELFUGGESZTVE

A_VEGE

public static final int A_VEGE

kepbetolto

protected Kepek.Kepbetolto kepbetolto

lr

protected KkkgPre4.Labirintus.LabirintusRajzolo lr

jr

protected KkkgPre4.JobboldalRajzolo jr

labirintus

protected KkkgPre4.Labirintus labirintus

idozitett

protected KkkgPre4.Idozitett idozitett

eletszam

protected int eletszam

maxeletszam

protected int maxeletszam

bombaszam

protected int bombaszam

maxbombaszam

protected int maxbombaszam

pontszam

protected int pontszam

szint

protected int szint

status

protected int status

uj_irany

protected volatile int uj_irany

F_BOMBALERAKANDO

public static final int F_BOMBALERAKANDO

F_SZINTLEPENDO

public static final int F_SZINTLEPENDO

F_MEGALLITANDO

public static final int F_MEGALLITANDO

F_INDITANDO

public static final int F_INDITANDO

inger

protected volatile int inger

statRajzolando

protected boolean statRajzolando
Constructor Detail

KkkgPre4.Jatek

public KkkgPre4.Jatek(Kepek.Kepbetolto kepbetolto,
                      KkkgPre4.Labirintus.LabirintusRajzolo lr,
                      KkkgPre4.JobboldalRajzolo jr,
                      KkkgPre4.Idozito id)
Method Detail

getLabSd

public Kepek.Sdpts getLabSd()

getKepbetolto

public Kepek.Kepbetolto getKepbetolto()

getLabirintus

public KkkgPre4.Labirintus getLabirintus()

getStatus

public int getStatus()

szintlepes

public void szintlepes()

fordulj

public void fordulj(int irany)

bombatLerak

public void bombatLerak()

megallit

public void megallit()

ingerTorles

protected int ingerTorles()

run

public void run()
Overrides:
run in class java.lang.Thread

statValtozott

protected void statValtozott()

statRajzol

protected void statRajzol(java.awt.Graphics g)

statRajzol

protected void statRajzol()

pontszamNovel

protected void pontszamNovel(int mennyivel)