Interface WorldGenRandom

All Known Implementing Classes:
ChunkRandom, SimpleRandom

public interface WorldGenRandom
Mappings:
Namespace Name
official cmv
intermediary net/minecraft/class_5819
named net/minecraft/world/gen/WorldGenRandom
  • Method Summary

    Modifier and Type Method Description
    double nextDouble()  
    int nextInt()  
    int nextInt​(int bound)  
    default void skip​(int count)  
  • Method Details

    • nextInt

      int nextInt()
      Mappings:
      Namespace Name Mixin selector
      official nextInt Lcmv;nextInt()I
      intermediary nextInt Lnet/minecraft/class_5819;nextInt()I
      named nextInt Lnet/minecraft/world/gen/WorldGenRandom;nextInt()I
    • nextInt

      int nextInt​(int bound)
      Mappings:
      Namespace Name Mixin selector
      official nextInt Lcmv;nextInt(I)I
      intermediary nextInt Lnet/minecraft/class_5819;nextInt(I)I
      named nextInt Lnet/minecraft/world/gen/WorldGenRandom;nextInt(I)I
    • nextDouble

      double nextDouble()
      Mappings:
      Namespace Name Mixin selector
      official nextDouble Lcmv;nextDouble()D
      intermediary nextDouble Lnet/minecraft/class_5819;nextDouble()D
      named nextDouble Lnet/minecraft/world/gen/WorldGenRandom;nextDouble()D
    • skip

      default void skip​(int count)
      Mappings:
      Namespace Name Mixin selector
      official a Lcmv;a(I)V
      intermediary method_33650 Lnet/minecraft/class_5819;method_33650(I)V
      named skip Lnet/minecraft/world/gen/WorldGenRandom;skip(I)V