package net.minecraft.world.level.levelgen.structure;
public enum StructureCheckResult {
START_PRESENT,
START_NOT_PRESENT,
CHUNK_LOAD_NEEDED;
}