Package ch.njol.skript.util

Examples of ch.njol.skript.util.StructureType.grow()


    final StructureType type = this.type.getSingle(e);
    if (type == null)
      return;
    for (final Location l : blocks.getArray(e)) {
      assert l != null : blocks;
      type.grow(l.getBlock());
    }
  }
 
  @Override
  public String toString(final @Nullable Event e, final boolean debug) {
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.