Interface ChunkProvider

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ClientChunkProvider, ServerChunkProvider

public interface ChunkProvider extends AutoCloseable
Mappings:
Namespace Name
official bnc
intermediary net/minecraft/class_1193
named net/minecraft/world/chunk/ChunkProvider
  • Method Details

    • method_17044

      @Nullable Chunk method_17044(int int2, int int3, boolean bool, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbnc;a(IIZZ)Lbnj;
      intermediary method_17044 Lnet/minecraft/class_1193;method_17044(IIZZ)Lnet/minecraft/class_1196;
      named method_17044 Lnet/minecraft/world/chunk/ChunkProvider;method_17044(IIZZ)Lnet/minecraft/world/chunk/Chunk;
    • method_17043

      @Nullable default class_3781 method_17043(int int2, int int3, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lbnc;a(IIZ)Lbmx;
      intermediary method_17043 Lnet/minecraft/class_1193;method_17043(IIZ)Lnet/minecraft/class_3781;
      named method_17043 Lnet/minecraft/world/chunk/ChunkProvider;method_17043(IIZ)Lnet/minecraft/class_3781;
    • method_17045

      boolean method_17045(BooleanSupplier booleanSupplier)
      Mappings:
      Namespace Name Mixin selector
      official a Lbnc;a(Ljava/util/function/BooleanSupplier;)Z
      intermediary method_17045 Lnet/minecraft/class_1193;method_17045(Ljava/util/function/BooleanSupplier;)Z
      named method_17045 Lnet/minecraft/world/chunk/ChunkProvider;method_17045(Ljava/util/function/BooleanSupplier;)Z
    • getChunkProviderName

      String getChunkProviderName()
      Mappings:
      Namespace Name Mixin selector
      official e Lbnc;e()Ljava/lang/String;
      intermediary method_3872 Lnet/minecraft/class_1193;method_3872()Ljava/lang/String;
      named getChunkProviderName Lnet/minecraft/world/chunk/ChunkProvider;getChunkProviderName()Ljava/lang/String;
    • method_17046

      ChunkGenerator<?> method_17046()
      Mappings:
      Namespace Name Mixin selector
      official f Lbnc;f()Lbmy;
      intermediary method_17046 Lnet/minecraft/class_1193;method_17046()Lnet/minecraft/class_2744;
      named method_17046 Lnet/minecraft/world/chunk/ChunkProvider;method_17046()Lnet/minecraft/server/world/ChunkGenerator;
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
      Mappings:
      Namespace Name Mixin selector
      official close Lbnc;close()V
      intermediary close Lnet/minecraft/class_1193;close()V
      named close Lnet/minecraft/world/chunk/ChunkProvider;close()V