Examples of MinecartDecayWatcher


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
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.