public class RegionFileSection<R extends MinecraftSerializable>
extends RegionFileCache
| byb | |
| net.minecraft.class_4180 | |
| net.minecraft.world.chunk.storage.RegionSectionCache | |
| net.minecraft.server.v1_14_R1.RegionFileSection |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private static final org.apache.logging.log4j.Logger |
| ||||||
| private final it.unimi.dsi.fastutil.longs.Long2ObjectMap<Optional<R>> |
| ||||||
| private final it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet |
| ||||||
| private final BiFunction<Runnable, com.mojang.datafixers.Dynamic<?>, R> |
| ||||||
| private final Function<Runnable, R> |
| ||||||
| private final com.mojang.datafixers.DataFixer |
| ||||||
| private final DataFixTypes |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (File arg0, BiFunction<Runnable, com.mojang.datafixers.Dynamic<?>, R> arg1, Function<Runnable, R> arg2, com.mojang.datafixers.DataFixer arg3, DataFixTypes arg4) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| protected void |
| ||||||
| protected Optional<R> |
| ||||||
| protected Optional<R> |
| ||||||
| protected boolean |
| ||||||
| protected R |
| ||||||
| private void |
| ||||||
| private NBTTagCompound |
| ||||||
| private <T> void |
| ||||||
| private void |
| ||||||
| private <T> com.mojang.datafixers.Dynamic<T> |
| ||||||
| protected void |
| ||||||
| protected void |
| ||||||
| private static int |
| ||||||
| public void |
|