Skip to content

Commit e54a4ff

Browse files
committed
Carry over javadoc comment
1 parent 5512e6c commit e54a4ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/java/aztech/modern_industrialization/machines/models/MachineOverlaysJson.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ static <O extends MachineOverlaysJson> O parse(Class<O> clazz, JsonObject json,
5656
return overlays;
5757
}
5858

59+
/**
60+
* Select first non-null id, and convert it to a sprite id.
61+
*/
5962
default Material select(ResourceLocation... candidates) {
6063
for (ResourceLocation id : candidates) {
6164
if (id != null) {

0 commit comments

Comments
 (0)