Class HorseInventoryMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.AbstractMountInventoryMenu
net.minecraft.world.inventory.HorseInventoryMenu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate static final Identifierprivate static final IdentifierFields inherited from class AbstractMountInventoryMenu
INVENTORY_ROWS, mount, mountContainer, SLOT_BODY_ARMOR, SLOT_INVENTORY_START, SLOT_SADDLE -
Constructor Summary
ConstructorsConstructorDescriptionHorseInventoryMenu(int containerId, Inventory playerInventory, Container horseInventory, AbstractHorse horse, int inventoryColumns) -
Method Summary
Methods inherited from class AbstractMountInventoryMenu
getInventorySize, quickMoveStack, removed, stillValidMethods inherited from class AbstractContainerMenu
addDataSlot, addDataSlots, addInventoryExtendedSlots, addInventoryHotbarSlots, addSlot, addSlotListener, addStandardInventorySlots, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, 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, setRemoteSlotUnsafe, setSelectedBundleItemIndex, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState
-
Field Details
-
SADDLE_SLOT_SPRITE
-
LLAMA_ARMOR_SLOT_SPRITE
-
ARMOR_SLOT_SPRITE
-
-
Constructor Details
-
HorseInventoryMenu
public HorseInventoryMenu(int containerId, Inventory playerInventory, Container horseInventory, AbstractHorse horse, int inventoryColumns)
-
-
Method Details
-
hasInventoryChanged
- Specified by:
hasInventoryChangedin classAbstractMountInventoryMenu
-