Interface BlockPosRandomDeriver

All Known Implementing Classes:
AtomicSimpleRandom.class_6671, class_6677.class_6678

public interface BlockPosRandomDeriver
Mappings:
Namespace Name
official csn
intermediary net/minecraft/class_6574
named net/minecraft/world/gen/random/BlockPosRandomDeriver
  • Method Details

    • createRandom

      default AbstractRandom createRandom(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsn;a(Lgh;)Lcso;
      intermediary method_38419 Lnet/minecraft/class_6574;method_38419(Lnet/minecraft/class_2338;)Lnet/minecraft/class_5819;
      named createRandom Lnet/minecraft/world/gen/random/BlockPosRandomDeriver;createRandom(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/gen/random/AbstractRandom;
    • method_39000

      default AbstractRandom method_39000(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsn;a(Lxc;)Lcso;
      intermediary method_39000 Lnet/minecraft/class_6574;method_39000(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5819;
      named method_39000 Lnet/minecraft/world/gen/random/BlockPosRandomDeriver;method_39000(Lnet/minecraft/util/Identifier;)Lnet/minecraft/world/gen/random/AbstractRandom;
    • createRandom

      AbstractRandom createRandom(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsn;a(III)Lcso;
      intermediary method_38418 Lnet/minecraft/class_6574;method_38418(III)Lnet/minecraft/class_5819;
      named createRandom Lnet/minecraft/world/gen/random/BlockPosRandomDeriver;createRandom(III)Lnet/minecraft/world/gen/random/AbstractRandom;
    • method_38995

      AbstractRandom method_38995(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsn;a(Ljava/lang/String;)Lcso;
      intermediary method_38995 Lnet/minecraft/class_6574;method_38995(Ljava/lang/String;)Lnet/minecraft/class_5819;
      named method_38995 Lnet/minecraft/world/gen/random/BlockPosRandomDeriver;method_38995(Ljava/lang/String;)Lnet/minecraft/world/gen/random/AbstractRandom;