Class ConstructorContainerMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
com.refinedmods.refinedstorage.common.support.containermenu.AbstractResourceContainerMenu
com.refinedmods.refinedstorage.common.support.containermenu.AbstractSimpleFilterContainerMenu<AbstractConstructorBlockEntity>
com.refinedmods.refinedstorage.common.constructordestructor.ConstructorContainerMenu
- All Implemented Interfaces:
ExportingIndicatorListener
public class ConstructorContainerMenu
extends AbstractSimpleFilterContainerMenu<AbstractConstructorBlockEntity>
implements ExportingIndicatorListener
-
Field Summary
Fields inherited from class com.refinedmods.refinedstorage.common.support.containermenu.AbstractResourceContainerMenu
player
Fields inherited from class com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
disabledSlot, transferManager
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
ConstructorsConstructorDescriptionConstructorContainerMenu
(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, ConstructorData data) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
indicatorChanged
(int index, ExportingIndicator indicator) protected void
protected void
registerServerProperties
(AbstractConstructorBlockEntity blockEntity) Methods inherited from class com.refinedmods.refinedstorage.common.support.containermenu.AbstractResourceContainerMenu
addSlot, addToResourceSlotIfNotExisting, areAllResourceSlotsEmpty, canTakeItemForPickAll, clicked, getResourceSlots, handleResourceFilterSlotUpdate, handleResourceSlotAmountChange, handleResourceSlotChange, handleResourceSlotUpdate, resetSlots, sendResourceSlotChange
Methods inherited from class com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
addPlayerInventory, addPlayerInventory, getProperty, handleFilterSlotChange, hasProperty, quickMoveStack, receivePropertyChangeFromClient, registerProperty, stillValid
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlotListener, broadcastFullState, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState
-
Constructor Details
-
ConstructorContainerMenu
public ConstructorContainerMenu(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, ConstructorData data)
-
-
Method Details
-
broadcastChanges
public void broadcastChanges()- Overrides:
broadcastChanges
in classAbstractResourceContainerMenu
-
registerClientProperties
protected void registerClientProperties()- Specified by:
registerClientProperties
in classAbstractSimpleFilterContainerMenu<AbstractConstructorBlockEntity>
-
registerServerProperties
- Specified by:
registerServerProperties
in classAbstractSimpleFilterContainerMenu<AbstractConstructorBlockEntity>
-
indicatorChanged
- Specified by:
indicatorChanged
in interfaceExportingIndicatorListener
-