Class CreativeCrafting

  • All Implemented Interfaces:
    ICrafting

    public class CreativeCrafting
    extends java.lang.Object
    implements ICrafting
    + This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
    • Constructor Detail

      • CreativeCrafting

        public CreativeCrafting​(Minecraft mc)
    • Method Detail

      • sendSlotContents

        public void sendSlotContents​(Container var1,
                                     int i,
                                     ItemStack itemstack)
        + Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents
        Specified by:
        sendSlotContents in interface ICrafting
      • sendProgressBarUpdate

        public void sendProgressBarUpdate​(Container var1,
                                          int var2,
                                          int var3)
        + Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP.
        Specified by:
        sendProgressBarUpdate in interface ICrafting