Package net.minecraft
Class class_5565
java.lang.Object
net.minecraft.class_5565
- All Implemented Interfaces:
AutoCloseable
,class_5571<Entity>
public class class_5565 extends Object implements class_5571<Entity>
-
Field Summary
Fields Modifier and Type Field Description protected com.mojang.datafixers.DataFixer
field_27231
private static Logger
field_27232
private ServerWorld
field_27233
private StorageIoWorker
field_27234
private LongSet
field_27235
private Executor
field_27236
-
Constructor Summary
Constructors Constructor Description class_5565(ServerWorld serverWorld, File file, com.mojang.datafixers.DataFixer dataFixer, boolean bool, Executor executor)
-
Method Summary
Modifier and Type Method Description void
close()
static int
method_31732(CompoundTag compoundTag)
private static void
method_31733(CompoundTag compoundTag, ChunkPos chunkPos)
private static class_5566<Entity>
method_31735(ChunkPos chunkPos)
private static ChunkPos
method_31736(CompoundTag compoundTag)
private CompoundTag
method_31737(CompoundTag compoundTag)
void
method_31758()
CompletableFuture<class_5566<Entity>>
method_31759(ChunkPos chunkPos)
void
method_31760(class_5566<Entity> class_5566)
-
Field Details
-
field_27232
-
field_27233
-
field_27234
-
field_27235
-
field_27236
-
field_27231
protected final com.mojang.datafixers.DataFixer field_27231
-
-
Constructor Details
-
class_5565
public class_5565(ServerWorld serverWorld, File file, com.mojang.datafixers.DataFixer dataFixer, boolean bool, Executor executor)
-
-
Method Details
-
method_31759
- Specified by:
method_31759
in interfaceclass_5571<Entity>
-
method_31736
-
method_31733
-
method_31735
-
method_31760
- Specified by:
method_31760
in interfaceclass_5571<Entity>
-
method_31758
public void method_31758()- Specified by:
method_31758
in interfaceclass_5571<Entity>
-
method_31737
-
method_31732
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceclass_5571<Entity>
- Throws:
IOException
-