Package com.sk89q.craftbook.mech

Examples of com.sk89q.craftbook.mech.MinecartDecayWatcher


        int decay = c.getInt("minecart-decay-time", 0);

        decayWatcher = null;

        if (decay != 0) {
            decayWatcher = new MinecartDecayWatcher(decay);
        }

        minecartDestroyOnExit = c.getBoolean("minecart-destroy-on-exit", false);
        minecartDropOnExit = c.getBoolean("minecart-drop-on-exit", false);
    }
View Full Code Here

TOP

Related Classes of com.sk89q.craftbook.mech.MinecartDecayWatcher

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.