yarn/mappings/net/minecraft/world/gen/random/AbstractRandom.mapping

19 lines
620 B
Plaintext

CLASS net/minecraft/class_5819 net/minecraft/world/gen/random/AbstractRandom
METHOD method_33650 skip (I)V
ARG 1 count
METHOD method_38420 derive ()Lnet/minecraft/class_5819;
METHOD method_38421 createRandomDeriver ()Lnet/minecraft/class_6574;
METHOD method_39332 nextBetween (II)I
ARG 1 min
ARG 2 max
METHOD method_43048 nextInt (I)I
ARG 1 bound
METHOD method_43052 setSeed (J)V
ARG 1 seed
METHOD method_43054 nextInt ()I
METHOD method_43055 nextLong ()J
METHOD method_43056 nextBoolean ()Z
METHOD method_43057 nextFloat ()F
METHOD method_43058 nextDouble ()D
METHOD method_43059 nextGaussian ()D