Interface ChunkRenderFactory

All Known Implementing Classes:
ListChunkRenderFactoryImpl, VboChunkRenderFactoryImpl

@Environment(CLIENT) public interface ChunkRenderFactory
Mappings:
Namespace Name
official bhu
intermediary net/minecraft/class_2482
named net/minecraft/client/render/world/ChunkRenderFactory
  • Method Details

    • get

      BuiltChunk get(World world, WorldRenderer worldRenderer, BlockPos blockPos, int i)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhu;a(Ladm;Lbfr;Lcj;I)Lbht;
      intermediary method_10175 Lnet/minecraft/class_2482;method_10175(Lnet/minecraft/class_1150;Lnet/minecraft/class_530;Lnet/minecraft/class_2552;I)Lnet/minecraft/class_2481;
      named get Lnet/minecraft/client/render/world/ChunkRenderFactory;get(Lnet/minecraft/world/World;Lnet/minecraft/client/render/WorldRenderer;Lnet/minecraft/util/math/BlockPos;I)Lnet/minecraft/client/world/BuiltChunk;