Package net.glowstone.inventory

Examples of net.glowstone.inventory.GlowAnvilInventory


import java.util.Collection;

public class BlockAnvil extends BlockNeedsTool {
    @Override
    public boolean blockInteract(GlowPlayer player, GlowBlock block, BlockFace face, Vector clickedLoc) {
        return player.openInventory(new GlowAnvilInventory(player)) != null;
    }
View Full Code Here

TOP

Related Classes of net.glowstone.inventory.GlowAnvilInventory

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.