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

Possibly fix entities on 1.18?

This commit is contained in:
XiaoMoMi
2024-05-23 16:41:36 +08:00
parent 30122cb0a9
commit 597c71f789
6 changed files with 57 additions and 7 deletions

View File

@@ -331,10 +331,14 @@ public interface CustomCropsChunk {
@Nullable
CustomCropsSection getSection(int sectionID);
void resetUnloadedSeconds();
/**
* If the chunk can be pruned
*
* @return can be pruned or not
*/
boolean canPrune();
boolean isOfflineTaskNotified();
}