mirror of
https://github.com/CarmJos/MineConfiguration.git
synced 2026-06-04 13:55:03 +08:00
feat(item): 优化PreparedItem的结构,使其适用于更多项目。
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ public abstract class ItemModifier<S extends ItemModifier<S, R>, R> {
|
||||
};
|
||||
}
|
||||
|
||||
public abstract @NotNull S getThis();
|
||||
protected abstract @NotNull S getThis();
|
||||
|
||||
public abstract @Nullable R get(Player player);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user