Package net.minecraft.world.chunk
Interface ChunkProvider
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ClientChunkProvider,ServerChunkProvider
- Mappings:
Namespace Name official bncintermediary net/minecraft/class_1193named net/minecraft/world/chunk/ChunkProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()default class_3781method_17043(int int2, int int3, boolean bool) method_17044(int int2, int int3, boolean bool, boolean bool2) booleanmethod_17045(BooleanSupplier booleanSupplier)
-
Method Details
-
method_17044
- Mappings:
Namespace Name Mixin selector official aLbnc;a(IIZZ)Lbnj;intermediary method_17044Lnet/minecraft/class_1193;method_17044(IIZZ)Lnet/minecraft/class_1196;named method_17044Lnet/minecraft/world/chunk/ChunkProvider;method_17044(IIZZ)Lnet/minecraft/world/chunk/Chunk;
-
method_17043
- Mappings:
Namespace Name Mixin selector official aLbnc;a(IIZ)Lbmx;intermediary method_17043Lnet/minecraft/class_1193;method_17043(IIZ)Lnet/minecraft/class_3781;named method_17043Lnet/minecraft/world/chunk/ChunkProvider;method_17043(IIZ)Lnet/minecraft/class_3781;
-
method_17045
- Mappings:
Namespace Name Mixin selector official aLbnc;a(Ljava/util/function/BooleanSupplier;)Zintermediary method_17045Lnet/minecraft/class_1193;method_17045(Ljava/util/function/BooleanSupplier;)Znamed method_17045Lnet/minecraft/world/chunk/ChunkProvider;method_17045(Ljava/util/function/BooleanSupplier;)Z
-
getChunkProviderName
String getChunkProviderName()- Mappings:
Namespace Name Mixin selector official eLbnc;e()Ljava/lang/String;intermediary method_3872Lnet/minecraft/class_1193;method_3872()Ljava/lang/String;named getChunkProviderNameLnet/minecraft/world/chunk/ChunkProvider;getChunkProviderName()Ljava/lang/String;
-
method_17046
ChunkGenerator<?> method_17046()- Mappings:
Namespace Name Mixin selector official fLbnc;f()Lbmy;intermediary method_17046Lnet/minecraft/class_1193;method_17046()Lnet/minecraft/class_2744;named method_17046Lnet/minecraft/world/chunk/ChunkProvider;method_17046()Lnet/minecraft/server/world/ChunkGenerator;
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Mappings:
Namespace Name Mixin selector official closeLbnc;close()Vintermediary closeLnet/minecraft/class_1193;close()Vnamed closeLnet/minecraft/world/chunk/ChunkProvider;close()V
-