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 TypeMethodDescriptionvoid
addReferenceForFeature(StructureFeature<?> p_62633_, long p_62634_)
Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet>
it.unimi.dsi.fastutil.longs.LongSet
getReferencesForFeature(StructureFeature<?> p_62637_)
getStartForFeature(StructureFeature<?> p_62632_)
void
setAllReferences(Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet> p_62638_)
void
setStartForFeature(StructureFeature<?> p_62635_, StructureStart<?> p_62636_)
-
Method Details
-
getStartForFeature
-
setStartForFeature
-
getReferencesForFeature
-
addReferenceForFeature
-
getAllReferences
Map<StructureFeature<?>,it.unimi.dsi.fastutil.longs.LongSet> getAllReferences() -
setAllReferences
-