Interface InitLayer

All Known Implementing Classes:
ContinentLayer, OceanTemperatureLayer

public interface InitLayer
Mappings:
Namespace Name
official dgh
intermediary net/minecraft/class_3658
named net/minecraft/world/biome/layer/type/InitLayer
  • Method Details

    • create

      default <R extends LayerSampler> LayerFactory<R> create(LayerSampleContext<R> context)
      Mappings:
      Namespace Name Mixin selector
      official a Ldgh;a(Ldff;)Ldfc;
      intermediary method_15854 Lnet/minecraft/class_3658;method_15854(Lnet/minecraft/class_3628;)Lnet/minecraft/class_3627;
      named create Lnet/minecraft/world/biome/layer/type/InitLayer;create(Lnet/minecraft/world/biome/layer/util/LayerSampleContext;)Lnet/minecraft/world/biome/layer/util/LayerFactory;
    • sample

      int sample(LayerRandomnessSource context, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ldgh;a(Ldfg;II)I
      intermediary method_15855 Lnet/minecraft/class_3658;method_15855(Lnet/minecraft/class_3630;II)I
      named sample Lnet/minecraft/world/biome/layer/type/InitLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerRandomnessSource;II)I