Search in sources :

Example 1 with SpongeTransactionType

use of org.spongepowered.common.economy.SpongeTransactionType in project SpongeCommon by SpongePowered.

the class TransactionTypeRegistryModule method registerDefaults.

@Override
public void registerDefaults() {
    register(new SpongeTransactionType("sponge:deposit", "deposit"));
    register(new SpongeTransactionType("sponge:withdraw", "withdraw"));
    register(new SpongeTransactionType("sponge:transfer", "transfer"));
}
Also used : SpongeTransactionType(org.spongepowered.common.economy.SpongeTransactionType)

Aggregations

SpongeTransactionType (org.spongepowered.common.economy.SpongeTransactionType)1