Index
All Classes and Interfaces|All Packages
T
- TownyAPIWrapper - Class in me.EtienneDx.RealEstate.ClaimAPI.Towny
-
TownyAPIWrapper provides a Towny-specific implementation of the IClaimAPI interface.
- TownyAPIWrapper() - Constructor for class me.EtienneDx.RealEstate.ClaimAPI.Towny.TownyAPIWrapper
-
Instantiates a new TownyAPIWrapper.
- TownyClaim - Class in me.EtienneDx.RealEstate.ClaimAPI.Towny
-
A simple Towny claim wrapper.
- TownyClaim(Location) - Constructor for class me.EtienneDx.RealEstate.ClaimAPI.Towny.TownyClaim
-
Constructs a new TownyClaim using the given location.
- TownyPlayerData - Class in me.EtienneDx.RealEstate.ClaimAPI.Towny
-
A stub implementation of IPlayerData for Towny.
- TownyPlayerData(UUID) - Constructor for class me.EtienneDx.RealEstate.ClaimAPI.Towny.TownyPlayerData
-
Constructs a new TownyPlayerData for the specified player UUID.
- Transaction - Interface in me.EtienneDx.RealEstate.Transactions
-
Represents a transaction for a real estate claim.
- transactionsStore - Static variable in class me.EtienneDx.RealEstate.RealEstate
-
The transactions store for managing claim transactions.
- TransactionsStore - Class in me.EtienneDx.RealEstate.Transactions
-
Manages real estate transactions including selling, renting, leasing, and auctions.
- TransactionsStore() - Constructor for class me.EtienneDx.RealEstate.Transactions.TransactionsStore
-
Initializes the transaction store based on the configuration settings.
- TransactionsStore.StorageType - Enum Class in me.EtienneDx.RealEstate.Transactions
-
Enumeration of storage types supported by the plugin.
- transferClaim(IClaim, UUID, UUID) - Static method in class me.EtienneDx.RealEstate.Utils
-
Transfers a claim from one owner to another.
- tryCancelTransaction(Player) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimTransaction
-
Attempts to cancel the transaction using the specified player.
- tryCancelTransaction(Player) - Method in interface me.EtienneDx.RealEstate.Transactions.Transaction
-
Attempts to cancel the transaction.
- tryCancelTransaction(Player, boolean) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimAuction
-
Attempts to cancel the auction transaction.
- tryCancelTransaction(Player, boolean) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimLease
-
Attempts to cancel the lease transaction.
- tryCancelTransaction(Player, boolean) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimRent
-
Attempts to cancel this lease transaction.
- tryCancelTransaction(Player, boolean) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimSell
-
Attempts to cancel the sale transaction.
- tryCancelTransaction(Player, boolean) - Method in interface me.EtienneDx.RealEstate.Transactions.Transaction
-
Attempts to cancel the transaction with an option to force the cancellation.
All Classes and Interfaces|All Packages