net.minecraft.world.gen.loot

public class RandomNumberBounds

bat
net.minecraft.class_2789
net.minecraft.world.gen.loot.RandomNumberBounds
net.minecraft.world.storage.loot.RandomValueRange

Field summary

Modifier and TypeField
private final float
a
field_13212
min
min
private final float
b
field_13213
max
max

Constructor summary

ModifierConstructor
public (float min, float max)
public (float value)

Method summary

Modifier and TypeMethod
public float
a()
method_12012()
getMin()
getMin()
public float
b()
method_12016()
getMax()
getMax()
public int
a(Random arg0)
method_12015(Random arg0)
getInt(Random random)
generateInt(Random rand)
public float
b(Random arg0)
method_12018(Random arg0)
getFloat(Random random)
generateFloat(Random rand)
public boolean
a(int arg0)
method_12013(int arg0)
contains(int value)
isInRange(int value)