Interface ParentedLayer

All Superinterfaces:
CoordinateTransformer
All Known Subinterfaces:
CrossSamplingLayer, DiagonalCrossSamplingLayer, IdentitySamplingLayer, SouthEastSamplingLayer
All Known Implementing Classes:
AddBambooJungleLayer, AddClimateLayers.AddCoolBiomesLayer, AddClimateLayers.AddSpecialBiomesLayer, AddClimateLayers.AddTemperateBiomesLayer, AddColdClimatesLayer, AddDeepOceanLayer, AddEdgeBiomesLayer, AddIslandLayer, AddMushroomIslandLayer, AddSunflowerPlainsLayer, EaseBiomeEdgeLayer, IncreaseEdgeCurvatureLayer, NoiseToRiverLayer, ScaleLayer, SetBaseBiomesLayer, SimpleLandNoiseLayer, SmoothLayer

public interface ParentedLayer
extends CoordinateTransformer
Mappings:
Namespace Name
official dcb
intermediary net/minecraft/class_3660
named net/minecraft/world/biome/layer/type/ParentedLayer
  • Method Details

    • create

      default <R extends LayerSampler> LayerFactory<R> create​(LayerSampleContext<R> context, LayerFactory<R> parent)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcb;a(Lday;Ldav;)Ldav;
      intermediary method_15862 Lnet/minecraft/class_3660;method_15862(Lnet/minecraft/class_3628;Lnet/minecraft/class_3627;)Lnet/minecraft/class_3627;
      named create Lnet/minecraft/world/biome/layer/type/ParentedLayer;create(Lnet/minecraft/world/biome/layer/util/LayerSampleContext;Lnet/minecraft/world/biome/layer/util/LayerFactory;)Lnet/minecraft/world/biome/layer/util/LayerFactory;
    • sample

      int sample​(LayerSampleContext<?> context, LayerSampler parent, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcb;a(Lday;Ldau;II)I
      intermediary method_15863 Lnet/minecraft/class_3660;method_15863(Lnet/minecraft/class_3628;Lnet/minecraft/class_3625;II)I
      named sample Lnet/minecraft/world/biome/layer/type/ParentedLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerSampleContext;Lnet/minecraft/world/biome/layer/util/LayerSampler;II)I