net.minecraft.world.gen.loot

public class RandomNumberBounds

cct
net.minecraft.unmapped.C_63466352
net.minecraft.world.gen.loot.RandomNumberBounds
net.minecraft.world.storage.loot.RandomValueRange

Field summary

Modifier and TypeField
private final float
a
f_72615607
min
field_186514_a
private final float
b
f_88628216
max
field_186515_b

Constructor summary

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

Method summary

Modifier and TypeMethod
public float
a()
m_57995276()
getMin()
func_186509_a()
public float
b()
m_08164963()
getMax()
func_186512_b()
public int
a(Random arg0)
m_92884145(Random arg0)
getInt(Random random)
func_186511_a(Random arg0)
public float
b(Random arg0)
m_77489858(Random arg0)
getFloat(Random random)
func_186507_b(Random arg0)
public boolean
a(int arg0)
m_87844442(int arg0)
contains(int value)
func_186510_a(int arg0)