Package zombie

Class GameProfileRecording.Span

java.lang.Object
zombie.util.PooledObject
zombie.GameProfileRecording.Span
All Implemented Interfaces:
IPooledObject
Enclosing class:
GameProfileRecording

public static class GameProfileRecording.Span
extends PooledObject
  • Constructor Summary

    Constructors
    Constructor Description
    Span()  
  • Method Summary

    Modifier and Type Method Description
    static GameProfileRecording.Span alloc()  
    void onReleased()  

    Methods inherited from class zombie.util.PooledObject

    getPool, isFree, release, setFree, setPool

    Methods inherited from class java.lang.Object

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

    • Span

      public Span()
  • Method Details