Package net.minecraft

Interface class_6357

All Known Implementing Classes:
NoiseCaveSampler, NoiseChunkGenerator.class_6356
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 interface class_6357
Mappings:
Namespace Name
official cpd
intermediary net/minecraft/class_6357
named net/minecraft/class_6357
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static class_6357
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    sample​(double double2, int int2, int int3, int int4)
     
  • Field Details

    • field_33652

      static final class_6357 field_33652
      Mappings:
      Namespace Name Mixin selector
      official b Lcpd;b:Lcpd;
      intermediary field_33652 Lnet/minecraft/class_6357;field_33652:Lnet/minecraft/class_6357;
      named field_33652 Lnet/minecraft/class_6357;field_33652:Lnet/minecraft/class_6357;
  • Method Details

    • sample

      double sample(double double2, int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official modifyNoise Lcpd;modifyNoise(DIII)D
      intermediary method_33747 Lnet/minecraft/class_6357;method_33747(DIII)D
      named sample Lnet/minecraft/class_6357;sample(DIII)D