Package forestry.mail.triggers

Examples of forestry.mail.triggers.TriggerBuffer


    lowPaper32 = new TriggerLowPaper("mail.lowPaper.32", 32);
    lowPostage40 = new TriggerLowStamps("mail.lowStamps.40", 40);
    lowPostage20 = new TriggerLowStamps("mail.lowStamps.20", 20);
    lowInput25 = new TriggerLowInput("mail.lowInput.25", 0.25f);
    lowInput10 = new TriggerLowInput("mail.lowInput.10", 0.1f);
    highBuffer75 = new TriggerBuffer("mail.lowBuffer.75", 0.75f);
    highBuffer90 = new TriggerBuffer("mail.lowBuffer.90", 0.90f);

    ForestryBlock.mail.registerBlock(new BlockBase(Material.iron), ItemForestryBlock.class, "mail");

    ShapedRecipeCustom recipe = ShapedRecipeCustom.createShapedRecipe(ForestryBlock.mail.getItemStack(1, Defaults.DEFINITION_MAILBOX_META),
        " # ", "#Y#", "XXX",
View Full Code Here

TOP

Related Classes of forestry.mail.triggers.TriggerBuffer

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.