Class ExpandIntProvider
java.lang.Object
com.blamejared.crafttweaker.natives.util.valueprovider.ExpandIntProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetMaxValue(net.minecraft.util.valueproviders.IntProvider internal) static intgetMinValue(net.minecraft.util.valueproviders.IntProvider internal) static intsample(net.minecraft.util.valueproviders.IntProvider internal, net.minecraft.util.RandomSource var1)
-
Constructor Details
-
ExpandIntProvider
public ExpandIntProvider()
-
-
Method Details
-
getMaxValue
public static int getMaxValue(net.minecraft.util.valueproviders.IntProvider internal) -
sample
public static int sample(net.minecraft.util.valueproviders.IntProvider internal, net.minecraft.util.RandomSource var1) -
getMinValue
public static int getMinValue(net.minecraft.util.valueproviders.IntProvider internal)
-