Interface WorldGenRandom

All Known Implementing Classes:
ChunkRandom, SimpleRandom

public interface WorldGenRandom
Mappings:
Namespace Name
official cnw
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)  
    long nextLong()  
    default void skip​(int count)  
  • Method Details

    • nextInt

      int nextInt()
      Mappings:
      Namespace Name Mixin selector
      official nextInt Lcnw;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 Lcnw;nextInt(I)I
      intermediary nextInt Lnet/minecraft/class_5819;nextInt(I)I
      named nextInt Lnet/minecraft/world/gen/WorldGenRandom;nextInt(I)I
    • nextLong

      long nextLong()
      Mappings:
      Namespace Name Mixin selector
      official nextLong Lcnw;nextLong()J
      intermediary nextLong Lnet/minecraft/class_5819;nextLong()J
      named nextLong Lnet/minecraft/world/gen/WorldGenRandom;nextLong()J
    • nextDouble

      double nextDouble()
      Mappings:
      Namespace Name Mixin selector
      official nextDouble Lcnw;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 Lcnw;a(I)V
      intermediary method_33650 Lnet/minecraft/class_5819;method_33650(I)V
      named skip Lnet/minecraft/world/gen/WorldGenRandom;skip(I)V