Examples of otherAspects()


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

    msg("<i>Aspects using this multiverse:");
    this.msgAspects(multiverse.myAspects());
   
    msg("");
    msg("<i>Aspects NOT using this multiverse:");
    this.msgAspects(multiverse.otherAspects());
  }
 
  public void msgAspects(List<Aspect> aspects)
  {
    List<String> ids = new ArrayList<String>();
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.