Examples of StickyPistonTrackerTask


Examples of com.gmail.nossr50.runnables.StickyPistonTrackerTask

        }

        Block movedBlock = event.getRetractLocation().getBlock();

        // Needed only because under some circumstances Minecraft doesn't move the block
        new StickyPistonTrackerTask(event.getDirection(), event.getBlock(), movedBlock).runTaskLater(plugin, 2);
    }
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.