Package mods.railcraft.common.carts

Examples of mods.railcraft.common.carts.EntityCartAnchor


                        printAnchor(anchor.getName(), x, y, z);
                    }
                }
            } 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

Related Classes of mods.railcraft.common.carts.EntityCartAnchor

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.