Class ExpandIntRange

java.lang.Object
com.blamejared.crafttweaker.natives.loot.ExpandIntRange

@ZenRegister public final class ExpandIntRange extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.storage.loot.IntRange
    atLeast(int min)
     
    static net.minecraft.world.level.storage.loot.IntRange
    atMost(int max)
     
    static net.minecraft.world.level.storage.loot.IntRange
    between(int min, int max)
     
    static net.minecraft.world.level.storage.loot.IntRange
    exactly(int value)
     

    Methods inherited from class java.lang.Object

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

    • ExpandIntRange

      public ExpandIntRange()
  • Method Details

    • exactly

      public static net.minecraft.world.level.storage.loot.IntRange exactly(int value)
    • between

      public static net.minecraft.world.level.storage.loot.IntRange between(int min, int max)
    • atLeast

      public static net.minecraft.world.level.storage.loot.IntRange atLeast(int min)
    • atMost

      public static net.minecraft.world.level.storage.loot.IntRange atMost(int max)