Package nallar.tickthreading.minecraft.tickregion

Examples of nallar.tickthreading.minecraft.tickregion.EntityTickRegion.dump()


      x = tileEntityTickRegion.regionX;
      z = tileEntityTickRegion.regionZ;
    }
    EntityTickRegion entityTickRegion = getEntityRegion(hashCode);
    if (entityTickRegion != null) {
      entityTickRegion.dump(tf);
      x = entityTickRegion.regionX;
      z = entityTickRegion.regionZ;
    }
    if (entityTickRegion == null && tileEntityTickRegion == null) {
      tf.sb.append("tickRegion for ").append(hashCode).append(" does not exist");
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.