clean up and adding javadoc

This commit is contained in:
rycbar0
2022-10-03 19:59:07 +02:00
parent f53bfa89a9
commit fc65f22feb
4 changed files with 129 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ public class SchematicPlacementManager {
private final List<SchematicPlacement> schematicPlacements = new ArrayList<>();
//in case of a java.lang.NoSuchMethodError try change the name of this method to getAllSchematicPlacements()
// there are inconsistencies in the litematica mod about the naming of this method
//there are inconsistencies in the litematica mod about the naming of this method
public List<SchematicPlacement> getAllSchematicsPlacements() {
return schematicPlacements;
}