Skip to content

Commit 876df67

Browse files
committed
Javadoc for GasBuilder#build
1 parent d172175 commit 876df67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/dev/wolfieboy09/qstorage/api/registry/gas/GasBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public GasBuilder flammable(boolean flammable) {
2929
return this;
3030
}
3131

32+
/**
33+
* Creates the {@link Gas} instance.
34+
* @return the {@link Gas} data from the builder.
35+
*/
3236
public Gas build() {
3337
return new Gas(this);
3438
}

0 commit comments

Comments
 (0)