Package com.kellerkindt.scs.internals

Examples of com.kellerkindt.scs.internals.Transaction.info()


        Transaction t = ShowCaseStandalone.pv.getLastTransaction(player);
        if(t == null)
          Messaging.send(player, Term.ERROR_TRANSACTION_NO_RECORDED.get());
        else
            Messaging.mlSend(player, t.info());

        return true;
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.