Interface ChunkNoiseSampler.ValueSamplerFactory

Enclosing class:
ChunkNoiseSampler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ChunkNoiseSampler.ValueSamplerFactory
Mappings:
Namespace Name
official ctg$b
intermediary net/minecraft/class_6568$class_6571
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$ValueSamplerFactory
  • Method Details

    • create

      Mappings:
      Namespace Name Mixin selector
      official instantiate Lctg$b;instantiate(Lctg;)Lctg$e;
      intermediary instantiate Lnet/minecraft/class_6568$class_6571;instantiate(Lnet/minecraft/class_6568;)Lnet/minecraft/class_6568$class_6573;
      named create Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ValueSamplerFactory;create(Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;)Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ValueSampler;