Skip to content

Commit 236744c

Browse files
authored
Merge pull request #10 from GTNewHorizons/fix/loot-function-warning
Fix runtime warning
2 parents bf291de + eb2b529 commit 236744c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/minetweaker/api/vanilla/ILootFunction.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ public interface ILootFunction {
1212
String getName();
1313

1414
@ZenSetter
15-
void setName();
16-
17-
15+
void setName(String name);
1816
}

0 commit comments

Comments
 (0)