Package com.massivecraft.mcore

Examples of com.massivecraft.mcore.Multiverse.myAspects()


    }
    msg("<aqua>default<i>: for all other worlds.");
   
    msg("");
    msg("<i>Aspects using this multiverse:");
    this.msgAspects(multiverse.myAspects());
   
    msg("");
    msg("<i>Aspects NOT using this multiverse:");
    this.msgAspects(multiverse.otherAspects());
  }
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.