diff --git a/patches/server/Implement-Mob-Goal-API.patch b/patches/server/Implement-Mob-Goal-API.patch index 83b22da8ac..b3cf91577c 100644 --- a/patches/server/Implement-Mob-Goal-API.patch +++ b/patches/server/Implement-Mob-Goal-API.patch @@ -517,12 +517,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } + + @Override -+ public boolean shouldActivate() { ++ public boolean canUse() { + return handle.shouldActivate(); + } + + @Override -+ public boolean shouldStayActive() { ++ public boolean canContinueToUse() { + return handle.shouldStayActive(); + } +