Package fmod.fmod

Class FMODManager.TestZombieInfo

java.lang.Object
fmod.fmod.FMODManager.TestZombieInfo
Enclosing class:
FMODManager

public static class FMODManager.TestZombieInfo
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long event  
    long inst  
    float X  
    float Y  
  • Constructor Summary

    Constructors
    Constructor Description
    TestZombieInfo​(long event, float x, float y)  
  • Method Summary

    Modifier and Type Method Description
    long createZombieInstance​(long event, float x, float y)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • X

      public float X
    • Y

      public float Y
    • event

      public long event
    • inst

      public long inst
  • Constructor Details

    • TestZombieInfo

      public TestZombieInfo​(long event, float x, float y)
  • Method Details

    • createZombieInstance

      public long createZombieInstance​(long event, float x, float y)