We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf291de + eb2b529 commit 236744cCopy full SHA for 236744c
src/main/java/minetweaker/api/vanilla/ILootFunction.java
@@ -12,7 +12,5 @@ public interface ILootFunction {
12
String getName();
13
14
@ZenSetter
15
- void setName();
16
-
17
+ void setName(String name);
18
}
0 commit comments