Class RangeContainer

java.lang.Object
net.minestom.server.gamedata.loottables.RangeContainer

public class RangeContainer
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  RangeContainer.Deserializer  
  • Constructor Summary

    Constructors 
    Constructor Description
    RangeContainer​(int min, int max)  
  • Method Summary

    Modifier and Type Method Description
    int getMax()  
    int getMin()  

    Methods inherited from class java.lang.Object

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

  • Method Details