Interface FullChunkConverter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FullChunkConverter
Mappings:
Namespace Name
named net/minecraft/world/chunk/FullChunkConverter
intermediary net/minecraft/class_9311
official dvc
  • Method Details

    • apply

      CompletableFuture<Chunk> apply(Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/world/chunk/FullChunkConverter;apply(Lnet/minecraft/world/chunk/Chunk;)Ljava/util/concurrent/CompletableFuture;
      intermediary apply Lnet/minecraft/class_9311;apply(Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;
      official apply Ldvc;apply(Ldua;)Ljava/util/concurrent/CompletableFuture;