Class DiscontinuousFrame

java.lang.Object
com.mojang.jtracy.DiscontinuousFrame

public class DiscontinuousFrame extends Object
  • Method Details

    • start

      public void start()
      Begin this frame. This method must be called before the next call to end().
    • end

      public void end()
      End this frame. This method must be called before the next call to start().