Package net.minecraft.world.level.chunk
Interface FeatureAccess
- All Known Subinterfaces:
ChunkAccess
- All Known Implementing Classes:
EmptyLevelChunk,ImposterProtoChunk,LevelChunk,ProtoChunk
public interface FeatureAccess
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddReferenceForFeature(StructureFeature<?> p_62633_, long p_62634_)Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet>it.unimi.dsi.fastutil.longs.LongSetgetReferencesForFeature(StructureFeature<?> p_62637_)getStartForFeature(StructureFeature<?> p_62632_)voidsetAllReferences(Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet> p_62638_)voidsetStartForFeature(StructureFeature<?> p_62635_, StructureStart<?> p_62636_)
-
Method Details
-
getStartForFeature
-
setStartForFeature
-
getReferencesForFeature
-
addReferenceForFeature
-
getAllReferences
Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet> getAllReferences() -
setAllReferences
-