mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Villager#resetOffers
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user