Move libs to top level
This commit is contained in:
parent
87ce108bd1
commit
57f46b2210
212 changed files with 16 additions and 29 deletions
|
|
@ -0,0 +1,26 @@
|
|||
package love.distributedrebirth.warpme.hash;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public class WaterShot {
|
||||
|
||||
private List<WaterSoftHash> softHashes = new ArrayList<>();
|
||||
|
||||
public List<WaterSoftHash> getSoftHashes() {
|
||||
return softHashes;
|
||||
}
|
||||
|
||||
public void setSoftHashes(List<WaterSoftHash> shotHashes) {
|
||||
for (WaterSoftHash hash:shotHashes) {
|
||||
addSoftHash(hash);
|
||||
}
|
||||
}
|
||||
|
||||
public void addSoftHash(WaterSoftHash softHash) {
|
||||
this.softHashes.add(softHash);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue