mirror of
https://github.com/CarmJos/EasyPlugin.git
synced 2026-06-05 00:58:17 +08:00
修改builder访问限制
This commit is contained in:
+4
-4
@@ -7,11 +7,11 @@ import java.util.Arrays;
|
|||||||
|
|
||||||
public class EasyMessageBuilder {
|
public class EasyMessageBuilder {
|
||||||
|
|
||||||
String content;
|
protected String content;
|
||||||
String[] params;
|
protected String[] params;
|
||||||
|
|
||||||
@Nullable String paramPrefix = "%(";
|
protected @Nullable String paramPrefix = "%(";
|
||||||
@Nullable String paramSuffix = ")";
|
protected @Nullable String paramSuffix = ")";
|
||||||
|
|
||||||
public EasyMessageBuilder() {
|
public EasyMessageBuilder() {
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-4
@@ -7,11 +7,11 @@ import java.util.Arrays;
|
|||||||
|
|
||||||
public class EasyMessageListBuilder {
|
public class EasyMessageListBuilder {
|
||||||
|
|
||||||
String[] contents;
|
protected String[] contents;
|
||||||
String[] params;
|
protected String[] params;
|
||||||
|
|
||||||
@Nullable String paramPrefix = "%(";
|
protected @Nullable String paramPrefix = "%(";
|
||||||
@Nullable String paramSuffix = ")";
|
protected @Nullable String paramSuffix = ")";
|
||||||
|
|
||||||
public EasyMessageListBuilder() {
|
public EasyMessageListBuilder() {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user