Package net.minecraft
Interface class_5571<T>
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
class_5565
public interface class_5571<T> extends AutoCloseable
- Mappings:
Namespace Name official cle
intermediary net/minecraft/class_5571
named net/minecraft/class_5571
-
Method Summary
Modifier and Type Method Description default void
close()
void
method_31758()
CompletableFuture<class_5566<T>>
method_31759(ChunkPos chunkPos)
void
method_31760(class_5566<T> class_5566)
-
Method Details
-
method_31759
- Mappings:
Namespace Name Mixin selector official a
Lcle;a(Lbta;)Ljava/util/concurrent/CompletableFuture;
intermediary method_31759
Lnet/minecraft/class_5571;method_31759(Lnet/minecraft/class_1923;)Ljava/util/concurrent/CompletableFuture;
named method_31759
Lnet/minecraft/class_5571;method_31759(Lnet/minecraft/util/math/ChunkPos;)Ljava/util/concurrent/CompletableFuture;
-
method_31760
- Mappings:
Namespace Name Mixin selector official a
Lcle;a(Lckz;)V
intermediary method_31760
Lnet/minecraft/class_5571;method_31760(Lnet/minecraft/class_5566;)V
named method_31760
Lnet/minecraft/class_5571;method_31760(Lnet/minecraft/class_5566;)V
-
method_31758
void method_31758()- Mappings:
Namespace Name Mixin selector official a
Lcle;a()V
intermediary method_31758
Lnet/minecraft/class_5571;method_31758()V
named method_31758
Lnet/minecraft/class_5571;method_31758()V
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official close
Lcle;close()V
intermediary close
Lnet/minecraft/class_5571;close()V
named close
Lnet/minecraft/class_5571;close()V
-