This commit is contained in:
Brian Neumann-Fopiano
2026-07-30 02:36:15 -04:00
parent 7ad4909518
commit 0afbfcb7a2
110 changed files with 7157 additions and 846 deletions
@@ -26,6 +26,14 @@ import java.util.List;
public interface PlatformStructureHooks {
List<String> structureKeys();
default List<String> jigsawStructureKeys() {
return List.of();
}
default List<String> templatePoolKeys() {
return List.of();
}
List<String> structureSetKeys();
List<String> structureBiomeKeys(String structureKey);