Class ExpandIntRange
java.lang.Object
com.blamejared.crafttweaker.natives.loot.ExpandIntRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.storage.loot.IntRangeatLeast(int min) static net.minecraft.world.level.storage.loot.IntRangeatMost(int max) static net.minecraft.world.level.storage.loot.IntRangebetween(int min, int max) static net.minecraft.world.level.storage.loot.IntRangeexactly(int value)
-
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)
-