mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +01:00
adjust extended interface name (trackable)
Took 10 seconds
This commit is contained in:
parent
a9a6bae6a4
commit
735086e9fa
@ -18,7 +18,7 @@
|
||||
|
||||
package ca.tweetzy.auctionhouse.ahv3.api.auction;
|
||||
|
||||
import ca.tweetzy.auctionhouse.ahv3.api.EditTrackable;
|
||||
import ca.tweetzy.auctionhouse.ahv3.api.Trackable;
|
||||
import ca.tweetzy.auctionhouse.ahv3.api.Identifiable;
|
||||
import ca.tweetzy.auctionhouse.ahv3.api.ListingType;
|
||||
import ca.tweetzy.auctionhouse.ahv3.api.Synchronize;
|
||||
@ -27,7 +27,7 @@ import org.bukkit.inventory.ItemStack;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.UUID;
|
||||
|
||||
public interface Auction extends Identifiable, EditTrackable, Synchronize {
|
||||
public interface Auction extends Identifiable, Trackable, Synchronize {
|
||||
|
||||
UUID getOwner();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user