Package rekit.core

Class Team.Range

java.lang.Object
rekit.core.Team.Range
Enclosing class:
Team

public static final class Team.Range extends Object
This class defines a range to define z-layers.
Author:
Dominik Fuchss
  • Field Details

    • min

      public final byte min
      The most behind z-layer.
    • max

      public final byte max
      The most in-front-of z-layer.
    • std

      public final byte std
      The standard z-layer.
  • Method Details

    • normalize

      public byte normalize(int expected)
      Normalize to Team.Range.
      Parameters:
      expected - the expected z-layer.
      Returns:
      the actual z-layer (trimmed to this
    • getStd

      public byte getStd()
      Get the standard value.
      Returns:
      the std value