Package net.minecraft.world
Interface IStructureReader
-
- All Known Subinterfaces:
IChunk
- All Known Implementing Classes:
Chunk
,ChunkPrimer
,ChunkPrimerWrapper
,EmptyChunk
public interface IStructureReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addReferenceForFeature(Structure<?> p_230343_1_, long p_230343_2_)
java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet>
getAllReferences()
it.unimi.dsi.fastutil.longs.LongSet
getReferencesForFeature(Structure<?> p_230346_1_)
StructureStart<?>
getStartForFeature(Structure<?> p_230342_1_)
void
setAllReferences(java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_)
void
setStartForFeature(Structure<?> p_230344_1_, StructureStart<?> p_230344_2_)
-
-
-
Method Detail
-
getStartForFeature
@Nullable StructureStart<?> getStartForFeature(Structure<?> p_230342_1_)
-
setStartForFeature
void setStartForFeature(Structure<?> p_230344_1_, StructureStart<?> p_230344_2_)
-
getReferencesForFeature
it.unimi.dsi.fastutil.longs.LongSet getReferencesForFeature(Structure<?> p_230346_1_)
-
addReferenceForFeature
void addReferenceForFeature(Structure<?> p_230343_1_, long p_230343_2_)
-
getAllReferences
java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> getAllReferences()
-
setAllReferences
void setAllReferences(java.util.Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_)
-
-