9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-23 17:09:21 +00:00

implement quests

This commit is contained in:
XiaoMoMi
2024-09-04 21:55:11 +08:00
parent 8934724296
commit 14c3d0a338
10 changed files with 366 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class CropBreakEvent extends Event implements Cancellable {
*
* @return the block state before breakage, or null if not applicable.
*/
@Nullable
@NotNull
public CustomCropsBlockState getBlockState() {
return blockState;
}