mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-18 08:52:07 +01:00
setLore method in LoreBuilder
This commit is contained in:
parent
2b0388adcf
commit
a38177a8e8
@ -206,4 +206,9 @@ public class LoreBuilder {
|
||||
public List<String> getLore() {
|
||||
return lore;
|
||||
}
|
||||
|
||||
public void setLore(List<String> lore) {
|
||||
this.lore.clear();
|
||||
this.lore.addAll(lore);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user