Class AtomicSimpleRandom

java.lang.Object
net.minecraft.world.gen.random.AtomicSimpleRandom
All Implemented Interfaces:
AbstractRandom, BaseSimpleRandom
Direct Known Subclasses:
ChunkRandom

public class AtomicSimpleRandom extends Object implements BaseSimpleRandom
Mappings:
Namespace Name
official cxi
intermediary net/minecraft/class_5820
named net/minecraft/world/gen/random/AtomicSimpleRandom
  • Field Details

    • INT_BITS

      private static final int INT_BITS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcxi;c:I
      intermediary field_31471 Lnet/minecraft/class_5820;field_31471:I
      named INT_BITS Lnet/minecraft/world/gen/random/AtomicSimpleRandom;INT_BITS:I
    • SEED_MASK

      private static final long SEED_MASK
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lcxi;d:J
      intermediary field_31472 Lnet/minecraft/class_5820;field_31472:J
      named SEED_MASK Lnet/minecraft/world/gen/random/AtomicSimpleRandom;SEED_MASK:J
    • MULTIPLIER

      private static final long MULTIPLIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lcxi;e:J
      intermediary field_31473 Lnet/minecraft/class_5820;field_31473:J
      named MULTIPLIER Lnet/minecraft/world/gen/random/AtomicSimpleRandom;MULTIPLIER:J
    • INCREMENT

      private static final long INCREMENT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Lcxi;f:J
      intermediary field_31474 Lnet/minecraft/class_5820;field_31474:J
      named INCREMENT Lnet/minecraft/world/gen/random/AtomicSimpleRandom;INCREMENT:J
    • seed

      private final AtomicLong seed
      Mappings:
      Namespace Name Mixin selector
      official g Lcxi;g:Ljava/util/concurrent/atomic/AtomicLong;
      intermediary field_28766 Lnet/minecraft/class_5820;field_28766:Ljava/util/concurrent/atomic/AtomicLong;
      named seed Lnet/minecraft/world/gen/random/AtomicSimpleRandom;seed:Ljava/util/concurrent/atomic/AtomicLong;
    • gaussianGenerator

      private final GaussianGenerator gaussianGenerator
      Mappings:
      Namespace Name Mixin selector
      official h Lcxi;h:Lcxj;
      intermediary field_35124 Lnet/minecraft/class_5820;field_35124:Lnet/minecraft/class_6672;
      named gaussianGenerator Lnet/minecraft/world/gen/random/AtomicSimpleRandom;gaussianGenerator:Lnet/minecraft/world/gen/random/GaussianGenerator;
  • Constructor Details

    • AtomicSimpleRandom

      public AtomicSimpleRandom(long seed)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxi;<init>(J)V
      intermediary <init> Lnet/minecraft/class_5820;<init>(J)V
      named <init> Lnet/minecraft/world/gen/random/AtomicSimpleRandom;<init>(J)V
  • Method Details

    • derive

      public AbstractRandom derive()
      Specified by:
      derive in interface AbstractRandom
      Mappings:
      Namespace Name Mixin selector
      official d Laki;d()Laki;
      intermediary method_38420 Lnet/minecraft/class_5819;method_38420()Lnet/minecraft/class_5819;
      named derive Lnet/minecraft/world/gen/random/AbstractRandom;derive()Lnet/minecraft/world/gen/random/AbstractRandom;
    • createRandomDeriver

      public RandomDeriver createRandomDeriver()
      Specified by:
      createRandomDeriver in interface AbstractRandom
      Mappings:
      Namespace Name Mixin selector
      official e Laki;e()Lcxu;
      intermediary method_38421 Lnet/minecraft/class_5819;method_38421()Lnet/minecraft/class_6574;
      named createRandomDeriver Lnet/minecraft/world/gen/random/AbstractRandom;createRandomDeriver()Lnet/minecraft/world/gen/random/RandomDeriver;
    • setSeed

      public void setSeed(long seed)
      Specified by:
      setSeed in interface AbstractRandom
      Mappings:
      Namespace Name Mixin selector
      official b Laki;b(J)V
      intermediary method_43052 Lnet/minecraft/class_5819;method_43052(J)V
      named setSeed Lnet/minecraft/world/gen/random/AbstractRandom;setSeed(J)V
    • method_43156

      public int method_43156(int int2)
      Specified by:
      method_43156 in interface BaseSimpleRandom
      Mappings:
      Namespace Name Mixin selector
      official c Lcww;c(I)I
      intermediary method_43156 Lnet/minecraft/class_6566;method_43156(I)I
      named method_43156 Lnet/minecraft/world/gen/random/BaseSimpleRandom;method_43156(I)I
    • nextGaussian

      public double nextGaussian()
      Specified by:
      nextGaussian in interface AbstractRandom
      Mappings:
      Namespace Name Mixin selector
      official k Laki;k()D
      intermediary method_43059 Lnet/minecraft/class_5819;method_43059()D
      named nextGaussian Lnet/minecraft/world/gen/random/AbstractRandom;nextGaussian()D