mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 04:37:47 +00:00
Changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user