Package zombie

Class GameProfiler.RecordingFrame

java.lang.Object
zombie.GameProfiler.RecordingFrame
Enclosing class:
GameProfiler

public static class GameProfiler.RecordingFrame
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RecordingFrame()  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    void transferFrom​(GameProfiler.RecordingFrame recordingFrame)  

    Methods inherited from class java.lang.Object

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

    • RecordingFrame

      public RecordingFrame()
  • Method Details