Class SuppressionSpanHelper.Span
java.lang.Object
com.hypixel.hytale.server.spawning.suppression.SuppressionSpanHelper.Span
- Enclosing class:
SuppressionSpanHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
private int min -
max
private int max
-
-
Constructor Details
-
Span
private Span()
-
-
Method Details
-
init
public void init(int min, int max) -
expandTo
public void expandTo(int max) -
includes
public boolean includes(int value) -
reset
public void reset()
-