Package com.mojang.minecraft.phys

Examples of com.mojang.minecraft.phys.AABB


                     for(int var23 = 0; var23 < var12.size(); ++var23) {
                        Entity var22;
                        if((var22 = (Entity)var12.get(var23)).shouldRender(var1)) {
                           if(!var21) {
                              AABB var24 = var22.bb;
                              if(!var2.isBoxInFrustrum(var24.x0, var24.y0, var24.z0, var24.x1, var24.y1, var24.z1)) {
                                 continue;
                              }
                           }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.phys.AABB

Copyright © 2018 www.massapicom. 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.