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.TorchInfo
alloc()
static void
release(IsoGameCharacter.TorchInfo torchInfo)
IsoGameCharacter.TorchInfo
set(IsoPlayer player)
IsoGameCharacter.TorchInfo
set(VehiclePart vehiclePart)
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 -
focusing
public int focusing
-
-
Constructor Details
-
TorchInfo
public TorchInfo()
-
-
Method Details
-
set
-
alloc
-
release
-
set
-