Interface IdentityCoordinateTransformer

All Superinterfaces:
CoordinateTransformer
All Known Subinterfaces:
IdentitySamplingLayer
All Known Implementing Classes:
AddClimateLayers.AddSpecialBiomesLayer, AddRiversLayer, ApplyOceanTemperatureLayer, SetBaseBiomesLayer, SimpleLandNoiseLayer

public interface IdentityCoordinateTransformer
extends CoordinateTransformer
Mappings:
Namespace Name
official dch
intermediary net/minecraft/class_3740
named net/minecraft/world/biome/layer/util/IdentityCoordinateTransformer
  • Method Summary

    Modifier and Type Method Description
    default int transformX​(int x)
    default int transformZ​(int y)
  • Method Details

    • transformX

      default int transformX​(int x)
      Specified by:
      transformX in interface CoordinateTransformer
      Mappings:
      Namespace Name Mixin selector
      official a Ldcj;a(I)I
      intermediary method_16342 Lnet/minecraft/class_3741;method_16342(I)I
      named transformX Lnet/minecraft/world/biome/layer/util/CoordinateTransformer;transformX(I)I
    • transformZ

      default int transformZ​(int y)
      Specified by:
      transformZ in interface CoordinateTransformer
      Mappings:
      Namespace Name Mixin selector
      official b Ldcj;b(I)I
      intermediary method_16343 Lnet/minecraft/class_3741;method_16343(I)I
      named transformZ Lnet/minecraft/world/biome/layer/util/CoordinateTransformer;transformZ(I)I