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_SLOTFields 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
ConstructorsConstructorDescriptionAssemblyHaloContainer(int windowId, net.minecraft.world.entity.player.Inventory playerInv, net.minecraft.world.inventory.ContainerLevelAccess wp) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstillValid(@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, slotsChangedMethods inherited from class net.minecraft.world.inventory.RecipeBookMenu
handlePlacementMethods 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
-
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:
stillValidin classnet.minecraft.world.inventory.CraftingMenu
-