Class FloatManager.BoxDistance

  • Enclosing class:
    FloatManager

    private static class FloatManager.BoxDistance
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private BlockBox _box  
      private int _distance  
    • Constructor Summary

      Constructors 
      Constructor Description
      BoxDistance​(BlockBox box, int distance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) BlockBox getBox()  
      (package private) int getDistance()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _distance

        private final int _distance
    • Constructor Detail

      • BoxDistance

        public BoxDistance​(BlockBox box,
                           int distance)
    • Method Detail

      • getDistance

        int getDistance()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object