java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.delimiters.DelimiterInt<V>

public class DelimiterInt<V> extends Object
  • Field Details

    • range

      @Nonnull private final RangeInt range
    • value

      @Nullable private final V value
  • Constructor Details

    • DelimiterInt

      public DelimiterInt(@Nonnull RangeInt range, @Nullable V value)
  • Method Details

    • getRange

      @Nonnull public RangeInt getRange()
    • getValue

      @Nullable public V getValue()