Class ServerMap.ZombieIDMap

java.lang.Object
zombie.network.ServerMap.ZombieIDMap
Enclosing class:
ServerMap

public static class ServerMap.ZombieIDMap
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    IsoZombie get​(short id)  
    void put​(short id, IsoZombie zombie)  
    void remove​(short id)  

    Methods inherited from class java.lang.Object

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

    • put

      public void put​(short id, IsoZombie zombie)
    • remove

      public void remove​(short id)
    • get

      public IsoZombie get​(short id)