Examples of blacklistBlock()


Examples of appeng.api.movable.IMovableRegistry.blacklistBlock()

    IMovableRegistry mr = AEApi.instance().registries().movable();

    /**
     * You can't move bed rock.
     */
    mr.blacklistBlock( net.minecraft.init.Blocks.bedrock );

    /*
     * White List Vanilla...
     */
    mr.whiteListTileEntity( net.minecraft.tileentity.TileEntityBeacon.class );
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.