Package mods.railcraft.common.carts

Examples of mods.railcraft.common.carts.EntityCartAnchor.forceChunkLoading()


            } else {
                if (entity instanceof EntityCartAnchor) {
                    EntityCartAnchor anchor = (EntityCartAnchor) entity;
                    anchor.setChunkTicket(ticket);
//                    System.out.println("Load Cart Chunks");
                    anchor.forceChunkLoading(anchor.chunkCoordX, anchor.chunkCoordZ);
                    printAnchor(anchor.getCommandSenderName(), (int) entity.posX, (int) entity.posY, (int) entity.posZ);
                }
            }
        }
    }
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.