Class BlockParam


  • public class BlockParam
    extends java.lang.Object
    ! NO DESCRIPTION !
    Since:
    31.10.2018
    Author:
    GoodforGod
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockParam​(long startBlock, long endBlock)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long end()  
      long start()  
      • Methods inherited from class java.lang.Object

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

      • BlockParam

        public BlockParam​(long startBlock,
                          long endBlock)
    • Method Detail

      • start

        public long start()
      • end

        public long end()