Package net.minecraft.server.world
Interface ChunkGenerator
- All Known Implementing Classes:
DebugChunkGenerator,EndChunkGenerator,FlatChunkGenerator,NetherChunkGenerator,SurfaceChunkGenerator
public interface ChunkGenerator
- Mappings:
Namespace Name official axqintermediary net/minecraft/class_2744named net/minecraft/server/world/ChunkGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(int x, int z) getSpawnEntries(EntityCategory category, BlockPos pos) booleanmethod_11762(Chunk chunk, int x, int z) voidmethod_11764(int x, int z) booleanmethod_14387(World world, String string, BlockPos pos) method_3866(World world, String string, BlockPos pos, boolean bool) voidmethod_4702(Chunk chunk, int x, int z)
-
Method Details
-
generate
- Mappings:
Namespace Name Mixin selector official aLaxq;a(II)Laxw;intermediary method_11761Lnet/minecraft/class_2744;method_11761(II)Lnet/minecraft/class_1196;named generateLnet/minecraft/server/world/ChunkGenerator;generate(II)Lnet/minecraft/world/chunk/Chunk;
-
method_11764
void method_11764(int x, int z) - Mappings:
Namespace Name Mixin selector official bLaxq;b(II)Vintermediary method_11764Lnet/minecraft/class_2744;method_11764(II)Vnamed method_11764Lnet/minecraft/server/world/ChunkGenerator;method_11764(II)V
-
method_11762
- Mappings:
Namespace Name Mixin selector official aLaxq;a(Laxw;II)Zintermediary method_11762Lnet/minecraft/class_2744;method_11762(Lnet/minecraft/class_1196;II)Znamed method_11762Lnet/minecraft/server/world/ChunkGenerator;method_11762(Lnet/minecraft/world/chunk/Chunk;II)Z
-
getSpawnEntries
- Mappings:
Namespace Name Mixin selector official aLaxq;a(Lvr;Let;)Ljava/util/List;intermediary method_11763Lnet/minecraft/class_2744;method_11763(Lnet/minecraft/class_872;Lnet/minecraft/class_2552;)Ljava/util/List;named getSpawnEntriesLnet/minecraft/server/world/ChunkGenerator;getSpawnEntries(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_3866
- Mappings:
Namespace Name Mixin selector official aLaxq;a(Lamu;Ljava/lang/String;Let;Z)Let;intermediary method_3866Lnet/minecraft/class_2744;method_3866(Lnet/minecraft/class_1150;Ljava/lang/String;Lnet/minecraft/class_2552;Z)Lnet/minecraft/class_2552;named method_3866Lnet/minecraft/server/world/ChunkGenerator;method_3866(Lnet/minecraft/world/World;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Z)Lnet/minecraft/util/math/BlockPos;
-
method_4702
- Mappings:
Namespace Name Mixin selector official bLaxq;b(Laxw;II)Vintermediary method_4702Lnet/minecraft/class_2744;method_4702(Lnet/minecraft/class_1196;II)Vnamed method_4702Lnet/minecraft/server/world/ChunkGenerator;method_4702(Lnet/minecraft/world/chunk/Chunk;II)V
-
method_14387
- Mappings:
Namespace Name Mixin selector official aLaxq;a(Lamu;Ljava/lang/String;Let;)Zintermediary method_14387Lnet/minecraft/class_2744;method_14387(Lnet/minecraft/class_1150;Ljava/lang/String;Lnet/minecraft/class_2552;)Znamed method_14387Lnet/minecraft/server/world/ChunkGenerator;method_14387(Lnet/minecraft/world/World;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Z
-