Interface ChunkProvider

All Known Implementing Classes:
ChunkManager, ClientChunkManager, ServerChunkManager

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

    • getChunk

      @Nullable @Nullable BlockView getChunk(int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      official c Ldbc;c(II)Lcjc;
      intermediary method_12246 Lnet/minecraft/class_2823;method_12246(II)Lnet/minecraft/class_1922;
      named getChunk Lnet/minecraft/world/chunk/ChunkProvider;getChunk(II)Lnet/minecraft/world/BlockView;
    • onLightUpdate

      default void onLightUpdate(LightType type, ChunkSectionPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbc;a(Lckf;Lhs;)V
      intermediary method_12247 Lnet/minecraft/class_2823;method_12247(Lnet/minecraft/class_1944;Lnet/minecraft/class_4076;)V
      named onLightUpdate Lnet/minecraft/world/chunk/ChunkProvider;onLightUpdate(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/ChunkSectionPos;)V
    • getWorld

      BlockView getWorld()
      Mappings:
      Namespace Name Mixin selector
      official q Ldbc;q()Lcjc;
      intermediary method_16399 Lnet/minecraft/class_2823;method_16399()Lnet/minecraft/class_1922;
      named getWorld Lnet/minecraft/world/chunk/ChunkProvider;getWorld()Lnet/minecraft/world/BlockView;