Examples of ArrowDirection


Examples of mods.railcraft.api.tracks.ITrackSwitch.ArrowDirection

            return;
        }


        setTextureWhite();
        ArrowDirection whiteArrow = track.getWhiteSignDirection();
        renderTarget(whiteArrow, renderblocks, world, x, y, z);

        setTextureRed();
        ArrowDirection redArrow = track.getRedSignDirection();
        renderTarget(redArrow, renderblocks, world, x, y, z);

        if (type == EnumSignal.SWITCH_LEVER)
            renderLever(x, y, z, facing, powered);
    }
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.