Package zombie.characters
Class IsoGameCharacter.TorchInfo
java.lang.Object
zombie.characters.IsoGameCharacter.TorchInfo
- Enclosing class:
- IsoGameCharacter
public static class IsoGameCharacter.TorchInfo
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TorchInfo() -
Method Summary
Modifier and Type Method Description static IsoGameCharacter.TorchInfoalloc()static voidrelease(IsoGameCharacter.TorchInfo info)IsoGameCharacter.TorchInfoset(IsoPlayer p)IsoGameCharacter.TorchInfoset(VehiclePart part)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public int id -
x
public float x -
y
public float y -
z
public float z -
angleX
public float angleX -
angleY
public float angleY -
dist
public float dist -
strength
public float strength -
bCone
public boolean bCone -
dot
public float dot
-
-
Constructor Details
-
TorchInfo
public TorchInfo()
-
-
Method Details
-
set
-
alloc
-
release
-
set
-