Class StructureIndexesSavedData
java.lang.Object
net.minecraft.world.storage.WorldSavedData
net.minecraft.world.gen.feature.structure.StructureIndexesSavedData
- All Implemented Interfaces:
INBTSerializable<CompoundNBT>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndex(long p_201763_1_) it.unimi.dsi.fastutil.longs.LongSetgetAll()booleanhasStartIndex(long p_208024_1_) booleanhasUnhandledIndex(long p_208023_1_) voidload(CompoundNBT p_76184_1_) voidremoveIndex(long p_201762_1_) save(CompoundNBT p_189551_1_) Methods inherited from class net.minecraft.world.storage.WorldSavedData
deserializeNBT, getId, isDirty, save, serializeNBT, setDirty, setDirty
-
Field Details
-
all
private it.unimi.dsi.fastutil.longs.LongSet all -
remaining
private it.unimi.dsi.fastutil.longs.LongSet remaining
-
-
Constructor Details
-
StructureIndexesSavedData
-
-
Method Details
-
load
- Specified by:
loadin classWorldSavedData
-
save
- Specified by:
savein classWorldSavedData
-
addIndex
public void addIndex(long p_201763_1_) -
hasStartIndex
public boolean hasStartIndex(long p_208024_1_) -
hasUnhandledIndex
public boolean hasUnhandledIndex(long p_208023_1_) -
removeIndex
public void removeIndex(long p_201762_1_) -
getAll
public it.unimi.dsi.fastutil.longs.LongSet getAll()
-