Class AssemblyHaloContainer

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.RecipeBookMenu<net.minecraft.world.item.crafting.CraftingInput,net.minecraft.world.item.crafting.CraftingRecipe>
net.minecraft.world.inventory.CraftingMenu
vazkii.botania.client.gui.crafting.AssemblyHaloContainer

public class AssemblyHaloContainer extends net.minecraft.world.inventory.CraftingMenu
  • Field Summary

    Fields inherited from class net.minecraft.world.inventory.CraftingMenu

    RESULT_SLOT

    Fields inherited from class net.minecraft.world.inventory.AbstractContainerMenu

    CARRIED_SLOT_SIZE, containerId, QUICKCRAFT_HEADER_CONTINUE, QUICKCRAFT_HEADER_END, QUICKCRAFT_HEADER_START, QUICKCRAFT_TYPE_CHARITABLE, QUICKCRAFT_TYPE_CLONE, QUICKCRAFT_TYPE_GREEDY, SLOT_CLICKED_OUTSIDE, slots
  • Constructor Summary

    Constructors
    Constructor
    Description
    AssemblyHaloContainer(int windowId, net.minecraft.world.entity.player.Inventory playerInv, net.minecraft.world.inventory.ContainerLevelAccess wp)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    stillValid(@NotNull net.minecraft.world.entity.player.Player player)
     

    Methods inherited from class net.minecraft.world.inventory.CraftingMenu

    beginPlacingRecipe, canTakeItemForPickAll, clearCraftingContent, fillCraftSlotsStackedContents, finishPlacingRecipe, getGridHeight, getGridWidth, getRecipeBookType, getResultSlotIndex, getSize, quickMoveStack, recipeMatches, removed, shouldMoveToInventory, slotChangedCraftingGrid, slotsChanged

    Methods inherited from class net.minecraft.world.inventory.RecipeBookMenu

    handlePlacement

    Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu

    addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, stillValid, suppressRemoteUpdates, transferState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AssemblyHaloContainer

      public AssemblyHaloContainer(int windowId, net.minecraft.world.entity.player.Inventory playerInv, net.minecraft.world.inventory.ContainerLevelAccess wp)
  • Method Details

    • stillValid

      public boolean stillValid(@NotNull @NotNull net.minecraft.world.entity.player.Player player)
      Overrides:
      stillValid in class net.minecraft.world.inventory.CraftingMenu