Interface CrossSamplingLayer

All Superinterfaces:
CoordinateTransformer, NorthWestCoordinateTransformer, ParentedLayer
All Known Implementing Classes:
AddClimateLayers.AddCoolBiomesLayer, AddClimateLayers.AddTemperateBiomesLayer, AddDeepOceanLayer, AddEdgeBiomesLayer, AddIslandLayer, EaseBiomeEdgeLayer, NoiseToRiverLayer, SmoothLayer

public interface CrossSamplingLayer
extends ParentedLayer, NorthWestCoordinateTransformer
Mappings:
Namespace Name
official dcg
intermediary net/minecraft/class_3663
named net/minecraft/world/biome/layer/type/CrossSamplingLayer
  • Method Details

    • sample

      int sample​(LayerRandomnessSource context, int n, int e, int s, int w, int center)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcg;a(Ldaz;IIIII)I
      intermediary method_15868 Lnet/minecraft/class_3663;method_15868(Lnet/minecraft/class_3630;IIIII)I
      named sample Lnet/minecraft/world/biome/layer/type/CrossSamplingLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerRandomnessSource;IIIII)I
    • sample

      default int sample​(LayerSampleContext<?> context, LayerSampler parent, int x, int z)
      Specified by:
      sample in interface ParentedLayer
      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