mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 19:50:36 +08:00
refactor(lombok): add Setter where possible
This commit is contained in:
@@ -93,9 +93,10 @@ public final class ClearCommand implements CommandHandler {
|
||||
}
|
||||
}
|
||||
|
||||
@Setter
|
||||
private static class ClearItemParameters {
|
||||
@Setter public int lvl = 1;
|
||||
@Setter public int refinement = 1;
|
||||
@Setter public int rank = 4;
|
||||
public int lvl = 1;
|
||||
public int refinement = 1;
|
||||
public int rank = 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user