Interface DensityFunctionTypes.Wrapper

All Superinterfaces:
DensityFunction
All Known Implementing Classes:
ChunkNoiseSampler.Cache2D, ChunkNoiseSampler.CacheOnce, ChunkNoiseSampler.CellCache, ChunkNoiseSampler.FlatCacheDensityFunction, ChunkNoiseSampler.NoiseInterpolator, DensityFunctionTypes.Wrapping
Enclosing class:
DensityFunctionTypes

public static interface DensityFunctionTypes.Wrapper extends DensityFunction
Mappings:
Namespace Name
official ddv$m
intermediary net/minecraft/class_6916$class_7052
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapper
  • Method Details

    • type

      Mappings:
      Namespace Name Mixin selector
      official j Lddv$m;j()Lddv$l$a;
      intermediary comp_383 Lnet/minecraft/class_6916$class_7052;comp_383()Lnet/minecraft/class_6916$class_6927$class_6928;
      named type Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapper;type()Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;
    • wrapped

      DensityFunction wrapped()
      Mappings:
      Namespace Name Mixin selector
      official k Lddv$m;k()Lddu;
      intermediary comp_469 Lnet/minecraft/class_6916$class_7052;comp_469()Lnet/minecraft/class_6910;
      named wrapped Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapper;wrapped()Lnet/minecraft/world/gen/densityfunction/DensityFunction;
    • getCodecHolder

      default CodecHolder<? extends DensityFunction> getCodecHolder()
      Specified by:
      getCodecHolder in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official c Lddu;c()Lanw;
      intermediary method_41062 Lnet/minecraft/class_6910;method_41062()Lnet/minecraft/class_7243;
      named getCodecHolder Lnet/minecraft/world/gen/densityfunction/DensityFunction;getCodecHolder()Lnet/minecraft/util/dynamic/CodecHolder;
    • apply

      Specified by:
      apply in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official a Lddu;a(Lddu$f;)Lddu;
      intermediary method_40469 Lnet/minecraft/class_6910;method_40469(Lnet/minecraft/class_6910$class_6915;)Lnet/minecraft/class_6910;
      named apply Lnet/minecraft/world/gen/densityfunction/DensityFunction;apply(Lnet/minecraft/world/gen/densityfunction/DensityFunction$DensityFunctionVisitor;)Lnet/minecraft/world/gen/densityfunction/DensityFunction;