mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Villager#resetOffers
This commit is contained in:
parent
63c427de11
commit
60a89bc804
1 changed files with 7 additions and 0 deletions
|
@ -21,4 +21,11 @@ public interface AbstractVillager extends Breedable, NPC, InventoryHolder, Merch
|
|||
@NotNull
|
||||
@Override
|
||||
Inventory getInventory();
|
||||
|
||||
// Paper start
|
||||
/**
|
||||
* Reset this villager's trade offers
|
||||
*/
|
||||
public void resetOffers();
|
||||
// Paper end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue