Skip to content

Latest commit

 

History

History
137 lines (137 loc) · 7.27 KB

cn.nukkit.inventory.transaction.CraftingTransaction.md

File metadata and controls

137 lines (137 loc) · 7.27 KB
  • 成员变量一览

    成员变量 
    修饰符和类 成员变量描述
    protected int gridSize 
    protected List<Item> inputs 
    protected Item primaryOutput 
    protected CraftingRecipe recipe 
    protected List<Item> secondaryOutputs 
    • 继承自类 cn.nukkit.inventory.transaction.InventoryTransaction

      actions, hasExecuted, inventories, source
  • 构造函数一览

    构造函数 
    构造函数描述
    CraftingTransaction(Player source, List<InventoryAction> actions) 
  • 成员函数一览

    All Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    protected boolean callExecuteEvent() 
    boolean canExecute() 
    boolean checkForCraftingPart(List<InventoryAction> actions) 
    boolean execute() 
    List<Item> getInputList() 
    Item getPrimaryOutput() 
    CraftingRecipe getRecipe() 
    protected void sendInventories() 
    void setExtraOutput(Item item) 
    void setInput(Item item) 
    void setPrimaryOutput(Item item) 
    • 继承自类 cn.nukkit.inventory.transaction.InventoryTransaction

      addAction, addInventory, getActionList, getActions, getCreationTime, getInventories, getSource, hasExecuted, init, matchItems
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait