Interface ChunkProvider

All Known Implementing Classes:
ClientChunkProvider, ServerChunkProvider

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

    • getLoadedChunk

      @Nullable Chunk getLoadedChunk(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lasa;a(II)Lasf;
      intermediary method_11765 Lnet/minecraft/class_1193;method_11765(II)Lnet/minecraft/class_1196;
      named getLoadedChunk Lnet/minecraft/world/chunk/ChunkProvider;getLoadedChunk(II)Lnet/minecraft/world/chunk/Chunk;
    • getOrGenerateChunks

      Chunk getOrGenerateChunks(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official c Lasa;c(II)Lasf;
      intermediary method_11766 Lnet/minecraft/class_1193;method_11766(II)Lnet/minecraft/class_1196;
      named getOrGenerateChunks Lnet/minecraft/world/chunk/ChunkProvider;getOrGenerateChunks(II)Lnet/minecraft/world/chunk/Chunk;
    • tickChunks

      boolean tickChunks()
      Mappings:
      Namespace Name Mixin selector
      official d Lasa;d()Z
      intermediary method_3869 Lnet/minecraft/class_1193;method_3869()Z
      named tickChunks Lnet/minecraft/world/chunk/ChunkProvider;tickChunks()Z
    • getChunkProviderName

      String getChunkProviderName()
      Mappings:
      Namespace Name Mixin selector
      official f Lasa;f()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;