Skip to content

Commit

Permalink
修正一个isWool定义冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Dec 28, 2024
1 parent d031778 commit 5162cf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/cn/nukkit/item/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -1471,10 +1471,6 @@ public boolean isHangingSign() {
return false;
}

public boolean isWool() {
return false;
}

public boolean wasPickedUp() {
return pickedUp;
}
Expand Down

0 comments on commit 5162cf0

Please sign in to comment.