This commit is contained in:
mfnalex 2021-01-02 21:43:33 +01:00
parent 010737db2c
commit 008419694d

View File

@ -93,7 +93,7 @@ public void onChestSortEvent(ChestSortEvent event) {
}
```
You can also excempt certain slots / ItemStacks from being sorted using the following methods:
You can also exempt certain slots / ItemStacks from being sorted using the following methods:
```java
public void setUnmovable(int slot)