Interface DiagonalCrossSamplingLayer

All Superinterfaces:
CoordinateTransformer, NorthWestCoordinateTransformer, ParentedLayer
All Known Implementing Classes:
AddMushroomIslandLayer, IncreaseEdgeCurvatureLayer

public interface DiagonalCrossSamplingLayer
extends ParentedLayer, NorthWestCoordinateTransformer
Mappings:
Namespace Name
official dcd
intermediary net/minecraft/class_3662
named net/minecraft/world/biome/layer/type/DiagonalCrossSamplingLayer
  • Method Details

    • sample

      int sample​(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcd;a(Ldaz;IIIII)I
      intermediary method_15867 Lnet/minecraft/class_3662;method_15867(Lnet/minecraft/class_3630;IIIII)I
      named sample Lnet/minecraft/world/biome/layer/type/DiagonalCrossSamplingLayer;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