Package net.minecraft.world.inventory
Class LoomMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.LoomMenu
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ContainerLevelAccess
(package private) final Slot
(package private) final Slot
private final Container
private static final int
private static final int
(package private) long
private final Container
private static final int
private final Slot
private final Slot
private List<Holder<BannerPattern>>
(package private) final DataSlot
(package private) Runnable
private static final int
private static final int
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
clickMenuButton
(Player p_39867_, int p_39868_) private List<Holder<BannerPattern>>
getSelectablePatterns
(ItemStack p_219994_) int
private boolean
isValidPatternIndex
(int p_242850_) quickMoveStack
(Player p_39883_, int p_39884_) void
registerUpdateListener
(Runnable p_39879_) void
private void
setupResultSlot
(Holder<BannerPattern> p_219992_) void
slotsChanged
(Container p_39863_) boolean
stillValid
(Player p_39865_) Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, 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
-
Field Details
-
PATTERN_NOT_SET
private static final int PATTERN_NOT_SET- See Also:
-
INV_SLOT_START
private static final int INV_SLOT_START- See Also:
-
INV_SLOT_END
private static final int INV_SLOT_END- See Also:
-
USE_ROW_SLOT_START
private static final int USE_ROW_SLOT_START- See Also:
-
USE_ROW_SLOT_END
private static final int USE_ROW_SLOT_END- See Also:
-
access
-
selectedBannerPatternIndex
-
selectablePatterns
-
slotUpdateListener
Runnable slotUpdateListener -
bannerSlot
-
dyeSlot
-
patternSlot
-
resultSlot
-
lastSoundTime
long lastSoundTime -
inputContainer
-
outputContainer
-
-
Constructor Details
-
LoomMenu
-
LoomMenu
-
-
Method Details
-
stillValid
- Specified by:
stillValid
in classAbstractContainerMenu
-
clickMenuButton
- Overrides:
clickMenuButton
in classAbstractContainerMenu
-
getSelectablePatterns
-
isValidPatternIndex
private boolean isValidPatternIndex(int p_242850_) -
slotsChanged
- Overrides:
slotsChanged
in classAbstractContainerMenu
-
getSelectablePatterns
-
getSelectedBannerPatternIndex
public int getSelectedBannerPatternIndex() -
registerUpdateListener
-
quickMoveStack
- Specified by:
quickMoveStack
in classAbstractContainerMenu
-
removed
- Overrides:
removed
in classAbstractContainerMenu
-
setupResultSlot
-
getBannerSlot
-
getDyeSlot
-
getPatternSlot
-
getResultSlot
-