12 lines
201 B
Java
12 lines
201 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.util.valueproviders;
|
|
|
|
import net.minecraft.util.RandomSource;
|
|
|
|
public interface SampledFloat {
|
|
public float sample(RandomSource var1);
|
|
}
|
|
|