9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 00:19:24 +00:00

[Feature] Variation keeps the data

This commit is contained in:
XiaoMoMi
2024-04-27 22:44:16 +08:00
parent e3b2188507
commit d42aae28c8
3 changed files with 17 additions and 1 deletions

View File

@@ -151,6 +151,13 @@ public interface Crop extends KeyItem {
interface Stage {
/**
* Get the crop config
*
* @return crop config
*/
Crop getCrop();
/**
* Get the offset of the hologram
*