Class NotRandomSource

java.lang.Object
net.nikdo53.tinymultiblocklib.components.NotRandomSource
All Implemented Interfaces:
net.minecraft.util.RandomSource

public class NotRandomSource extends Object implements net.minecraft.util.RandomSource
  • Constructor Details

    • NotRandomSource

      public NotRandomSource()
  • Method Details

    • fork

      public net.minecraft.util.RandomSource fork()
      Specified by:
      fork in interface net.minecraft.util.RandomSource
    • forkPositional

      public net.minecraft.world.level.levelgen.PositionalRandomFactory forkPositional()
      Specified by:
      forkPositional in interface net.minecraft.util.RandomSource
    • setSeed

      public void setSeed(long seed)
      Specified by:
      setSeed in interface net.minecraft.util.RandomSource
    • nextInt

      public int nextInt()
      Specified by:
      nextInt in interface net.minecraft.util.RandomSource
    • nextInt

      public int nextInt(int bound)
      Specified by:
      nextInt in interface net.minecraft.util.RandomSource
    • nextLong

      public long nextLong()
      Specified by:
      nextLong in interface net.minecraft.util.RandomSource
    • nextBoolean

      public boolean nextBoolean()
      Specified by:
      nextBoolean in interface net.minecraft.util.RandomSource
    • nextFloat

      public float nextFloat()
      Specified by:
      nextFloat in interface net.minecraft.util.RandomSource
    • nextDouble

      public double nextDouble()
      Specified by:
      nextDouble in interface net.minecraft.util.RandomSource
    • nextGaussian

      public double nextGaussian()
      Specified by:
      nextGaussian in interface net.minecraft.util.RandomSource