package net.minecraft.world.level.levelgen;

public interface WorldGenerationContext {

    int a();

    int b();
}
