Package net.minecraft.world.chunk
Interface ChunkProvider
- All Known Implementing Classes:
ClientChunkCache,DebugChunkGenerator,EndChunkGenerator,FlatChunkGenerator,NetherChunkGenerator,ServerChunkCache,SurfaceChunkGenerator
public interface ChunkProvider
- Mappings:
Namespace Name official amvintermediary net/minecraft/class_396named net/minecraft/world/chunk/ChunkProvider
-
Method Summary
Modifier and Type Method Description booleanchunkExists(int chunkX, int chunkZ)ChunkgetChunk(int int2, int int3)StringgetChunkProviderName()intgetLoadedChunksCount()BlockPosgetNearestStructurePos(World world, String structureName, BlockPos pos)List<Biome.SpawnEntry>getSpawnEntries(EntityCategory category, BlockPos pos)voidmethod_1323(ChunkProvider chunkProvider, int int2, int int3)booleanmethod_1324(ChunkProvider chunkProvider, Chunk chunk, int int2, int int3)voidmethod_1325(Chunk chunk, int int2, int int3)Chunkmethod_1326(BlockPos pos)booleanmethod_1328(boolean bool, ProgressListener progressListener)voidmethod_1329()booleanmethod_1330()booleanmethod_1332()
-
Method Details
-
chunkExists
boolean chunkExists(int chunkX, int chunkZ)- Mappings:
Namespace Name Mixin selector official aLamv;a(II)Zintermediary method_1321Lnet/minecraft/class_396;method_1321(II)Znamed chunkExistsLnet/minecraft/world/chunk/ChunkProvider;chunkExists(II)Z
-
getChunk
- Mappings:
Namespace Name Mixin selector official dLamv;d(II)Lamy;intermediary method_1331Lnet/minecraft/class_396;method_1331(II)Lnet/minecraft/class_399;named getChunkLnet/minecraft/world/chunk/ChunkProvider;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
method_1326
- Mappings:
Namespace Name Mixin selector official aLamv;a(Lcj;)Lamy;intermediary method_1326Lnet/minecraft/class_396;method_1326(Lnet/minecraft/class_1372;)Lnet/minecraft/class_399;named method_1326Lnet/minecraft/world/chunk/ChunkProvider;method_1326(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/Chunk;
-
method_1323
- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamv;II)Vintermediary method_1323Lnet/minecraft/class_396;method_1323(Lnet/minecraft/class_396;II)Vnamed method_1323Lnet/minecraft/world/chunk/ChunkProvider;method_1323(Lnet/minecraft/world/chunk/ChunkProvider;II)V
-
method_1324
- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamv;Lamy;II)Zintermediary method_1324Lnet/minecraft/class_396;method_1324(Lnet/minecraft/class_396;Lnet/minecraft/class_399;II)Znamed method_1324Lnet/minecraft/world/chunk/ChunkProvider;method_1324(Lnet/minecraft/world/chunk/ChunkProvider;Lnet/minecraft/world/chunk/Chunk;II)Z
-
method_1328
- Mappings:
Namespace Name Mixin selector official aLamv;a(ZLnu;)Zintermediary method_1328Lnet/minecraft/class_396;method_1328(ZLnet/minecraft/class_1707;)Znamed method_1328Lnet/minecraft/world/chunk/ChunkProvider;method_1328(ZLnet/minecraft/util/ProgressListener;)Z
-
method_1330
boolean method_1330()- Mappings:
Namespace Name Mixin selector official dLamv;d()Zintermediary method_1330Lnet/minecraft/class_396;method_1330()Znamed method_1330Lnet/minecraft/world/chunk/ChunkProvider;method_1330()Z
-
method_1332
boolean method_1332()- Mappings:
Namespace Name Mixin selector official eLamv;e()Zintermediary method_1332Lnet/minecraft/class_396;method_1332()Znamed method_1332Lnet/minecraft/world/chunk/ChunkProvider;method_1332()Z
-
getChunkProviderName
String getChunkProviderName()- Mappings:
Namespace Name Mixin selector official fLamv;f()Ljava/lang/String;intermediary method_1333Lnet/minecraft/class_396;method_1333()Ljava/lang/String;named getChunkProviderNameLnet/minecraft/world/chunk/ChunkProvider;getChunkProviderName()Ljava/lang/String;
-
getSpawnEntries
- Mappings:
Namespace Name Mixin selector official aLamv;a(Lpt;Lcj;)Ljava/util/List;intermediary method_1327Lnet/minecraft/class_396;method_1327(Lnet/minecraft/class_1755;Lnet/minecraft/class_1372;)Ljava/util/List;named getSpawnEntriesLnet/minecraft/world/chunk/ChunkProvider;getSpawnEntries(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
getNearestStructurePos
- Mappings:
Namespace Name Mixin selector official aLamv;a(Ladm;Ljava/lang/String;Lcj;)Lcj;intermediary method_1322Lnet/minecraft/class_396;method_1322(Lnet/minecraft/class_99;Ljava/lang/String;Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named getNearestStructurePosLnet/minecraft/world/chunk/ChunkProvider;getNearestStructurePos(Lnet/minecraft/world/World;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
getLoadedChunksCount
int getLoadedChunksCount()- Mappings:
Namespace Name Mixin selector official gLamv;g()Iintermediary method_1334Lnet/minecraft/class_396;method_1334()Inamed getLoadedChunksCountLnet/minecraft/world/chunk/ChunkProvider;getLoadedChunksCount()I
-
method_1325
- Mappings:
Namespace Name Mixin selector official aLamv;a(Lamy;II)Vintermediary method_1325Lnet/minecraft/class_396;method_1325(Lnet/minecraft/class_399;II)Vnamed method_1325Lnet/minecraft/world/chunk/ChunkProvider;method_1325(Lnet/minecraft/world/chunk/Chunk;II)V
-
method_1329
void method_1329()- Mappings:
Namespace Name Mixin selector official cLamv;c()Vintermediary method_1329Lnet/minecraft/class_396;method_1329()Vnamed method_1329Lnet/minecraft/world/chunk/ChunkProvider;method_1329()V
-