net.minecraft.util.math.random

public interface RandomSplitter

net.minecraft.world.level.levelgen.PositionalRandomFactory
net.minecraft.class_6574
net.minecraft.util.math.random.RandomSplitter

Method summary

Modifier and TypeMethod
default Random
at(BlockPos pos)
method_38419(class_2338 arg0)
split(BlockPos pos)
default Random
fromHashOf(Identifier name)
method_39000(class_2960 arg0)
split(Identifier seed)
Random
fromHashOf(String name)
method_38995(String arg0)
split(String seed)
Random
fromSeed(long seed)
method_60628(long arg0)
split(long seed)
Random
at(int x, int y, int z)
method_38418(int arg0, int arg1, int arg2)
split(int x, int y, int z)
void
parityConfigString(StringBuilder sb)
method_39039(StringBuilder arg0)
addDebugInfo(StringBuilder info)