Package net.minecraft

Interface class_5819

All Known Implementing Classes:
ChunkRandom, class_5820

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

    Modifier and Type Method Description
    default void method_33650​(int int2)  
    double nextDouble()  
    int nextInt()  
    int nextInt​(int int2)  
  • 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/class_5819;nextInt()I
    • nextInt

      int nextInt​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official nextInt Lcmv;nextInt(I)I
      intermediary nextInt Lnet/minecraft/class_5819;nextInt(I)I
      named nextInt Lnet/minecraft/class_5819;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/class_5819;nextDouble()D
    • method_33650

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