Skip to content

Commit

Permalink
give addTieredElement a lil javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Dec 27, 2024
1 parent 94ce8e2 commit e5dad8a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ public class StructureHacks {
}
}

/**
* Add a tiered element that should be checked in
* {@link #extractTieredBlocks(Object, IStructureElement, ConstructableData, String)}
*
* @param className The class name of the element
*/
public static void addTieredElement(String className) {
TIERED_ELEMENTS.add(className);
}
Expand Down

0 comments on commit e5dad8a

Please sign in to comment.