Class NoiseSamplingConfig

java.lang.Object
net.minecraft.world.gen.chunk.NoiseSamplingConfig

public class NoiseSamplingConfig extends Object
Mappings:
Namespace Name
official cpy
intermediary net/minecraft/class_5308
named net/minecraft/world/gen/chunk/NoiseSamplingConfig
  • Field Details

    • CODEC_RANGE

      private static final com.mojang.serialization.Codec<Double> CODEC_RANGE
      Mappings:
      Namespace Name Mixin selector
      official b Lcpy;b:Lcom/mojang/serialization/Codec;
      intermediary field_25188 Lnet/minecraft/class_5308;field_25188:Lcom/mojang/serialization/Codec;
      named CODEC_RANGE Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;CODEC_RANGE:Lcom/mojang/serialization/Codec;
    • CODEC

      public static final com.mojang.serialization.Codec<NoiseSamplingConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a:Lcom/mojang/serialization/Codec;
      intermediary field_24799 Lnet/minecraft/class_5308;field_24799:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;CODEC:Lcom/mojang/serialization/Codec;
    • xzScale

      private final double xzScale
      Mappings:
      Namespace Name Mixin selector
      official c Lcpy;c:D
      intermediary field_24800 Lnet/minecraft/class_5308;field_24800:D
      named xzScale Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;xzScale:D
    • yScale

      private final double yScale
      Mappings:
      Namespace Name Mixin selector
      official d Lcpy;d:D
      intermediary field_24801 Lnet/minecraft/class_5308;field_24801:D
      named yScale Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;yScale:D
    • xzFactor

      private final double xzFactor
      Mappings:
      Namespace Name Mixin selector
      official e Lcpy;e:D
      intermediary field_24802 Lnet/minecraft/class_5308;field_24802:D
      named xzFactor Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;xzFactor:D
    • yFactor

      private final double yFactor
      Mappings:
      Namespace Name Mixin selector
      official f Lcpy;f:D
      intermediary field_24803 Lnet/minecraft/class_5308;field_24803:D
      named yFactor Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;yFactor:D
  • Constructor Details

    • NoiseSamplingConfig

      public NoiseSamplingConfig(double xzScale, double yScale, double xzFactor, double yFactor)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcpy;<init>(DDDD)V
      intermediary <init> Lnet/minecraft/class_5308;<init>(DDDD)V
      named <init> Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;<init>(DDDD)V
  • Method Details

    • getXZScale

      public double getXZScale()
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a()D
      intermediary method_28576 Lnet/minecraft/class_5308;method_28576()D
      named getXZScale Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;getXZScale()D
    • getYScale

      public double getYScale()
      Mappings:
      Namespace Name Mixin selector
      official b Lcpy;b()D
      intermediary method_28578 Lnet/minecraft/class_5308;method_28578()D
      named getYScale Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;getYScale()D
    • getXZFactor

      public double getXZFactor()
      Mappings:
      Namespace Name Mixin selector
      official c Lcpy;c()D
      intermediary method_28579 Lnet/minecraft/class_5308;method_28579()D
      named getXZFactor Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;getXZFactor()D
    • getYFactor

      public double getYFactor()
      Mappings:
      Namespace Name Mixin selector
      official d Lcpy;d()D
      intermediary method_28580 Lnet/minecraft/class_5308;method_28580()D
      named getYFactor Lnet/minecraft/world/gen/chunk/NoiseSamplingConfig;getYFactor()D